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/stdout/0390 | |
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/stdout/0390')
-rw-r--r-- | test/stdout/0390 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |