From 73b26190effa9819fbc762c7bdb11428fa089f7b Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 30 Jul 2008 06:48:37 +0000 Subject: [PATCH] vacation.pl: disable automaticnotification stuff git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@431 a1433add-5e2c-0410-b055-b7f2511e0802 --- VIRTUAL_VACATION/vacation.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VIRTUAL_VACATION/vacation.pl b/VIRTUAL_VACATION/vacation.pl index 4bd273cc..7f34a0d9 100644 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -103,7 +103,10 @@ my $debugfile=''; # notification interval, in seconds # set to 0 to notify only once -my $interval = 60*60*24; +# e.g. 1 day ... +#my $interval = 60*60*24; +# disabled by default +my $interval = 0; # =========== end configuration ===========