diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-11-04 23:24:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-11-04 23:24:28 +0000 |
commit | 6f1235934cf1739c7fd575a2019a6d2deeb1cf9d (patch) | |
tree | 257e15e2f3d858003788df0708b0197a2343bbb1 /test/stderr/3404 | |
parent | faa05a9388f4efb82db4e7ea20ae746ab62f578a (diff) |
Add A= to delivery log lines, and a client_set_id option to authenticators.
Diffstat (limited to 'test/stderr/3404')
-rw-r--r-- | test/stderr/3404 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/3404 b/test/stderr/3404 index 754e8938a..8d35b6730 100644 --- a/test/stderr/3404 +++ b/test/stderr/3404 @@ -19,7 +19,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 250 OK SMTP>> QUIT LOG: MAIN - => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK" + => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] A=plain C="250 OK" LOG: MAIN Completed LOG: MAIN @@ -43,7 +43,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 250 OK SMTP>> QUIT LOG: MAIN - => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK" + => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] A=plain C="250 OK" LOG: MAIN Completed LOG: MAIN @@ -71,6 +71,6 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 250 OK SMTP>> QUIT LOG: MAIN - => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK" + => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] A=login C="250 OK" LOG: MAIN Completed |