diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-18 00:33:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-18 00:39:01 +0000 |
commit | dfbcb5ac660065b097b0ad0cb2c26357899f0c64 (patch) | |
tree | 3eb03b962fe9792d991b77d88cb8c276881d7202 /test/log/4600 | |
parent | b808677c8f0d6a1cf93ff75f4ad5b1199bd85311 (diff) |
Expansions: new ${authresults {mch}} for an Authentication-Results header
Diffstat (limited to 'test/log/4600')
-rw-r--r-- | test/log/4600 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/log/4600 b/test/log/4600 index 9c07c1791..3eb81ad43 100644 --- a/test/log/4600 +++ b/test/log/4600 @@ -5,8 +5,10 @@ 1999-03-02 09:44:33 spf_header_comment myhost.test.ex: domain of example.com does not designate ip4.ip4.ip4.ip4 as permitted sender 1999-03-02 09:44:33 spf_smtp_comment Please see http://www.openspf.org/Why?id=a%40example.com&ip=ip4.ip4.ip4.ip4&receiver=myhost.test.ex : Reason: mechanism 1999-03-02 09:44:33 spf_received Received-SPF: fail (myhost.test.ex: domain of example.com does not designate ip4.ip4.ip4.ip4 as permitted sender) client-ip=ip4.ip4.ip4.ip4; envelope-from=a@example.com; helo=testclient; +1999-03-02 09:44:33 Authentication-Results: myhost.test.ex;\n\tspf=fail smtp.mailfrom=example.com 1999-03-02 09:44:33 H=(testclient) [ip4.ip4.ip4.ip4] F=<a@example.com> rejected RCPT <fred@test.ex> 1999-03-02 09:44:33 spf_result pass 1999-03-02 09:44:33 spf_header_comment myhost.test.ex: localhost is always allowed. 1999-03-02 09:44:33 spf_smtp_comment 1999-03-02 09:44:33 spf_received Received-SPF: pass (myhost.test.ex: localhost is always allowed.) client-ip=127.0.0.1; envelope-from=b@example.com; helo=testclient; +1999-03-02 09:44:33 Authentication-Results: myhost.test.ex;\n\tspf=pass smtp.mailfrom=example.com |