Re: Meta for bogus MIME with DKIM valid?

2019-04-26 Thread RW
On Fri, 26 Apr 2019 14:05:35 -0600 Amir Caspi wrote: > I've been getting a bunch of FNs lately that are managing to avoid my > Bayes DB. Invariably, they ALL seem to hit on BOGUS_MIME_VERSION > (which I don't know whether is standard, but I implemented it locally > and would recommend it in the d

Re: locally submitted / outgoing mail hitting multiple rules

2019-04-26 Thread John Hardin
On Fri, 26 Apr 2019, John Hardin wrote: On Fri, 26 Apr 2019, Matus UHLAR - fantomas wrote: Btw, sorry John for not answering your last question: https://marc.info/?l=spamassassin-users&m=153633826515464&w=2 For now, I believe that using (ALL_TRUSTED && __DOS_SINGLE_EXT_RELAY) is just what I

Meta for bogus MIME with DKIM valid?

2019-04-26 Thread Amir Caspi
I've been getting a bunch of FNs lately that are managing to avoid my Bayes DB. Invariably, they ALL seem to hit on BOGUS_MIME_VERSION (which I don't know whether is standard, but I implemented it locally and would recommend it in the distro if it's not there already), and it seems like most of

Re: locally submitted / outgoing mail hitting multiple rules

2019-04-26 Thread John Hardin
On Fri, 26 Apr 2019, Matus UHLAR - fantomas wrote: Btw, sorry John for not answering your last question: https://marc.info/?l=spamassassin-users&m=153633826515464&w=2 For now, I believe that using (ALL_TRUSTED && __DOS_SINGLE_EXT_RELAY) is just what I need to prevent all rules from firing:

Re: __DOS_DIRECT_TO_MX superflous __DOS_RELAYED_EXT

2019-04-26 Thread RW
On Fri, 26 Apr 2019 15:44:54 +0200 Matus UHLAR - fantomas wrote: > Hello, > > when looking at __DOS_DIRECT_TO_MX I have noticed that it consists of > one superflous rule: ... > I believe hitting __DOS_SINGLE_EXT_RELAY implies not hitting > __DOS_RELAYED_EXT, because: > > header __DOS_SINGLE_EXT_

EU-FOSSA 2 ASF Hackathon

2019-04-26 Thread Giovanni Bechis
Hi, 4-5 May 2019 at Silverquare Triomphe/Brussels the EU-FOSSA project is organizing an ASF hackathon and I will represent the SpamAssassin project. Join the ASF Hackathon hosted by EU-FOSSA 2 project! Meet members of the Apache community and get your hands on @SpamAssassin, @TheApacheTomcat, @A

locally submitted / outgoing mail hitting multiple rules

2019-04-26 Thread Matus UHLAR - fantomas
Hello, half year ago I discussed issue with mail submitted from local clients, without authentication, being marked as spam, because some rules hit. thread archive here: https://marc.info/?l=spamassassin-users&m=153563489524609&w=2 Summary of the issue: - clients are listed in trusted_hosts (lo

__DOS_DIRECT_TO_MX superflous __DOS_RELAYED_EXT

2019-04-26 Thread Matus UHLAR - fantomas
Hello, when looking at __DOS_DIRECT_TO_MX I have noticed that it consists of one superflous rule: meta __DOS_DIRECT_TO_MX __DOS_SINGLE_EXT_RELAY && !__DOS_HAS_LIST_ID && !__DOS_HAS_LIST_UNSUB && !__DOS_HAS_MAILING_LIST && !__DOS_RELAYED_EXT I believe hitt