Michael W Cocke wrote: > Well, the mailscanner docs (including the book) say that mailscanner > uses the perl routines available from CPAN. Nothing else... > I'm a fair perl hacker and I've looked at the amavis and mailscanner > code, and I can't exactly put my finger on anything, but I feel like > I get more spam in my inbox when I use mailscanner than when I use > amavisd. I was just wondering if anyone else had any comments.
As far as invoking SA and getting its results, it should be about the same. One difference regarding SA is when mail is larger than some fixed size: MS chops the mail and calls SA anyway, amavisd-new does not call SA in this case. This may be good or bad: MS may catch a large spam message, but breaks DKIM and SA signature - SA would find signature invalid. Other features, project priorities and approaches can be rather different. Mark