NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SpamAssassin Speedups (Score:1)
Reply to This
Re: (Score:1)
Re: (Score:2)
In our mail environment the mail is already pre-parsed, and so rather than call the entire SA I just parsed the rules out (for now ignoring eval: rules) and run them over my pre-parsed email. Saves going into the SA engine. By making it all a LOT simpler (i.e. about 8 methods in total rather than the hundreds in SA) it's an awful lot faster. There's a lot of overhead in SA to support some freaky weird setups, and honestly just too much bloat.
I'm working on