http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5444
------- Additional Comments From [EMAIL PROTECTED] 2007-05-09 08:53 -------
The maintainer of spampd will address the issue in a new upcoming release. As a
quick solution I implemented the patch below in my spampd-2.30 rpms and things
look good after 24h in production.
--- spampd-2.30/spampd.orig 2005-10-31 20:45:53.000000000 +0100
+++ spampd-2.30/spampd 2007-05-08 10:34:57.000000000 +0200
@@ -582,6 +582,7 @@
$self->log(2, "%s", "rules hit for $msgid: " .
$status->get_names_of_tests_hit); }
$status->finish();
+ $mail->finish();
# set the timeout alarm back to wherever it was at
alarm($previous_alarm);
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.