diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-01 17:22:48 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-01 17:22:48 +0100 |
commit | 980bb6b778928aeb9401bafc9e1a00c184fb5ff0 (patch) | |
tree | 55c66d1fac4a825c01b41804bb6634ab6a200262 /test/confs/0024 | |
parent | f1e494e0021f2efbc346a24727b8ebc66733e4b2 (diff) |
Testsuite: add EAI local-part testcase
Diffstat (limited to 'test/confs/0024')
-rw-r--r-- | test/confs/0024 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/confs/0024 b/test/confs/0024 index 30e5636e9..fac5e12a5 100644 --- a/test/confs/0024 +++ b/test/confs/0024 @@ -27,6 +27,10 @@ acl_rcpt: require verify = sender + deny domains = +local_domains + local_parts = ^[.] : ^.*[@%!/|] + message = Restricted characters in address + deny message = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text dnslists = rbl.test.ex @@ -59,6 +63,11 @@ r1: transport = dev_null no_more +redir: + driver = redirect + local_parts = føø + data = userx + r2: driver = accept local_parts = userx : postmaster |