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:
Julian Mehnle 2007-02-07 23:13:46 +00:00
commit 0e669aacca
3 changed files with 44 additions and 24 deletions

View file

@ -6,6 +6,7 @@ postfix-policyd-spf-perl:
Perl 5.6
version
NetAddr-IP 4
Mail-SPF (not Mail-SPF-Query)
Installing