diff options
author | Todd Lyons <tlyons@ivenue.com> | 2012-07-06 14:56:11 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-07-06 15:04:14 -0700 |
commit | 6822b9097e418e9a0e6cb1a31430904a38a49986 (patch) | |
tree | 4b72bcb6cf94cdf5417d4e7a049a368584138a5a /test/stderr/0467 | |
parent | b5b871aca49fbf0fcc2c91997e70c3c57f77faa9 (diff) |
Make +smtp_confirmation be a default logging option.
Diffstat (limited to 'test/stderr/0467')
-rw-r--r-- | test/stderr/0467 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/0467 b/test/stderr/0467 index 60aed5cd3..ec84ba9c0 100644 --- a/test/stderr/0467 +++ b/test/stderr/0467 @@ -2,14 +2,14 @@ LOG: MAIN <= CALLER@myhost.test.ex U=CALLER P=local S=sss delivering 10HmaX-0005vi-00 LOG: MAIN - *> x@srv01.test.ex R=r1 T=t1 H=ten-1.test.ex [V4NET.0.0.1]:25 + *> x@srv01.test.ex R=r1 T=t1 H=ten-1.test.ex [V4NET.0.0.1]:25 C="delivery bypassed by -N option" LOG: MAIN Completed LOG: MAIN <= CALLER@myhost.test.ex U=CALLER P=local S=sss delivering 10HmaY-0005vi-00 LOG: MAIN - *> x@srv03.test.ex R=r1 T=t1 H=ten-4.test.ex [V4NET.0.0.4]:88 + *> x@srv03.test.ex R=r1 T=t1 H=ten-4.test.ex [V4NET.0.0.4]:88 C="delivery bypassed by -N option" LOG: MAIN Completed LOG: MAIN @@ -31,6 +31,6 @@ Connecting to localhost.test.ex [127.0.0.1]:1224 ... connected SMTP<< 250 OK SMTP>> QUIT LOG: MAIN - => x@srv27.test.ex R=r1 T=t1 H=localhost.test.ex [127.0.0.1]:1224 + => x@srv27.test.ex R=r1 T=t1 H=localhost.test.ex [127.0.0.1]:1224 C="250 OK" LOG: MAIN Completed |