diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-25 00:25:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-25 00:25:51 +0100 |
commit | 6968512fc21cf0a41b2751bb9df39ed40941c1c3 (patch) | |
tree | 0664aa6a1eeeab7ff08ad412450219df9b2b7e84 /test/stderr/0420 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0420')
-rw-r--r-- | test/stderr/0420 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0420 b/test/stderr/0420 index 6694987ce..fbb2bf6c6 100644 --- a/test/stderr/0420 +++ b/test/stderr/0420 @@ -26,7 +26,7 @@ SMTP<< mail from:<x@y> SMTP>> 250 OK SMTP<< rcpt to:<x@y> processing "accept" -accept: condition test succeeded +accept: condition test succeeded in inline ACL SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself @@ -50,7 +50,7 @@ SMTP<< mail from:<a@b> SMTP>> 250 OK SMTP<< rcpt to:<x@y> processing "accept" -accept: condition test succeeded +accept: condition test succeeded in inline ACL SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself |