https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6996
--- Comment #13 from Mark Martinec <[email protected]> --- > Created attachment 5183 > patch to fix min-children in spamd > --- spamd/spamd.raw (revision 1564602) > +++ spamd/spamd.raw (working copy) > @@ -861,6 +861,9 @@ > if ($childlimit > $opt{'max-spare'}) { > $childlimit = $opt{'max-spare'}; > } > + if ($childlimit < $opt{'min-children'}) { > + $childlimit = $opt{'min-children'}; > + } Thanks, makes sense, does work. Bug 6996 #11: spamd to honour --min-children Sending spamd/spamd.raw Committed revision 1564604. -- You are receiving this mail because: You are the assignee for the bug.
