Re: Re: Addition of Another Spam filter to Amavis

2016-03-02 Thread Stephen Davies
On 01/03/16 21:46, ashish behl wrote: Hello All, Please let me know if anyone can suggest any options for adding a new spam filter to amavis. I have for now achieved this by writing a new module, extending from package Amavis::SpamControl and implementing method check, on the same lines as

Addition of Another Spam filter to Amavis

2015-09-11 Thread ashish behl
Hello All, I was trying to add another spam filter to Amavis, using @spam_scanners array defined in amavisd-new code. But, I soon realised reading Amavis code that Amavis has support only for the 4 Spam filters (SpamAssassin, DSPAM, CRM114, Bogofilter).package Amavis::SpamControl::ExtProg;