1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00

fix compile error

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@434 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin
2008-08-03 10:12:35 +00:00
parent 886e02723f
commit 27c0cdb06a

View File

@@ -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 (<STDIN>) {