diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-11 16:11:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-11 16:11:06 +0000 |
commit | 72934ba73e5ac5fbd64b56dc684e3371a9651909 (patch) | |
tree | c1373e0828bd52539188fa6891a7d18afc702976 /test/confs | |
parent | ce25e2982bde749c219357bd5983d2735277919f (diff) |
Downgrade an unfound-list name from panic to DEFER. Bug 1645
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0275 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/confs/0275 b/test/confs/0275 index 3734e03ea..7117d517c 100644 --- a/test/confs/0275 +++ b/test/confs/0275 @@ -6,6 +6,8 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- +acl_smtp_rcpt = accept verify = recipient + domainlist nocache = $local_part domainlist nocache2 = +nocache domainlist local_domains = test.ex @@ -36,6 +38,14 @@ t1: begin routers +.ifdef FAKE +r0f: + driver = accept + local_parts = error + domains = +no_such_list + transport = t1 +.endif + r00: driver = accept domains = +nocache |