! Only prepend a single SPF Received header for multi-recipient mail.
This commit is contained in:
parent
871b66f596
commit
0f355dacc2
4 changed files with 24 additions and 15 deletions
9
README
9
README
|
|
@ -1,4 +1,4 @@
|
|||
postfix-policyd-spf-perl 2.001
|
||||
postfix-policyd-spf-perl 2.002
|
||||
A Postfix SMTPd policy server for SPF checking
|
||||
(C) 2007 Scott Kitterman <scott@kitterman.com>
|
||||
2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
|
|
@ -21,10 +21,9 @@ temporary SPF error and the message would othersise be permitted
|
|||
will not be checked.
|
||||
|
||||
If the message is not rejected or deferred, the policy server will PREPEND the
|
||||
appropriate SPF Received header. In the case of multi-recipient mail, multiple
|
||||
headers will get appended. If Mail From is anything other than completely empty
|
||||
(i.e. <>) then the Mail From result will be used for SPF Received (e.g. Mail
|
||||
From None even if HELO is Pass).
|
||||
appropriate SPF Received header. If Mail From is anything other than completely
|
||||
empty (i.e. <>) then the Mail From result will be used for SPF Received (e.g.
|
||||
Mail From None even if HELO is Pass).
|
||||
|
||||
The policy server skips SPF checks for connections from the localhost (127.) and
|
||||
instead prepends and logs 'SPF skipped - localhost is always allowed.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue