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
libopendkim has a feature that some DKIM-Signature header can be marked as "ignore", however opendkim milter does not care the flag and includes results of those ignored signatures (as "dkim=fail") into Authentication-Results: header.
I think those results should not be included in AR header.
The text was updated successfully, but these errors were encountered:
futatuki
changed the title
opendkim milter does not "ignore" signatures marked as ignore but add the result of verify in AR header
opendkim milter does not "ignore" signatures marked as ignore but adds the result of verify in AR header
Oct 28, 2024
Per RFC8601 Sec 2.7.1., it seems that we should use dkim=policy in such a case, rather than excluding from AR header.
futatuki
changed the title
opendkim milter does not "ignore" signatures marked as ignore but adds the result of verify in AR header
opendkim milter does not "ignore" signatures marked as ignore but adds the result dkim=fail in AR header
Oct 29, 2024
…x-results-ignored-sigs
FIx issue trusteddomainproject#233: use "dkim=policy" for the result of DKIM signature
which is marked as "ignore" by dkim_sig_ignore(), instead of
"dikim=fail".
libopendkim has a feature that some DKIM-Signature header can be marked as "ignore", however opendkim milter does not care the flag and includes results of those ignored signatures (as "dkim=fail") into Authentication-Results: header.
I think those results should not be included in AR header.
The text was updated successfully, but these errors were encountered: