[Python-modules-commits] r3912 - in packages/pyspf/trunk/debian (changelog spfquery.pyspf.1)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sat Dec 8 17:11:24 UTC 2007
Date: Saturday, December 8, 2007 @ 17:11:23
Author: kitterma-guest
Revision: 3912
* Fix typo in debian changelog from last commit
* Correct formatting errors in debian/spfquery.pyspf.1 and add an example
Modified:
packages/pyspf/trunk/debian/changelog
packages/pyspf/trunk/debian/spfquery.pyspf.1
Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog 2007-12-08 13:28:20 UTC (rev 3911)
+++ packages/pyspf/trunk/debian/changelog 2007-12-08 17:11:23 UTC (rev 3912)
@@ -2,18 +2,19 @@
[ Scott Kitterman ]
- * Agreed maintainer change - updated debian/control and debian/copyright.
+ * Agreed maintainer change - updated debian/control and debian/copyright
* Really update debian/watch to version 3 (Closes: #453591)
* Remove README.Debian from debian/docs (not needed)
* Move man page installation to python-spf.manpages
- * Correct formatting errors in debian/psyfp.1
+ * Correct formatting errors in debian/pyspf.1
+ * Correct formatting errors in debian/spfquery.pyspf.1 and add an example
[ Piotr Ozarowski ]
* Homepage field added
* Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
- -- Scott Kitterman <scott at kitterman.com> Fri, 07 Dec 2007 01:25:09 -0500
+ -- Scott Kitterman <scott at kitterman.com> Sat, 08 Dec 2007 12:05:09 -0500
pyspf (2.0.4-1) unstable; urgency=low
Modified: packages/pyspf/trunk/debian/spfquery.pyspf.1
===================================================================
--- packages/pyspf/trunk/debian/spfquery.pyspf.1 2007-12-08 13:28:20 UTC (rev 3911)
+++ packages/pyspf/trunk/debian/spfquery.pyspf.1 2007-12-08 17:11:23 UTC (rev 3912)
@@ -148,35 +148,40 @@
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" 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
+ "--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.
+ "--helo" or "-helo" {client hostname}: HELO/EHLO name used by SMTP client.
-"--local" or "-local" {local policy SPF string}: Additional SPF mechanisms to be
+ "--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
+ "--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
+ "--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
+ "--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 "EXAMPLE"
+.IX Header "EXAMPLE"
+
+ spfquery --sender scott at example.com --ip 192.0.2.0 [other options ...]
+
.SH "SEE ALSO"
.IX Header "SEE ALSO"
More information about the Python-modules-commits
mailing list