[Python-modules-commits] r1976 - in /packages/pyspf/trunk/debian: README.Debian changelog control copyright docs pyspf-type99.1 pyspf.1 python-spf.postinst python-spf.prerm pyversions rules spfquery.pyspf.1 watch

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Wed Apr 4 19:21:54 UTC 2007


Author: kitterma-guest
Date: Wed Apr  4 19:21:54 2007
New Revision: 1976

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1976
Log:
pyspf changes for pyspf 2.0.3

Added:
    packages/pyspf/trunk/debian/README.Debian
    packages/pyspf/trunk/debian/pyspf-type99.1
    packages/pyspf/trunk/debian/pyspf.1
    packages/pyspf/trunk/debian/python-spf.postinst
    packages/pyspf/trunk/debian/python-spf.prerm
    packages/pyspf/trunk/debian/pyversions
    packages/pyspf/trunk/debian/spfquery.pyspf.1
Modified:
    packages/pyspf/trunk/debian/changelog
    packages/pyspf/trunk/debian/control
    packages/pyspf/trunk/debian/copyright
    packages/pyspf/trunk/debian/docs
    packages/pyspf/trunk/debian/rules
    packages/pyspf/trunk/debian/watch

Added: packages/pyspf/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/README.Debian?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/README.Debian (added)
+++ packages/pyspf/trunk/debian/README.Debian Wed Apr  4 19:21:54 2007
@@ -1,0 +1,11 @@
+README.Debian
+
+In addition to the Python SPF library, the python-spf package installs a python
+version of the spfquery script and a DNS Resource Record Type 99 (Type SPF) 
+conversion helper script.
+
+Use of the Python SPF library is documented in the pyspf(1) man page.
+
+Use of the Python spfquery is documented in the spfquery.pyspf(1) man page.
+
+Use of the Type 99 helper script is documented in the pyspf-type99(1) man page.

Modified: packages/pyspf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/changelog?rev=1976&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/changelog (original)
+++ packages/pyspf/trunk/debian/changelog Wed Apr  4 19:21:54 2007
@@ -1,8 +1,36 @@
-pyspf (1.6-5) UNRELEASED; urgency=low
+pyspf (2.0.3-1) unstable; urgency=low
 
