diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-07 04:03:37 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-07 04:03:37 -0700 |
commit | 9cbad13b652da19396511434b18e88533c8f9901 (patch) | |
tree | d4b0415fd6438d37a108d17bf5207b86b9f40bed /test | |
parent | c6e95d22d77f480804ddb5c505891206b427dfb1 (diff) |
Default accept_8bitmime to true.
Some discussion at http://bugs.exim.org/show_bug.cgi?id=817
Refer readers to Dan Bernstein's analysis of the issues.
Consensus seen from maintainers is that DJB is right on this point.
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0001 | 2 | ||||
-rw-r--r-- | test/confs/0390 | 2 | ||||
-rw-r--r-- | test/stdout/0001 | 2 | ||||
-rw-r--r-- | test/stdout/0390 | 8 |
4 files changed, 7 insertions, 7 deletions
diff --git a/test/confs/0001 b/test/confs/0001 index aa07ef053..14db5ae26 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -13,7 +13,7 @@ gecos_pattern = "" gecos_name = CALLER_NAME -accept_8bitmime +no_accept_8bitmime acl_not_smtp = check_local_message acl_smtp_auth = check_auth acl_smtp_connect = check_connect diff --git a/test/confs/0390 b/test/confs/0390 index 6da8949d8..d6e5b9cd8 100644 --- a/test/confs/0390 +++ b/test/confs/0390 @@ -12,7 +12,7 @@ gecos_name = CALLER_NAME # ----- Main settings ----- .ifdef AA -accept_8bitmime +no_accept_8bitmime .endif .ifndef AA diff --git a/test/stdout/0001 b/test/stdout/0001 index 77d202228..d9ce2f07b 100644 --- a/test/stdout/0001 +++ b/test/stdout/0001 @@ -1,4 +1,4 @@ -accept_8bitmime +no_accept_8bitmime bounce_message_file = callout_domain_negative_expire = 1h daemon_smtp_ports = diff --git a/test/stdout/0390 b/test/stdout/0390 index f42f459d4..d573699ef 100644 --- a/test/stdout/0390 +++ b/test/stdout/0390 @@ -1,4 +1,4 @@ -no_accept_8bitmime +accept_8bitmime acl_not_smtp = xxx acl_smtp_auth = acl_smtp_connect = @@ -8,7 +8,7 @@ acl_smtp_expn = zzz acl_smtp_mail = yyy acl_smtp_rcpt = acl_smtp_vrfy = -accept_8bitmime +no_accept_8bitmime acl_not_smtp = acl_smtp_auth = xxx acl_smtp_connect = xxx @@ -18,7 +18,7 @@ acl_smtp_expn = acl_smtp_mail = xxx acl_smtp_rcpt = acl_smtp_vrfy = -no_accept_8bitmime +accept_8bitmime acl_not_smtp = xxx acl_smtp_auth = xxx acl_smtp_connect = yyy @@ -28,7 +28,7 @@ acl_smtp_expn = yyy acl_smtp_mail = yyy acl_smtp_rcpt = acl_smtp_vrfy = -accept_8bitmime +no_accept_8bitmime acl_not_smtp = acl_smtp_auth = xxx acl_smtp_connect = xxx |