diff options
Diffstat (limited to 'test/scripts/4600-SPF')
-rw-r--r-- | test/scripts/4600-SPF/4600 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/scripts/4600-SPF/4600 b/test/scripts/4600-SPF/4600 index 3907f6861..825efb959 100644 --- a/test/scripts/4600-SPF/4600 +++ b/test/scripts/4600-SPF/4600 @@ -19,11 +19,21 @@ rcpt to:<fred@test.ex> ??? 550 quit **** +client HOSTIPV4 PORT_D +??? 220 +helo testclient +??? 250 +mail from:<b@test.example.com> +??? 250 +rcpt to:<fred@test.ex> +??? 550 +quit +**** client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 -mail from:<b@example.com> +mail from:<c@example.com> ??? 250 rcpt to:<fred@test.ex> ??? 250 |