diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-10 23:12:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-12 18:01:33 +0000 |
commit | 1a47b633600e808a11d75551306a2bf8ebf87335 (patch) | |
tree | 9d295a9d5341c7aee3b0e948a7fcf261d73345a9 /test/scripts | |
parent | 4b4a0e99e3329ce10b2bf1bbaae91836a4a20e3d (diff) |
Logging: support +outgoing_port on defer lines and per-host error lines
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0211 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0211 b/test/scripts/0000-Basic/0211 index 2775d20ef..f8750d2e8 100644 --- a/test/scripts/0000-Basic/0211 +++ b/test/scripts/0000-Basic/0211 @@ -2,6 +2,8 @@ need_ipv4 munge optional_dsn_info # +exim -z "Test: temp-rej connect" +**** server PORT_S 450 I'm busy QUIT @@ -10,6 +12,9 @@ QUIT exim -odi userx@domain1 Test message 1 **** +# +exim -z "Test: temp-rej helo" +**** server PORT_S 220 Connected OK EHLO @@ -21,6 +26,17 @@ QUIT **** exim -qf **** +# +exim -z "Test: drop conn after banner" +**** +server PORT_S +220 Connected OK +**** +exim -qf +**** +# +exim -z "Test: reject connect" +**** server PORT_S 550 Go away QUIT @@ -28,6 +44,9 @@ QUIT **** exim -qf **** +# +exim -z "Test: reject helo" +**** server PORT_S 220 Connected OK EHLO |