postfix-policyd-spf-perl 2.000 release
This commit is contained in:
parent
0d8075552e
commit
ce99d4e74f
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# postfix-policyd-spf-perl
|
||||
# http://www.openspf.org/Software
|
||||
# version 2.000
|
||||
# $Id$
|
||||
#
|
||||
#(C) 2007 Scott Kitterman <scott@kitterman.com>
|
||||
#(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
#
|
||||
|
|
@ -116,7 +116,7 @@ while (<STDIN>) {
|
|||
# Skip SPF check for local connections
|
||||
|
||||
if ($attr{client_address}=~ /^127\./) {
|
||||
$action = "PREPEND SPF skipped - localhost is always allowed."
|
||||
$action = "PREPEND X-SPF skipped - localhost is always allowed."
|
||||
}
|
||||
else {
|
||||
foreach my $handler (@HANDLERS) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue