diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-16 19:07:51 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-16 19:07:51 +0000 |
commit | 183389fae10672e8d5ffb1f14f23a179798f483a (patch) | |
tree | 3ebea4f71763f62308d52da4a12ca8f0241ae157 /test/confs | |
parent | 148d9d517265b06fee1ac15047040e3f1789f280 (diff) |
Fix matching of long addresses. Bug 2677
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0471 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0471 b/test/confs/0471 index f7e0a9f0b..12bd3b527 100644 --- a/test/confs/0471 +++ b/test/confs/0471 @@ -3,6 +3,7 @@ .include DIR/aux-var/std_conf_prefix primary_hostname = myhost.test.ex +log_selector = +received_recipients # ----- Main settings ----- @@ -12,6 +13,7 @@ primary_hostname = myhost.test.ex begin rewrite +^.{40,}@* deny_me@test.example FTbcfrt *@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt # End |