-  * Added XS-Vcs-Svn field
+  * Update package from source for new development to support RFC 4408
+    (Closes: #403860)
+  * debian/copyright:
+     - Updated for new upstream maintainers.
+     - Corrected download location
+     - Added additional detail
+  * debian/docs
+     - Added README.Debian
+  * Added debian/README.Debian
+  * Added man pages
+     - debian/pyspf.1
+     - debian/spfquery.pyspf.1
+     - debian/pyspf-type99.1
+  * debian/python-spf.postinst:
+     - Created for spfquery update alternatives
+  * debian/python-spf.prerm:
+     - Created for spfquery update alternatives
+  * debian/rules:
+     - Added dh_installman rules to install man pages
+     - Rename spfquery and type99 scripts
+  * debian/watch:
+     - Corrected for new upstream location
+  * Added debian/pyversions
+  * debian/control:
+     - Updated web site for both SPF and pyspf.
+     - Updated conflicts to account for new spfquery script
+     - Changed provides to ${python:Provides} (Closes: #399938)
+     - Updated Python build dependencies and changed to Build-Depends
+     - Added XS-Vcs-Svn field (Piotr Ozarowski <ozarow at gmail.com>)
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Thu, 23 Nov 2006 14:44:51 +0100
+ -- Scott Kitterman <scott at kitterman.com>  Wed,  4 Apr 2007 15:16:36 -0400
 
 pyspf (1.6-4) unstable; urgency=low
 

Modified: packages/pyspf/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/control?rev=1976&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/control (original)
+++ packages/pyspf/trunk/debian/control Wed Apr  4 19:21:54 2007
@@ -2,23 +2,20 @@
 Section: python
 Priority: extra
 Maintainer: Gustavo Franco <stratus at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Guilherme de S. Pastore <guilherme.pastore at terra.com.br>
-Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1)
-Build-Depends-Indep: python, python-dev, python-support (>= 0.2.3)
-XS-Python-Version: all
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Guilherme de S. Pastore <guilherme.pastore at terra.com.br>, Scott Kitterman <scott at kitterman.com>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev, python-support (>= 0.5.3)
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyspf/trunk/
 Standards-Version: 3.7.2
 
 Package: python-spf
 Architecture: all
 Depends: ${python:Depends}, python-dns
-Provides: python2.3-spf, python2.4-spf
+Provides: ${python:Provides}
 Replaces: python2.3-spf, python2.4-spf
-Conflicts: python2.3-spf, python2.4-spf
-XB-Python-Version: ${python:Versions}
+Conflicts: python2.3-spf, python2.4-spf, spfquery (<= 1.2.5-4), libmail-spf-query-perl (<< 1:1.999.1-3)
 Description: sender policy framework (SPF) module for Python
- This module provides SPF (Sender Policy Framework).
+ This module provides SPF (Sender Policy Framework).  It is RFC 4408 compliant.
  .
- For more information about SPF look at http://spf.pobox.com/
+ For more information about SPF look at http://www.openspf.org/
  .
- Homepage: http://www.wayforward.net/spf/
+ Homepage: http://cheeseshop.python.org/pypi/pyspf/

Modified: packages/pyspf/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/copyright?rev=1976&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/copyright (original)
+++ packages/pyspf/trunk/debian/copyright Wed Apr  4 19:21:54 2007
@@ -1,9 +1,15 @@
 This package was debianized by Gustavo Franco <stratus at debian.org> on
 Thu, 23 Jun 2005 11:04:29 -0300.
 
-It was downloaded from http://www.wayforward.net/spf/
+The current Debian maintainer is Gustavo Franco <stratus at debian.org>.  
 
-Copyright Holder: Terence Way <terry-spf at wayforward.net> 
+This version was downloaded from http://downloads.sourceforge.net/pymilter/
+
+Copyright Holder: (c) 2003 Terence Way <terry-spf at wayforward.net>
+Portions Copyright (c) 2004,2005,2006,2007 Stuart Gathman <stuart at bmsi.com>
+Portions Copyright (c) 2005,2006,2007 Scott Kitterman <scott at kitterman.com>
+
+This software is licensed under the Python Software Foundation License.
 
 License:
 
@@ -21,4 +27,3 @@
 PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-

Modified: packages/pyspf/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/docs?rev=1976&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/docs (original)
+++ packages/pyspf/trunk/debian/docs Wed Apr  4 19:21:54 2007
@@ -1,1 +1,2 @@
 README
+debian/README.Debian

Added: packages/pyspf/trunk/debian/pyspf-type99.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/pyspf-type99.1?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/pyspf-type99.1 (added)
+++ packages/pyspf/trunk/debian/pyspf-type99.1 Wed Apr  4 19:21:54 2007
@@ -1,0 +1,170 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.\"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "pyspf-type99 1"
+.TH pyspf-type99 1 "2007-01-16"
+.SH "NAME"
+type99 \- Python Type TXT to Type 99/SPF conversion script
+.SH "VERSION"
+.IX Header "VERSION"
+2\.0\.3
+
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+
+The type99script will convert DNS TXT strings to a binary 
+equivalent suitable for use in a BIND zone file.  
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+The type99 script is called from the command line as follows:
+
+python type99 "v=spf1 -all" {Note: Use your desired SPF record instead.}
+
+\\# 12 0b763d73706631202d616c6c {This is the correct result for "v=spf1 -all"}
+
+or 
+
+python type99 - {File name}
+
+The input file format is a standard BIND Zone file.  The type99 script will add
+a Type99 record for each TXT record found in the file.
+
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+
+RFC 4408, <http://www.openspf.org>
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBtype99\fR was written by Stuart Gathman <stuart at bmsi.com> and 
+updated by Scott Kitterman <scott at kitterman.com>.
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Added: packages/pyspf/trunk/debian/pyspf.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/pyspf.1?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/pyspf.1 (added)
+++ packages/pyspf/trunk/debian/pyspf.1 Wed Apr  4 19:21:54 2007
@@ -1,0 +1,222 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.\"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "python-spf 1"
+.TH python-spf 1 "2007-01-16"
+.SH "NAME"
+pyspf \- pure-Python SPF library
+.SH "VERSION"
+.IX Header "VERSION"
+2\.0\.3
+
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+
+SPF does email sender validation.  For more information about SPF,
+please see http://www.openspf.org/
+
+One incompatible change was introduced in version 1.7.  Prior to version 1.7,
+connections from a local IP address (127...) would always return a Pass 
+result.  The special case was eliminated.  Programs calling pySPF should not
+do SPF checks on locally submitted mail.
+
+This SPF client is intended to be installed on the border MTA, checking
+if incoming SMTP clients are permitted to forward mail.  The SPF check
+should be done during the MAIL FROM:<...> command.
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+There are two ways to use this package.  The first is from the command
+line::
+	% python spf.py {ip-addr} {mail-from} {helo}
+
+For instance, during an SMTP exchange from client 69.55.226.139::
+	S: 220 mail.example.com ESMTP Postfix
+	C: EHLO mx1.wayforward.net
+	S: 250-mail.example.com
+	S: ...
+	S: 250 8BITMIME
+	C: MAIL FROM:<terry at wayforward.net>
+
+Then the following command line would check if this is a valid sender:
+	% ./spf.py 69.55.226.139 terry at wayforward.net mx1.wayforward.net
+	('pass', 250, 'sender SPF authorized')
+
+Command line calls return RFC 4408 result codes, i.e. 'pass', 'fail', 'neutral', 
+\'softfail, 'permerror', or 'temperror'.
+
+The second way is via the module's APIs.
+
+The legacy (pySPF 1.6) API:
+	>>> import spf
+	>>> spf.check(i='69.55.226.139',
+	...           s='terry at wayforward.net',
+	...           h='mx1.wayforward.net')
+	('pass', 250, 'sender SPF authorized')
+
+The first element in the tuple is one of 'pass', 'fail', 'netural', 'softfail',
+'unknown', or 'error'.  The second is the SMTP response status code: 550 for 
+'fail', 450 for 'error' and 250 for all else.  The third is an explanation.
+
+Note: SPF results alone are never sufficient to decide that a message should be
+accepted.  Accept, reject, or defer decisions are a function of local reciever
+policy.
+
+The RFC 4408 compliant API:
+        >>> import spf
+        >>> spf.check2(i='69.55.226.139',
+        ...           s='terry at wayforward.net',
+        ...           h='mx1.wayforward.net')
+        ('pass', 'sender SPF verified')
+
+The first element in the tuple is one of 'pass', 'fail', 'neutral', 'softfail,
+'permerror', or 'temperror'.  The second is an explanation.
+
+.SH "OTHER PROGRAMS"
+.IX Header "OTHER PROGRAMS"
+
+This package also provides two additional helper scripts; type99.py and 
+spfquery.py.  The type99.py script will convert DNS TXT strings to a binary 
+equivalent suitable for use in a BIND zone file.  The spfquery.py script is a
+Python reimplementination of Wayne Schlitt's spfquery command line tool.  These
+scripts are described in pyspf-type99(1) and spfquery.pyspf(1) man pages.
+
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+
+RFC 4408, <http://www.openspf.org>
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBpyspf\fR was written by Terence Way <terry-spf at wayforward.net>
+and updated by Stuart Gathman <stuart at bmsi.com> and Scott Kitterman 
+<scott at kitterman.com>.
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Added: packages/pyspf/trunk/debian/python-spf.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/python-spf.postinst?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/python-spf.postinst (added)
+++ packages/pyspf/trunk/debian/python-spf.postinst Wed Apr  4 19:21:54 2007
@@ -1,0 +1,15 @@
+#!/bin/sh -e
+
+mode=$1
+
+source_package=pyspf
+
+case "$mode" in
+  configure )
+    prev_version=$2
+    
+    update-alternatives --install /usr/bin/spfquery spfquery      /usr/bin/spfquery.$source_package 75
+    ;;
+esac
+
+#DEBHELPER#

