summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-25 11:25:37 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-25 11:25:37 +0000
commit26da7e207f1978012085c096366d623dc15b9778 (patch)
treef74adf729cff9cc3c6a6c27d5d77ad3b53d34a68 /test/scripts
parent6ea85e9a4ac76f292db7bb946d6ada8d3ac93a2d (diff)
Change callout EHLO/HELO from smtp_active_hostname to the helo_data
setting from the transport, when there is one.
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/054052
1 files changed, 52 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0540 b/test/scripts/0000-Basic/0540
new file mode 100644
index 000000000..62bb4fbce
--- /dev/null
+++ b/test/scripts/0000-Basic/0540
@@ -0,0 +1,52 @@
+# Affixes in RCPT commands for recipient callouts
+need_ipv4
+#
+server PORT_S 4
+220 Welcome
+HELO
+250 Hi
+MAIL FROM
+250 OK
+RCPT TO
+250 OK
+QUIT
+250 OK
+*eof
+220 Welcome
+HELO
+250 Hi
+MAIL FROM
+250 OK
+RCPT TO
+250 OK
+QUIT
+250 OK
+*eof
+220 Welcome
+HELO
+250 Hi
+MAIL FROM
+250 OK
+RCPT TO
+250 OK
+QUIT
+250 OK
+*eof
+220 Welcome
+HELO
+250 Hi
+MAIL FROM
+250 OK
+RCPT TO
+250 OK
+QUIT
+250 OK
+****
+exim -odq -bs
+mail from:<>
+RCPT TO:<abc@yes1>
+RCPT TO:<def@yes2>
+RCPT TO:<abc@no>
+RCPT TO:<def@no>
+quit
+****