From 27c0cdb06a4bb129fd753a9fad7cb552a5367e46 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 3 Aug 2008 10:12:35 +0000 Subject: [PATCH] fix compile error git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@434 a1433add-5e2c-0410-b055-b7f2511e0802 --- VIRTUAL_VACATION/vacation.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VIRTUAL_VACATION/vacation.pl b/VIRTUAL_VACATION/vacation.pl index dd21bbcf..a537eb7d 100644 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -372,10 +372,9 @@ sub strip_address { ########################### 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 () {