Commit graph

33 commits

Author SHA1 Message Date
Scott Kitterman
90fa45972c Final pre-release cleanup for 2.002 release. 2007-02-20 10:51:21 +00:00
Julian Mehnle
e041d210e3 software/postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* 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.
2007-02-19 23:44:05 +00:00
Scott Kitterman
0f355dacc2 ! Only prepend a single SPF Received header for multi-recipient mail. 2007-02-19 19:38:19 +00:00
Scott Kitterman
871b66f596 * Release version 2.001 2007-02-08 05:37:44 +00:00
Scott Kitterman
2e961db6b5 * Don't crash if IP address not supplied 2007-02-08 05:34:14 +00:00
Julian Mehnle
0e669aacca 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.
2007-02-07 23:13:46 +00:00
Scott Kitterman
ce99d4e74f postfix-policyd-spf-perl 2.000 release 2007-02-07 22:10:45 +00:00
Scott Kitterman
0d8075552e * Skip SPF checks for local (127.) connections
* TODO skip localhost for IPv6.
2007-02-07 12:59:17 +00:00
Scott Kitterman
515d21722d Fix stupid typo in chagnes. 2007-02-06 18:19:39 +00:00
Scott Kitterman
f876c707b9 * Change reject reply to 550 for RFC 2821 complianse.
* Clarified wording for some verbose logging.
  * Added more information about HELO checking to README
2007-02-06 18:18:42 +00:00
Scott Kitterman
8f82cbeb7c Kicked version to 2.000 in preparation for release. 2007-02-05 21:47:52 +00:00
Scott Kitterman
6af1839810 Remove test cases from svn and add debian/docs and debian/postfix-policyd-spf-perl.8 2007-02-04 22:45:50 +00:00
Julian Mehnle
364bc8a754 postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* 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).
2007-02-04 22:36:52 +00:00
Scott Kitterman
305b57ec14 Logging and other code cleanup. 2007-02-04 22:25:18 +00:00
Julian Mehnle
1af44573f7 postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* Medium clean-up.
2007-02-04 19:20:58 +00:00
Scott Kitterman
da0f7279b6 Added test_cases for offline testing - do not include in tagged release. 2007-02-04 02:27:25 +00:00
Scott Kitterman
9c264c3867 Correct error trapping so policy server won't crash on bad input. 2007-02-04 02:25:39 +00:00
Scott Kitterman
1d57e605d3 Trunk changed for mail:SPF. 1.08.1/debian tags updated for Ubuntu lessons learned. 2007-02-03 21:46:00 +00:00
Scott Kitterman
e81f28bf98 Fix README typo 2007-01-13 15:57:32 +00:00
Scott Kitterman
dcb2c8e8c4 2007-01-10 20:24:53 +00:00
Julian Mehnle
01e939ac3d trunk/postfix-policyd-spf-perl
* 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.
2007-01-10 20:00:57 +00:00
Julian Mehnle
292876bc36 postfix-policyd-spf-perl/trunk/LICENSE
* 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.
2007-01-10 14:19:43 +00:00
Julian Mehnle
8eb6a55e9f postfix-policyd-spf-perl/trunk/README 1.08
* 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.
2006-06-17 18:58:27 +00:00
Julian Mehnle
711623e5c9 postfix-policyd-spf-perl/trunk/postfix-policyd-spf -> postfix-policyd-spf-perl
* 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.
2006-06-17 18:42:33 +00:00
Julian Mehnle
57be2e1c11 postfix-policyd-spf-perl/trunk/postfix-policyd-spf
* Version 1.08.
2006-06-17 16:53:44 +00:00
Julian Mehnle
0bd77bdc15 postfix-policyd-spf-perl/trunk/postfix-policyd-spf 1.07
* Version 1.07.
2006-06-17 16:46:46 +00:00
Julian Mehnle
5e0cd7d9a0 postfix-policyd-spf-perl/trunk/postfix-policyd-spf 1.06
* Version 1.06.
2006-06-17 16:45:10 +00:00
Julian Mehnle
2cba66720b postfix-policyd-spf-perl/trunk/postfix-policyd-spf 1.05
* Version 1.05.
2006-06-17 16:41:58 +00:00
Julian Mehnle
c8d2974eff postfix-policyd-spf-perl/trunk/postfix-policyd-spf 1.03
* Version 1.03.
2006-06-17 16:34:02 +00:00
Julian Mehnle
e2fac258ff postfix-policyd-spf-perl/trunk/postfix-policyd-spf 1.02
* Version 1.02.
2006-06-17 16:33:05 +00:00
Julian Mehnle
9090c7b7f2 postfix-policyd-spf-perl/trunk/postfix-policyd -> postfix-policyd-spf 1.01
* Renamed file.
* Version 1.01.
2006-06-17 16:31:08 +00:00
Julian Mehnle
7df1322ffd postfix-policyd-spf-perl/trunk/postfix-policyd 1.00
* Added version 1.00.
2006-06-17 16:24:00 +00:00
Julian Mehnle
19eabdeef3 postfix-policyd-spf-perl
postfix-policyd-spf-perl/tags
postfix-policyd-spf-perl/trunk
* Added.
2006-06-17 16:14:59 +00:00