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/confs/0001 | |
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/confs/0001')
-rw-r--r-- | test/confs/0001 | 2 |
1 files changed, 1 insertions, 1 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 |