You've already forked postfixadmin
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:
@@ -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>) {
|
||||
|
||||
Reference in New Issue
Block a user