On 04.01.24 22:57, Matija Nalis wrote:
body    GIFT_CARD   /gift card/i
score   GIFT_CARD   1.5

meta FREEMAIL_GIFTCARDS GIFT_CARD && (FREEMAIL_FROM || !DKIM_VALID)

Matus UHLAR - fantomas skrev den 2024-01-05 09:06:
shouldn't that be  !DKIM_VALID_AU ?

valid DKIM signature means nothing by itself

On 05.01.24 14:52, Benny Pedersen wrote:
pointless comment, reason valid_au is not used here is that its still valid, be carefull

!foo means its not pass, take fokus next time

!DKIM_VALID produces true if there's no valid DKIM signature

!DKIM_VALID_AU produces true if there is no valid signature, OR if there is valid signature, but not from domain in header From:

so, !DKIM_VALID_AU is a superset of !DKIM_VALID thus should produce more hits.

The question is, if we want this.


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
We are but packets in the Internet of life (userfriendly.org)

Reply via email to