https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6918
Matus UHLAR - fantomas <uh...@fantomas.sk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uh...@fantomas.sk --- Comment #8 from Matus UHLAR - fantomas <uh...@fantomas.sk> --- I maintain a server in environment where DKIM signatures are validated by external gateway which then adds text to mail body: "mail was received from external environment..." In this case we need to rely on Authentication-Results: header and what is says about DKIM: Authentication-Results: fml.example.com; spf=pass (example.com: domain of [censored]@gmail.com designates 209.85.208.50 as permitted sender) smtp.mailfrom=[censored]@gmail.com; dkim=pass header.i=@gmail.com because behind this gateway, DKIM verify will fail because of the added text. while the rest of checks may be important or maybe repeated, we need to trust the validation (of course, with headers on proper place, e.g. within trusted_network). -- You are receiving this mail because: You are the assignee for the bug.