SF.net SVN: postfixadmin:[431] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-07-30 06:48:27
|
Revision: 431 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=431&view=rev Author: GingerDog Date: 2008-07-30 06:48:37 +0000 (Wed, 30 Jul 2008) Log Message: ----------- vacation.pl: disable automaticnotification stuff Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2008-07-29 23:32:23 UTC (rev 430) +++ trunk/VIRTUAL_VACATION/vacation.pl 2008-07-30 06:48:37 UTC (rev 431) @@ -103,7 +103,10 @@ # 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 =========== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |