* Added mention of the requirement for Sys::Syslog to INSTALL
* Add references to the current upstream location on Launchpad
This commit is contained in:
parent
8c2ec2083f
commit
92dc6cbd4f
4 changed files with 9 additions and 2 deletions
4
CHANGES
4
CHANGES
|
|
@ -4,6 +4,10 @@
|
||||||
# ! = Changed something significant, or removed a feature
|
# ! = Changed something significant, or removed a feature
|
||||||
# * = Fixed a bug, or made a minor improvement
|
# * = Fixed a bug, or made a minor improvement
|
||||||
|
|
||||||
|
--- 2.011 UNRELEASED
|
||||||
|
* Added mention of the requirement for Sys::Syslog to INSTALL
|
||||||
|
* Add references to the current upstream location on Launchpad
|
||||||
|
|
||||||
--- 2.010 2012-06-17
|
--- 2.010 2012-06-17
|
||||||
* Fixed incorrect use of != instead of ne for string comparison
|
* Fixed incorrect use of != instead of ne for string comparison
|
||||||
(LP: #1014243)
|
(LP: #1014243)
|
||||||
|
|
|
||||||
1
INSTALL
1
INSTALL
|
|
@ -9,6 +9,7 @@ postfix-policyd-spf-perl:
|
||||||
NetAddr-IP 4
|
NetAddr-IP 4
|
||||||
Mail::SPF (not Mail-SPF-Query) version 2.006 or later
|
Mail::SPF (not Mail-SPF-Query) version 2.006 or later
|
||||||
Sys::Hostname::Long
|
Sys::Hostname::Long
|
||||||
|
Sys::Syslog
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
|
||||||
1
README
1
README
|
|
@ -6,6 +6,7 @@ A Postfix SMTPd policy server for SPF checking
|
||||||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||||
Thanks for contributions by various members of the SPF project
|
Thanks for contributions by various members of the SPF project
|
||||||
<http://www.openspf.net/Software#postfix-policyd-spf-perl>
|
<http://www.openspf.net/Software#postfix-policyd-spf-perl>
|
||||||
|
<https://launchpad.net/postfix-policyd-spf-perl>
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# postfix-policyd-spf-perl
|
# postfix-policyd-spf-perl
|
||||||
|
# https://launchpad.net/postfix-policyd-spf-perl
|
||||||
# http://www.openspf.org/Software
|
# http://www.openspf.org/Software
|
||||||
# version 2.010
|
# version 2.011
|
||||||
#
|
#
|
||||||
# (C) 2007-2008,2012 Scott Kitterman <scott@kitterman.com>
|
# (C) 2007-2008,2012 Scott Kitterman <scott@kitterman.com>
|
||||||
# (C) 2012 Allison Randal <allison@perl.org>
|
# (C) 2012 Allison Randal <allison@perl.org>
|
||||||
|
|
@ -23,7 +24,7 @@
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
use version; our $VERSION = qv('2.010');
|
use version; our $VERSION = qv('2.011');
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue