diff --git a/CHANGES b/CHANGES index 83327d4..59fb2b6 100644 --- a/CHANGES +++ b/CHANGES @@ -4,8 +4,9 @@ # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement ---- 2.003 (2007-02-26 10:00) +--- 2.003 (2007-04-17 08:50) * Minor documentation cleanup. + + Add handler for list of relay addresses to bypass. --- 2.002 (2007-02-20 05:45) * Added Julian Menhle to copyright statement. diff --git a/README b/README index 92dd3a6..5081964 100644 --- a/README +++ b/README @@ -27,7 +27,11 @@ empty (i.e. <>) then the Mail From result will be used for SPF Received (e.g. Mail From None even if HELO is Pass). The policy server skips SPF checks for connections from the localhost (127.) and -instead prepends and logs 'SPF skipped - localhost is always allowed.' +instead prepends and logs 'SPF skipped - localhost is always allowed.' If you +have relays that you want to skip SPF checks for, you can add them to +relay_addresses on line 78 using standard CIDR notation in a space separated +list. For these addresses, 'X-Comment SPF skipped for whitelisted relay' is +prepended and logged. Error conditions within the policy server (that don't result in a crash) or from Mail::SPF will return DUNNO. diff --git a/debian/changelog b/debian/changelog index 25bedf0..c5d6a03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -postfix-policyd-spf-perl (2.003-0ubuntu1) feisty; urgency=low +postfix-policyd-spf-perl (2.003-0ubuntu1) gutsy; urgency=low * New upstream release + - Add handler for list of relay addresses to bypass. + * Update man page for upstream changes. - -- Scott Kitterman Mon, 26 Feb 2007 10:00:00 -0500 + -- Scott Kitterman Mon, 17 April 2007 08:52:00 -0400 postfix-policyd-spf-perl (2.002-0ubuntu1) feisty; urgency=low diff --git a/debian/postfix-policyd-spf-perl.8 b/debian/postfix-policyd-spf-perl.8 index c92f02f..6d340be 100644 --- a/debian/postfix-policyd-spf-perl.8 +++ b/debian/postfix-policyd-spf-perl.8 @@ -168,7 +168,11 @@ empty (i.e. <>) then the Mail From result will be used for SPF Received (e.g. Mail From None even if HELO is Pass). The policy server skips SPF checks for connections from the localhost (127.) and -instead prepends and logs 'SPF skipped - localhost is always allowed.' +instead prepends and logs 'SPF skipped - localhost is always allowed.' If you +have relays that you want to skip SPF checks for, you can add them to +relay_addresses on line 78 using standard CIDR notation in a space separated +list. For these addresses, 'X-Comment SPF skipped for whitelisted relay' is +prepended and logged. Error conditions within the policy server (that don't result in a crash) or from Mail::SPF will return DUNNO.