On 12/3/2012 8:13 AM, Alexandre Boyer wrote:
Hi,
I guess you may change your threshold for the cut off? the -s flag, when
calling spamc seems to be it.
I use amavisd-new to feed SA, it does the same thing, I had to change my
threshold too to analyze bigger emails.
I'm currently testing some tricks.
I use MimeDefang to call spamc through a custom filter to interacts with
spamd.
I've added two tricks to this filter.
One, I pass the load_avg to the filter and use it to modify the size
limit for spamc based on load. The lower the load, the higher the
multiplier.
Two, I'm trying a system that also truncates messages mid-message at the
threshold to scan them anyway.
The second idea has been pretty controversial but I think the first one
is a neat idea.
This might be something neat to add to spamd/spamc natively where there
is a load average multiplier concept. Thoughts?
Regards,
KAM