* Added myself to copyright statement after all.
* Implemented results cache in order to prevent redundant SPF checks in
multiple invocations per message instance. This also enables us to prepend
a "Received-SPF" header only once per message instance (as opposed to once
per recipient address).
* Minor code and comments clean-up.
* 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.
* Fixed handlers handling, keeping handler name and code separate, avoiding the
use of symbolic references (i.e. the dual use of the handler name as both its
name and its _function_ name).
* use version;
* Bumped version number to 1.08.1.
* Purely cosmetic code clean-up.
* Added svn properties:
svn:mime-type = text/x-perl
svn:keywords = "Author Date Id Rev URL"
svn:eol-style = native
trunk/README
* Bumped version number to 1.08.1.
* Added Scott Kitterman to copyright statement.
* Updated website URL.
trunk/INSTALL
* Added version Perl module to list of run-time requirements.
trunk/INSTALL
trunk/LICENSE
* Added svn properties:
svn:mime-type = text/plain
svn:keywords = "Author Date Id Rev URL"
svn:eol-style = native
trunk/CHANGES
trunk/debian/changelog
* Described changes for 1.08.1 release.
trunk/debian/control
* New maintainer: Scott Kitterman <scott@kitterman.com>
* Priority: extra (was: optional)
* Removed Build-Depends-Indep: perl, as there really is no need for it.
* Depends: libversion-perl
trunk/debian/copyright
* Updated for 1.08.1 release.
* Added an explicit copy of the GPLv2 to satisfy Ubuntu.
postfix-policyd-spf-perl/trunk/README
* Mentioned the explicit copy of the license and fixed a bogus wording that
was leftover from another package from which the README file was originally
copied.
postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* Removed superfluous definition of the $syslog_priority variable.
postfix-policyd-spf-python
postfix-policyd-spf-python/trunk
postfix-policyd-spf-python/tags
* Added.
* Refer to README.Debian in addition to INSTALL.
postfix-policyd-spf-perl/trunk/INSTALL
* Minor corrections and additions.
postfix-policyd-spf-perl/trunk/debian/README.Debian
* Added, including installation instructions from INSTALL that are relevant
on Debian systems.
postfix-policyd-spf-perl/trunk/debian/control
* Build-Depends: debhelper (was: Build-Depends-Indep:)
postfix-policyd-spf-perl/trunk/debian/rules
* "build" target no longer depends on inexistent "build-stamp" target.
* Renamed file.
* Moved documentation from executable into separate README and INSTALL files.
* Minor and purely cosmetic code clean-up.
postfix-policyd-spf-perl/trunk/README
* Added, adopting non-installation documentation from postfix-policyd-spf and
improving it.
postfix-policyd-spf-perl/trunk/INSTALL
* Added, adopting installation documentation from postfix-policyd-spf and
improving it.
postfix-policyd-spf-perl/trunk/CHANGES
* Added, describing changes for 1.08 release.
postfix-policyd-spf-perl/trunk/debian
postfix-policyd-spf-perl/trunk/debian/*
* Added.