postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* use NetAddr::IP * Added another handler (sub exempt_localhost) at the front that exempts localhost (IPv4 and IPv6) addresses from further processing. Dropped special-cased localhost exemption. * Changed localhost message header from 'X-SPF' to 'X-Comment', and adjusted the header text slightly. * Various minor clean-ups. postfix-policyd-spf-perl/trunk/INSTALL postfix-policyd-spf-perl/trunk/debian/control * Note that NetAddr-IP 4 is required.
This commit is contained in:
parent
ce99d4e74f
commit
0e669aacca
3 changed files with 44 additions and 24 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -7,7 +7,7 @@ Standards-Version: 3.7.2
|
|||
|
||||
Package: postfix-policyd-spf-perl
|
||||
Architecture: all
|
||||
Depends: libversion-perl, libmail-spf-perl, ${perl:Depends}
|
||||
Depends: libversion-perl, libnetaddr-ip-perl (>= 4), libmail-spf-perl, ${perl:Depends}
|
||||
Recommends: postfix
|
||||
Description: pure-Perl Postfix policy daemon for RFC 4408 compliant SPF checking
|
||||
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue