SF.net SVN: postfixadmin:[434] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-08-03 10:12:27
|
Revision: 434 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=434&view=rev Author: GingerDog Date: 2008-08-03 10:12:35 +0000 (Sun, 03 Aug 2008) Log Message: ----------- fix compile error Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2008-08-03 10:09:29 UTC (rev 433) +++ trunk/VIRTUAL_VACATION/vacation.pl 2008-08-03 10:12:35 UTC (rev 434) @@ -372,10 +372,9 @@ ########################### main ################################# -my ($from, $to, $cc, ,$bcc , $subject, $messageid, $lastheader, $sender, $recipient, %opts, $sndrhdr); +my ($from, $to, $cc, ,$bcc , $subject, $messageid, $lastheader, $sender, $recipient, %opts, $sndrhdr, $spam); $subject=''; -$spam = 0; # Take headers apart while (<STDIN>) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |