From: Jeremy Harris Date: Sun, 31 Dec 2017 11:12:50 +0000 (+0000) Subject: Enable header_syntax verify in the example config X-Git-Tag: exim-4_91_RC1~125 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=4b7a74717ed76f5336fe677bb360fe3da0e47aa6 Enable header_syntax verify in the example config --- diff --git a/src/src/configure.default b/src/src/configure.default index 1dc9b913d..79bbc8c30 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -520,6 +520,12 @@ acl_check_data: got $max_received_linelength condition = ${if > {$max_received_linelength}{998}} + # Deny if the headers contain badly-formed addresses. + # + deny !verify = header_syntax + message = header syntax + log_message = header syntax ($acl_verify_message) + # Deny if the message contains a virus. Before enabling this check, you # must install a virus scanner and set the av_scanner option above. #