Re: What breaks the validity of DKIM signature?

bOnK <[email protected]> Mon, 22 Dec 2025 17:40:49 +0100
Newsgroups gmane.mail.spam.spamassassin.general
Message-ID <[email protected]>
On 21-12-2025 12:52, A.Schulze via users wrote:

> Said that, my question:
> Is there a way to configure SA to not check DKIM signatures itself 
> again but parse an existing A-R header from a given Authentication 
> Identifier?
>

header          BO_DM_P_N       Authentication-Results =~ 
/YOUR.SERVER.ID(?:\/[^;]+)?; dmarc=pass \(p=none /
describe        BO_DM_P_N       DMARC validation passed and policy is none
tflags          BO_DM_P_N       nice
score           BO_DM_P_N       -0.01
header          BO_DM_P_Q       Authentication-Results =~ 
/YOUR.SERVER.ID(?:\/[^;]+)?; dmarc=pass \(p=quarantine /
describe        BO_DM_P_Q       DMARC validation passed and policy is 
quarantine
tflags          BO_DM_P_Q       nice
score           BO_DM_P_Q       -0.01
header          BO_DM_P_R       Authentication-Results =~ 
/YOUR.SERVER.ID(?:\/[^;]+)?; dmarc=pass \(p=reject /
describe        BO_DM_P_R       DMARC validation passed and policy is reject
tflags          BO_DM_P_R       nice
score           BO_DM_P_R       -0.03
header          BO_DM_F_N       Authentication-Results =~ 
/YOUR.SERVER.ID(?:\/[^;]+)?; dmarc=fail \(p=none /
describe        BO_DM_F_N       DMARC validation failed and policy is none
score           BO_DM_F_N       1.0
header          BO_DM_F_Q       Authentication-Results =~ 
/YOUR.SERVER.ID(?:\/[^;]+)?; dmarc=fail \(p=quarantine /
describe        BO_DM_F_Q       DMARC validation failed and policy is 
quarantine
score           BO_DM_F_Q       5.0
header          BO_DM_F_R       Authentication-Results =~ 
/YOUR.SERVER.ID(?:\/[^;]+)?; dmarc=fail \(p=reject /
describe        BO_DM_F_R       DMARC validation failed and policy is reject
score           BO_DM_F_R       25.0

b.