SA Bugzilla – Bug 4422
[review] spamd consumes all memory on server
Last modified: 2006-12-11 11:15:02 UTC
I accidently discovered that using dcc_path /usr/local/bin in /etc/mail/spamassassin was very destructive and caused spamd memory consumption. The daemon spawned copies of itself until there was no more resources available. I have hopefully solved the problem with the patches that will follow. LDB
Created attachment 2948 [details] Proposed patch to Conf.pm for invalid path to certain options
Triage: I believe there's probably not enough time to validate this patch for 3.1.0, but it should be a good fix for 3.1.1
Created attachment 3385 [details] updated patch for 3.1 the original patch was against 3.0 which doesn't apply to 3.1 and later. here's my version for 3.1, as applied to 3.2 in r379942.
+1
Sending lib/Mail/SpamAssassin/Plugin/DCC.pm Sending lib/Mail/SpamAssassin/Plugin/Pyzor.pm Transmitting file data .. Committed revision 381555. :)