diff options
author | Simon Arlott <bugzilla.exim.simon@arlott.org> | 2019-03-16 16:01:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-16 16:01:15 +0000 |
commit | 7c498df16cbb3d35eb8df3668ec426388f0dc974 (patch) | |
tree | d0af3af7e56f63539f3cbad70674da9f8d1b65a9 /test/confs/0583 | |
parent | 9883af7240d3c25b7a8a859c9e8482caacd5f1aa (diff) |
Add caseless option to verify=not_blind. Bug 2356
Diffstat (limited to 'test/confs/0583')
-rw-r--r-- | test/confs/0583 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/confs/0583 b/test/confs/0583 new file mode 100644 index 000000000..ae5b55d46 --- /dev/null +++ b/test/confs/0583 @@ -0,0 +1,24 @@ +# Exim test configuration 0583 + +ERROR_DETAILS= + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +acl_smtp_data = check_data + +ERROR_DETAILS + +# ----- ACL ------ + +begin acl + +check_data: + accept verify = not_blind/case_insensitive + + +# End |