diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-06 14:50:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-09 11:51:32 +0100 |
commit | ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b (patch) | |
tree | ea143527fa6714491fa7c61203581dc732855874 /test/scripts/0000-Basic | |
parent | 8dcd332fbfd7ecefe548be074637fccae8cf23f0 (diff) |
New $recipients_list. Bug 2726
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0636 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0636 b/test/scripts/0000-Basic/0636 new file mode 100644 index 000000000..8a1f7f293 --- /dev/null +++ b/test/scripts/0000-Basic/0636 @@ -0,0 +1,12 @@ +# $recipients_list +exim -bs +helo test +mail from:someone@some.domain +rcpt to:<a@test.ex> +rcpt to:<b@test.ex> +data +. +quit +**** +no_msglog_check +no_stdout_check |