fix compile error

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@434 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 18 years ago
parent 886e02723f
commit 27c0cdb06a

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

Loading…
Cancel
Save