SF.net SVN: tmda: [2118] trunk/tmda/bin/tmda-rfilter
[email protected] Tue, 31 Oct 2006 11:40:41 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2118
http://svn.sourceforge.net/tmda/?rev=2118&view=rev
Author: jasonrm
Date: 2006-10-31 11:40:34 -0800 (Tue, 31 Oct 2006)
Log Message:
-----------
fix a typo and some minor formatting issues.
Modified Paths:
--------------
trunk/tmda/bin/tmda-rfilter
Modified: trunk/tmda/bin/tmda-rfilter
===================================================================
--- trunk/tmda/bin/tmda-rfilter 2006-10-30 05:58:42 UTC (rev 2117)
+++ trunk/tmda/bin/tmda-rfilter 2006-10-31 19:40:34 UTC (rev 2118)
@@ -117,11 +117,12 @@
make_option("-M", "--filter-match",
nargs=2, metavar="RECIP SENDER", dest="filter_match",
help= \
-"""Check whether the given e-mail addresses match a line in your
- incoming filter and then exit. The first address given should be the
- message recipient (you), and the second is the sender. This option
- will also check for parsing errors in the filter file."""),
+"""Check whether the given e-mail addresses matches a line in your
+incoming filter and then exit. The first address given should be the
+message recipient (you), and the second is the sender. This option
+will also check for parsing errors in the filter file."""),
+
make_option("-V",
action="store_true", default=False, dest="full_version",
help="show full TMDA version information and exit"),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.