------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1285 Summary: Should dkim_disable_verify be documented in the list of acl control modifiers? Product: Exim Version: 4.80 Platform: Other URL: http://exim.org/exim-html- current/doc/html/spec_html/ch42.html#SECTcontrols OS/Version: All Status: NEW Severity: bug Priority: low Component: Documentation AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] The acl control modifier dkim_disable_verify is documented in http://exim.org/exim-html-current/doc/html/spec_html/ch56.html . $ grep -C2 'described separately in section 42.21' spec.txt As there are now quite a few controls that can be applied, they are described separately in section 42.21. The control modifier can be used in several different ways. For example: Does that mean the list in section 42.21 is meant to, or is better, be exhaustive? In case the answer is yes, it is missing dkim_disable_verify: --- a/spec.txt 2012-08-16 17:18:03.399235448 +0300 +++ b/spec.txt 2012-08-16 17:04:51.000000000 +0300 @@ -25229,6 +25229,11 @@ control = enforce_sync, control = no_enf turn off the synchronization checks for badly-behaved hosts that y ou nevertheless need to work with. +control = dkim_disable_verify + + This control turn off DKIM verification processing entirely. For details + on the operation of DKIM, see chapter 56. + control = fakedefer/<message> This control works in exactly the same way as fakereject (describe d below) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
