diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-14 16:40:36 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-14 16:40:36 +0000 |
commit | 4e88a19f714c90a9381432c7562bd35446fd1f98 (patch) | |
tree | 9f62c6dd32227f77e21987ec39b55dd000731764 /test/scripts | |
parent | 734e149965a807226eb5b87e9e13fda85a48b027 (diff) |
Applied a modified version of Brad Jorsch's patch for "message" with
"accept".
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0546 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0546 b/test/scripts/0000-Basic/0546 new file mode 100644 index 000000000..1486d3538 --- /dev/null +++ b/test/scripts/0000-Basic/0546 @@ -0,0 +1,19 @@ +# User messages for "accept" verbs +need_ipv4 +# +exim -bs +ehlo a.b.c +mail from:<> +rcpt to:<userx@test.ex> +data +This is a test +. +quit +**** +exim -bs -DHELO_MSG='Two\nlines' -DRCPT_MSG='450 Bad number' +ehlo a.b.c +mail from:<> +rcpt to:<userx@test.ex> +quit +**** +no_msglog_check |