From 0762e1a4d6de4b7b0206314302297c9dd6d7ae73 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 23 Dec 2022 18:02:25 +0000 Subject: Expand max_rcpt option on smtp transport. Bug 2946 --- test/scripts/0000-Basic/0285 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'test/scripts/0000-Basic') diff --git a/test/scripts/0000-Basic/0285 b/test/scripts/0000-Basic/0285 index 1ecc64202..976058fa4 100644 --- a/test/scripts/0000-Basic/0285 +++ b/test/scripts/0000-Basic/0285 @@ -100,3 +100,32 @@ QUIT **** exim -odi -q **** +# +# Extended version of pulling a max_rcpt out of an expansion +# Expect log with two => lines on one conn +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +DATA +354 Send data +. +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +DATA +354 Send data +. +250 OK +QUIT +250 OK +**** +exim -odf x@magic1.test.ex y@magic1.test.ex +**** -- cgit v1.2.3