summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-03-02 17:07:27 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-03-02 17:07:27 +0000
commit376d3790ba2756278e28d0ecaa1ed7c9b1a0ab00 (patch)
treead21e9a69386ab03ce3bf3e172dd67ad7672b059 /test/confs
parent8f2cf8f5adaa08ef84b47bf9bc2f71e39236c22d (diff)
downloadexim4-376d3790ba2756278e28d0ecaa1ed7c9b1a0ab00.tar.gz
Another go at the overlong-addrs versus rewrites problem
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/04714
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/0471 b/test/confs/0471
index 12bd3b527..a6b8a17ef 100644
--- a/test/confs/0471
+++ b/test/confs/0471
@@ -13,7 +13,7 @@ log_selector = +received_recipients
begin rewrite
-^.{40,}@* deny_me@test.example FTbcfrt
-*@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt
+^.{40,}@* deny_me@test.example FTbcfrt
+*@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt
# End