1 |
diff -Nur smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/16vacationMessage smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/16vacationMessage |
2 |
--- smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/16vacationMessage 2008-09-27 17:38:19.000000000 +1000 |
3 |
+++ smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/16vacationMessage 1970-01-01 10:00:00.000000000 +1000 |
4 |
@@ -1,22 +0,0 @@ |
5 |
-{ |
6 |
- my $VacationDelay = $qmail{VacationDelay} || ''; |
7 |
- |
8 |
- if ($props{EmailVacation}) |
9 |
- { |
10 |
- return "| /usr/local/bin/vacation -j $VacationDelay $USERNAME" |
11 |
- if ($props{EmailVacation} eq 'yes'); |
12 |
- } |
13 |
- |
14 |
- return '# Vacation Message not set' |
15 |
- |
16 |
- # config setprop qmail VacationDelay -t3d |
17 |
- # config delprop qmail VacationDelay |
18 |
- # apply to all users /etc/e-smith/events/actions/qmail-update-user |
19 |
- # |
20 |
- # -tN Change the interval between repeat replies to the same |
21 |
- # sender. The default is 1 week. A trailing s, m, h, d, or w |
22 |
- # scales the number N to seconds, minutes, hours, days or |
23 |
- # weeks respectively. For example, to set the interval value |
24 |
- # to 3 days you would specify -t3d. There should be no spaces |
25 |
- # between the -t and N. |
26 |
-} |
27 |
diff -Nur smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/74vacationMessage smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/74vacationMessage |
28 |
--- smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/74vacationMessage 1970-01-01 10:00:00.000000000 +1000 |
29 |
+++ smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/74vacationMessage 2008-09-27 17:46:42.000000000 +1000 |
30 |
@@ -0,0 +1,11 @@ |
31 |
+{ |
32 |
+ my $VacationDelay = $qmail{VacationDelay} || ''; |
33 |
+ |
34 |
+ if ($props{EmailVacation}) |
35 |
+ { |
36 |
+ return "| /usr/local/bin/vacation -j $VacationDelay $USERNAME" |
37 |
+ if ($props{EmailVacation} eq 'yes'); |
38 |
+ } |
39 |
+ |
40 |
+ return '# Vacation Message not set' |
41 |
+} |