https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6462
--- Comment #9 from Kevin A. McGrail <[email protected]> 2011-12-16 18:20:23 UTC --- I've been discussing this issue a lot on the OpenDKIM mailing list. Are you using sendmail? Can you add this to your submit.mc and sendmail.mc prior to any MAILER definitions? dnl testing nocanonify for DKIM wonkiness with rcpt to: and To: header variance FEATURE(`nocanonify',`canonify_hosts')dnl I found cases where the envelope rcpt to: information was being used to rewrite the To: header which changed the case of the header. This case change broke the ability to validate the DKIM signature. Implementing the above FEATURE nocanonify resolved the issue for me with sendmail HOWEVER,I do not know the pros and cons of that FEATURE beyond this specific problem. Based on more feedback, I have a feeling everyone using Sendmail should consider this feature. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
