You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, it would make sense NOT to fall back to 'From:domain' when no sender is available. Otherwise SPF always aligns and DMARC check can be circumnavigated.
Having a null sender should only pass DMARC if DKIM is valid/aligned or SPF HELO is valid/aligned.
SpamAssassin 3.4 does not support the special tag ":host" when extracting the sender domain in
$pms->get('EnvelopeFrom:host', undef)
spamassassin-dmarc/Dmarc.pm
Line 235 in 1749ee8
Same goes for
$pms->get('From:domain', undef);
spamassassin-dmarc/Dmarc.pm
Line 237 in 1749ee8
The text was updated successfully, but these errors were encountered: