------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=958 Summary: $dkim_key_testing is never set to 1 Product: Exim Version: 4.71 Platform: All OS/Version: All Status: NEW Severity: bug Priority: medium Component: Content Scanning AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Due to a typo(?) in pdkim.c, $dkim_key_testing is never set to 1. As stated in the RFC the t= flag can contain y, s or a combination therof (y:s). However, in the code it's tested for 's' and 't', which is wrong. Attached patch fixes this. On a side not... I'm not sure if the code allows for both the y and s (y:s) being set. My C(++) skills are abominal. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