Added: packages/pyspf/trunk/debian/python-spf.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/python-spf.prerm?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/python-spf.prerm (added)
+++ packages/pyspf/trunk/debian/python-spf.prerm Wed Apr  4 19:21:54 2007
@@ -1,0 +1,13 @@
+#!/bin/sh -e
+
+mode=$1
+
+source_package=pyspf
+
+case "$mode" in
+  remove )
+    update-alternatives --remove spfquery /usr/bin/spfquery.$source_package
+    ;;
+esac
+
+#DEBHELPER#

Added: packages/pyspf/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/pyversions?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/pyversions (added)
+++ packages/pyspf/trunk/debian/pyversions Wed Apr  4 19:21:54 2007
@@ -1,0 +1,1 @@
+2.2-

Modified: packages/pyspf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/rules?rev=1976&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/rules (original)
+++ packages/pyspf/trunk/debian/rules Wed Apr  4 19:21:54 2007
@@ -7,3 +7,14 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+install/python-spf::
+	# Rename the `spfquery` tool for the alternatives system
+	# (omitting the ".py" language extension):
+	mv debian/python-spf/usr/bin/spfquery.py debian/python-spf/usr/bin/spfquery.$(DEB_SOURCE_PACKAGE)
+	# Give the `type99` tool a more specific name
+	# (omitting the ".py" language extension):
+	mv debian/python-spf/usr/bin/type99.py	 debian/python-spf/usr/bin/$(DEB_SOURCE_PACKAGE)-type99
+	# Remove language specific file name extension
+	# mv debian/python-spf/usr/lib/python2.5/site-package/spf.py debian/python-spf/usr/lib/python2.5/site-package/spf
+	# Install man pages
+	dh_installman debian/pyspf.1 debian/spfquery.pyspf.1 debian/pyspf-type99.1

