Re: SA DKIM check

2021-04-02 Thread Simon Wilson
Does SA always do its "own" DKIM check, or can it be told to use an already written trusted AuthservId-written Authentication-Results header, e.g. from OpenDKIM? Not for DKIM, but by default the SPF plugin will use an Authentication-Results (or Received-SPF) header written by an

URI_TRY_3LD FP on mynews.apple.com

2021-04-02 Thread Adam Katz
Hey, John et al. It's been a while. I hope things are going well. I've found an FP on URI_TRY_3LD from https://mynews.apple.com/subscriptions?… that you could solve by adding a new alternation to the relevant negative lookahead in that regex: -uri URI_TRY_3LD

Re: URI_TRY_3LD FP on mynews.apple.com

2021-04-02 Thread John Hardin
On Fri, 2 Apr 2021, Adam Katz wrote: Hey, John et al. It's been a while. I hope things are going well. I've found an FP on URI_TRY_3LD from https://mynews.apple.com/subscriptions?… that you could solve by adding a new alternation to the relevant negative lookahead in that regex: -uri

Re: URI_TRY_3LD FP on mynews.apple.com

2021-04-02 Thread RW
On Fri, 02 Apr 2021 12:12:22 -0400 Adam Katz wrote: > Hey, John et al. It's been a while. I hope things are going well. > > I've found an FP on URI_TRY_3LD from > https://mynews.apple.com/subscriptions?… that you could solve by > adding a new alternation to the relevant negative lookahead in

Re: SA DKIM check

2021-04-02 Thread RW
On Fri, 2 Apr 2021 13:22:47 +0200 Giovanni Bechis wrote: > On 4/1/21 3:10 PM, Simon Wilson wrote: > > Does SA always do its "own" DKIM check, or can it be told to use an > > already written trusted AuthservId-written Authentication-Results > > header, e.g. from OpenDKIM? > I think

uribl result not triggering meta rule

2021-04-02 Thread Wolfgang Breyha
Hi! It seems that 3.4.5 changed the behavior of URIBL lookups in a quite bad way compared to 3.4.4. I have I urirhs lookup defined like: ifplugin Mail::SpamAssassin::Plugin::URIDNSBL urirhssub URIBL_DENY uribl.local.A 8 bodyURIBL_DENY

Re: SA DKIM check

2021-04-02 Thread Giovanni Bechis
On 4/1/21 3:10 PM, Simon Wilson wrote: > Does SA always do its "own" DKIM check, or can it be told to use an already > written trusted AuthservId-written Authentication-Results header, e.g. from > OpenDKIM? > I think Mail::SpamAssassin::Plugin::AuthRes (on trunk) is what you are looking for.