> I am managing a postfix gateway with a traffic of 100000 mails/day and
> interested to integrate SA but before that i would like to know which is
> best spam report generation tool to be used with SA

If you mean provide statistics on SpamAssassin's effectiveness, I'm not
aware of anything, especially not with the level of detail that webserver
log analyzers have, and I've looked around once or twice.  I've basically
rolled my own (my needs were not that sophisticated) by using an excellent
Perl script called "hgrep" that allows you to grep mail headers by
intelligently dealing with the line breaks for you.  You can grab a copy
from here:

   http://www.cpan.org/authors/id/E/EL/ELIJAH/

I just run a script that utilises this across the sorted piles of Ham and
Spam I accumulate each week and produce a summary of what I want from
that.  It's trivial to get a report showing the number of times each rule
has scored against spam and ham so that it can be rescored or disabled to
improve effectiveness, particularly spammy domains with no ham and so on.

Still, I wouldn't say no to a "spamalog" or "spamalizer" if anyone knows
of such a beast...

Andy

Reply via email to