http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5416
------- Additional Comments From [EMAIL PROTECTED] 2007-04-13 03:16 -------
In case this adds any insight to what is going on, backing out just this one
line patch (r523025) makes the symptoms go away:
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Tue Mar 27 11:33:24 2007
@@ -1165,7 +1165,7 @@
}
# Bah!
- if ( !$client ) {
+ if ( !$client || !$client->connected() ) {
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.