From 2b1c6e3a3a41b680dcefcb87d6c373431f718607 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 5 Sep 2006 13:24:10 +0000 Subject: (1) Update version number to 4.64. (2) Ignore callout cached information that MAIL FROM:<> is rejected when verifying a recipient using a non-null MAIL address. --- test/scripts/0000-Basic/0538 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 test/scripts/0000-Basic/0538 (limited to 'test/scripts/0000-Basic') diff --git a/test/scripts/0000-Basic/0538 b/test/scripts/0000-Basic/0538 new file mode 100644 index 000000000..c464f3bf1 --- /dev/null +++ b/test/scripts/0000-Basic/0538 @@ -0,0 +1,39 @@ +# callout for recipient/use_sender after mail from:<> rejection +need_ipv4 +# +# Do a sender address verify that rejects MAIL FROM:<> +server PORT_S +220 Welcome +HELO +250 Hi +MAIL FROM +550 I'm misconfigured +QUIT +221 Bye +**** +exim -bs +mail from: +quit +**** +# Now do a recipient verify for the same domain, with use_sender +server PORT_S +220 Welcome +HELO +250 Hi +MAIL FROM +250 OK +RCPT TO +250 OK +QUIT +221 Bye +**** +exim -bs +mail from: +rcpt to: +quit +**** +# A final check that the cache works for sender address +exim -bs +mail from: +quit +**** -- cgit v1.2.3