diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-05 22:32:12 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-05 22:32:12 +0000 |
commit | 70918f02eecc64d5033b9831a393f2eca3c4709d (patch) | |
tree | 0620c65439ba631f891aa9c866fa5205123e6b52 /test/confs/0630 | |
parent | 19fdbfb4a2b6ca4a6a96ef52be848f0a23e2414f (diff) |
Debug: handle exact-fill of pretrigger buffer
Diffstat (limited to 'test/confs/0630')
-rw-r--r-- | test/confs/0630 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/confs/0630 b/test/confs/0630 index b83790f19..d641967bf 100644 --- a/test/confs/0630 +++ b/test/confs/0630 @@ -14,7 +14,7 @@ acl_smtp_rcpt = chk_rcpt begin acl chk_mail: - accept control = debug/tag=_router/opts=+all/pretrigger=2040/trigger=paniclog + accept control = debug/tag=_router/opts=+all/pretrigger=800/trigger=paniclog chk_rcpt: accept @@ -25,8 +25,9 @@ begin routers r0: # cause paniclog write (by using a tainted filename) + # keep the path non-variable driver = redirect - local_parts = $spool_directory/$local_part + local_parts = /$local_part data = :blackhole: # # End |