LinkedInAttic / dmarc-msys

This set of scripts in Lua implements DMARC policy checking and reporting for the Message Systems MTA products, a popular extendable commercial MTA.
36 stars 3 forks source link

ec_dkim_domains does not always report the domain in d= #1

Closed franckhlmartin closed 12 years ago

franckhlmartin commented 12 years ago

The sieve function reports the domain present in i= if the tag is present otherwise it reports the domain in d=

This creates a problem to report the correct DKIM status for valid signatures that use different domains in d= and i=

franckhlmartin commented 12 years ago

This is fixed in the latest release using a workaround the ec_dkim_dmains command.