diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-22 13:26:58 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-22 13:26:58 +0000 |
commit | 87e9d061c94e3fdd721b7b04ccbdba7a061f6ca3 (patch) | |
tree | e6a241c455a7995d4160eed6ab172f175dbd7e42 /test/scripts/4600-SPF | |
parent | e01d111e5565ac1962804750bd14a16efc7226d6 (diff) |
SPF: additional variable $spf_result_guessed; tweak authresults string indicating guess
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 |