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
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
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
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:
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_
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
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
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