Commit graph

33 commits

Author SHA1 Message Date
Scott Kitterman
341d0a775d CHANGES and titivation of last commit 2018-07-26 00:51:58 -04:00
Scott Kitterman
92dc6cbd4f * Added mention of the requirement for Sys::Syslog to INSTALL
* Add references to the current upstream location on Launchpad
2017-01-10 17:19:17 -05:00
Scott Kitterman
8c2ec2083f ! Changed non-standard X-Comment header fields for localhost and
whitelisted addresses to use RFC 5451 Authentication Results header
      fields
    ! Added depenency on Sys::Hostname::Long for local hostname determination
2012-06-17 23:49:11 -04:00
Scott Kitterman
2aa104973f * Start 2.010
* Fixed incorrect use of != instead of ne for string comparison
2012-06-17 22:26:46 -04:00
Scott Kitterman
c05c211822 Changelog cleanups in preparation for release. 2012-02-03 23:23:59 -05:00
Scott Kitterman
3156020666 Reduce non-verbose logging to a single line per message. 2012-02-03 23:13:46 -05:00
Scott Kitterman
39a6d9bcd6 * Chomp erroneus NULLs off the end of local and authority explanations to
work around a Mail::SPF bug (in Mail::SPF versions prior to 2.008)
    - Patch thanks to Allison Randal
2012-01-25 22:54:02 -05:00
Scott Kitterman
101de98f4f * Bump versions to start version 2.009.
* Set verbose for the development period again.
2012-01-25 22:44:27 -05:00
Scott Kitterman
77a37aff41 Final pre-release cleanups of documentation for 2.008. 2012-01-19 13:53:15 -05:00
Scott Kitterman
685891fa76 * Changed default_authority_explanation ('Why' reject text) to point to
openspf.net instead of openspf.org due to extended outage
2012-01-12 12:58:46 -05:00
Scott Kitterman
f613668cb4 ! Query only TXT and not DNS RR Type SPF records to reduce unnecessary DNS
lookups (LP: #161133)
2012-01-12 10:30:45 -05:00
Scott Kitterman
fef173c8e2 * Initialize variables alternately as <UNKNOWN> when passing to syslog to avoid uninitialized values.
* Temporarily set VERBOSE = 1 for development and testing.
2012-01-11 19:41:59 -05:00
Scott Kitterman
2d4c4a5b3f Bump version and copyright dates to start 2.008. 2012-01-11 19:37:51 -05:00
Scott Kitterman
de4919466b Fix up documentation a bit in response to Debian bugs. 2008-07-26 01:30:51 +00:00
Scott Kitterman
33fd3c0353 Add changelog entry to 2.006. 2008-07-18 03:50:46 +00:00
Scott Kitterman
f778a5ebbf Documentation cleanup. 2007-12-15 06:20:30 +00:00
Julian Mehnle
1486640042 postfix-policyd-spf-perl/trunk/postfix-policyd-spf-perl
* Bumped version number to 2.005 in prospect of the next release.
* Decreased timeout for DNS queries via UDP to 10s from Net::DNS::Resolver's
  default of 40s (by doing only 1 retransmission rather than 3 after a query
  fails).  Until Mail::SPF provides an explicit option for this, we just
  create our own resolver object and make Mail::SPF use that.

postfix-policyd-spf-perl/trunk/CHANGES
* Described the above change.
* Fixed typos in the names of Wietse Venema and Julian Mehnle.
2007-12-14 23:05:20 +00:00
Scott Kitterman
ce45ad4c60 Update docs for new master.cf recommendations. 2007-04-30 22:11:36 +00:00
Scott Kitterman
2cc732f3fa Update for 2.004 release 2007-04-18 18:41:31 +00:00
Scott Kitterman
59bc8e46b9 * Documentation update for 2.003 changes. 2007-04-17 11:53:50 +00:00
Scott Kitterman
15fe331c67 * Added single file version of 2.002 for postfix examples
* Minor documentation cleanup in svn head.
2007-02-26 15:10:54 +00:00
Scott Kitterman
90fa45972c Final pre-release cleanup for 2.002 release. 2007-02-20 10:51:21 +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
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
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
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
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