diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-28 20:48:19 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-28 21:27:24 +0100 |
commit | 71c158466dab1d452d450843e8c204a42200b7a8 (patch) | |
tree | c3717ee04ae8183e772670493f23b8abcdda7c7c /test/confs | |
parent | 8ac90765750f87c573300b9e953af3d8090cab8b (diff) |
I18N: add a utf8_downconvert option to the smtp transport. Bug 2248
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4201 | 3 |
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 |