You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2010/02/19 19:38:22 UTC

[Bug 6304] spamd is spawning and killing processes too often

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6304

--- Comment #7 from Mark Martinec <Ma...@ijs.si> 2010-02-19 18:38:17 UTC ---
--- lib/Mail/SpamAssassin/Util.pm       (revision 911897)
+++ lib/Mail/SpamAssassin/Util.pm       (working copy)
-             $sig == 1 ? 'HANGUP' : $sig == 2 ? 'INTERRUPTED' :
+             $sig == 1 ? 'HANGUP' : $sig == 2 ? 'interrupted' :


trunk:
Bug 6304 (trivial), reduce sysadmin's stress level by lowercasing
the 'INTERRUPTED' in a logged message:
 spamd: handled cleanup of child pid [...] due to SIGCHLD: INTERRUPTED
Sending        lib/Mail/SpamAssassin/Util.pm
Committed revision 911897.

3.3:
Sending        lib/Mail/SpamAssassin/Util.pm
Committed revision 911900.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.