https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6633
Darxus <dar...@chaosreigns.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dar...@chaosreigns.com --- Comment #1 from Darxus <dar...@chaosreigns.com> 2011-07-12 15:05:46 UTC --- While that's not implemented, would you get better results if you completely disabled bayes? "use_bayes 0" Ooh, you could set a size threshold for spamassassin to skip all emails as big as are causing you timeouts, and then, perhaps via procmail, run emails over that size through spamassassin again with a flag to disable bayes (--cf='use bayes 0'). Procmail rule to only run on stuff with a minimum size would look something like: :0fw: spamassassin.lock * > 65536 | /usr/bin/spamassassin -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.