Increase spamassassin bayes99 score

2016-10-13 Thread Nikolaos Milas
Hello, After relatively long training of bayes filters, we are consistently getting bayes99 score of 3.5 (on spam mails). It seems this is the max score assigned to bayes99. How/where can we increase this value? Config files are at:

Re: spam assassin rule to block a From address

2016-10-13 Thread Tom Hendrikx
On 13-10-16 10:12, Indunil Jayasooriya wrote: >> >> You should probably also match only the address, not the full From line, >> especially when you're anchoring: > > > what's the difference between From and From:addr ? > Considering the header: From: Indunil Jayasooriya

Re: spam assassin rule to block a From address

2016-10-13 Thread Maurizio Poli
have you test this regex?: header SPAM11OctF1 From =~ /.*airecom612\+97d7d60a91d9695c9a4240f92d5c3cae\@/i describe SPAM11OctF1 From address contains the word airecom612@ score SPAM11OctF1 10.0 it must work I think that the parenthesis are not necessary and the @ must be escaped I

Re: spam assassin rule to block a From address

2016-10-13 Thread Indunil Jayasooriya
> > You should probably also match only the address, not the full From line, > especially when you're anchoring: what's the difference between From and From:addr ? > > header SPAM11OctF1 From:addr =~ /^aireco Can you complete this ? anyway here I complete it. header SPAM11OctF1