summaryrefslogtreecommitdiff
path: root/test/confs/4201
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-07-28 20:48:19 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-07-28 21:27:24 +0100
commit71c158466dab1d452d450843e8c204a42200b7a8 (patch)
treec3717ee04ae8183e772670493f23b8abcdda7c7c /test/confs/4201
parent8ac90765750f87c573300b9e953af3d8090cab8b (diff)
I18N: add a utf8_downconvert option to the smtp transport. Bug 2248
Diffstat (limited to 'test/confs/4201')
-rw-r--r--test/confs/42013
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/4201 b/test/confs/4201
index 9242eb063..17afe9f78 100644
--- a/test/confs/4201
+++ b/test/confs/4201
@@ -124,5 +124,8 @@ local_delivery:
rmt_smtp:
driver = smtp
+.ifdef STRICT
+ utf8_downconvert = STRICT
+.endif
# End