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
interna
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
m,^https?://(?:try|start|get(?!.adob
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 URI_TRY_3
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 tha
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 Mail::SpamAssas
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 eval:check_uridnsbl(
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.