1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.40/plugins/spamassassin mezzanine_patched_qpsmtpd-0.40/plugins/spamassassin |
2 |
|
|
--- qpsmtpd-0.40/plugins/spamassassin 2007-06-14 11:57:24.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_qpsmtpd-0.40/plugins/spamassassin 2008-01-07 10:27:23.000000000 -0700 |
4 |
|
|
@@ -191,7 +191,7 @@ |
5 |
|
|
} |
6 |
|
|
|
7 |
|
|
} |
8 |
|
|
- my $tests = <SPAMD>; |
9 |
|
|
+ my $tests = <SPAMD>|| ''; |
10 |
|
|
$tests =~ s/\015//; # hack for outlook |
11 |
|
|
$flag = $flag eq 'True' ? 'Yes' : 'No'; |
12 |
|
|
$self->log(LOGDEBUG, "check_spam: finished reading from spamd"); |