Added: packages/pyspf/trunk/debian/spfquery.pyspf.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/spfquery.pyspf.1?rev=1976&op=file
==============================================================================
--- packages/pyspf/trunk/debian/spfquery.pyspf.1 (added)
+++ packages/pyspf/trunk/debian/spfquery.pyspf.1 Wed Apr  4 19:21:54 2007
@@ -1,0 +1,189 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.\"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "spfquery.pyspf 1"
+.TH spfquery.pyspf 1 "2007-01-16"
+.SH "NAME"
+spfquery.pyspf \- pure-Python spfquery script
+.SH "VERSION"
+.IX Header "VERSION"
+2\.0\.3
+
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+
+The spfquery script is a Python reimplementination of Wayne Schlitt's spfquery 
+command line tool.
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+The spfquery script is called with a number of possible options.  Options can
+either use standard '-' prefix or be PERL style long options, '--'.  Supported
+options are:
+
+"--file" or "-file" {filename}: Read the query (or queries) from the designated 
+    file.  If {filename} is '0', then query inputs are read from STDIN.
+
+ "--ip" or "-ip" {address}: Client IP address to use for SPF check.
+
+
+"--sender" or "-sender" {Mail From address}: Envelope sender from which mail was
+    received.
+
+"--helo" or "-helo" {client hostname}: HELO/EHLO name used by SMTP client.
+
+"--local" or "-local" {local policy SPF string}: Additional SPF mechanisms to be
+    checked on the basis of local policy.  Note that local policy matches are 
+    not strictly SPF results.  Local policy processing is not defined in RFC 
+    4408.  Result may vary among SPF implementations.
+
+"--rcpt-to" or "rcpt-to" {rcpt-to address - if available}: Receipt to address is
+    not used for actual SPF processing, but if available it can be useful for 
+    logging, spf-received header construction, and providing useful rejection
+    messages when messages are rejected due to SPF.
+
+--default-explanation" or "-default-explanation" {explanation string}: Default
+    Fail explanation string to be used.
+
+"--sanitize" or "-sanitize" and "--debug" or "-debug": These options are no-op
+    in the Python implementation, but are valid inputs to provide compatibliity
+    with input files developed to work with the original PERL and C spfquery
+    implementations.
+
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+
+RFC 4408, <http://www.openspf.org>
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBspfquery\fR was written by Stuart Gathman <stuart at bmsi.com>.
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Modified: packages/pyspf/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/watch?rev=1976&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/watch (original)
+++ packages/pyspf/trunk/debian/watch Wed Apr  4 19:21:54 2007
@@ -1,2 +1,2 @@
 version=2
-http://www.wayforward.net/spf/pyspf-([\d\.]*).tar.gz
+http://qa.debian.org/watch/sf.php?project=pymilter/pyspf-(.*).tar.gz debian uupdate




More information about the Python-modules-commits mailing list