http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5079
------- Additional Comments From [EMAIL PROTECTED] 2006-09-02 20:49 ------- sure ;) basically if the msg was too large, the returned result string was ''; but the RE to extract the result string on the other end of the IPC pipe was looking for /^([^\0]+)/ , hence would not match. On top of that, there was no else clause to catch missed cases. End result: hang. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
