svn commit: r435352 - in head/mail/spamass-milter: . files
Bruce A. Mah
bmah at FreeBSD.org
Fri Mar 3 16:51:51 UTC 2017
Author: bmah
Date: Fri Mar 3 16:51:49 2017
New Revision: 435352
URL: https://svnweb.freebsd.org/changeset/ports/435352
Log:
Add a man page patch to document the -a option. Documentation change
only with no functional changes.
Obtained from: GitHub (andybalholm/spamass-milter revision 97b2369)
Submitted by: john at vinopal.com
Added:
head/mail/spamass-milter/files/patch-spamass-milter.1.in (contents, props changed)
Modified:
head/mail/spamass-milter/Makefile
Modified: head/mail/spamass-milter/Makefile
==============================================================================
--- head/mail/spamass-milter/Makefile Fri Mar 3 16:31:47 2017 (r435351)
+++ head/mail/spamass-milter/Makefile Fri Mar 3 16:51:49 2017 (r435352)
@@ -3,7 +3,7 @@
PORTNAME= spamass-milter
PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SAVANNAH/spamass-milt
Added: head/mail/spamass-milter/files/patch-spamass-milter.1.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/spamass-milter/files/patch-spamass-milter.1.in Fri Mar 3 16:51:49 2017 (r435352)
@@ -0,0 +1,30 @@
+From 97b2369ea24f1370bbf3359a0fbcdc6670a54da0 Mon Sep 17 00:00:00 2001
+From: Andy Balholm <andy at balholm.com>
+Date: Tue, 22 Mar 2016 14:51:34 -0700
+Subject: [PATCH] Document the -a option.
+
+---
+ spamass-milter.1.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/spamass-milter.1.in b/spamass-milter.1.in
+index 3caccfa..41d0f15 100644
+--- spamass-milter.1.in
++++ spamass-milter.1.in
+@@ -8,6 +8,7 @@
+ .Sh SYNOPSIS
+ .Nm
+ .Fl p Ar socket
++.Op Fl a
+ .Op Fl b Ns | Ns Fl B Ar spamaddress
+ .Op Fl C rejectcode
+ .Op Fl d Ar debugflags
+@@ -41,6 +42,8 @@ will not be able to access the milter.
+ This may cause messages to bounce, queue, or be passed through
+ unmiltered, depending on the parameters in
+ .Nm sendmail Ns 's .cf file.
++.It Fl a
++Skips messages received on an authenticated connection.
+ .It Fl b Ar spamaddress
+ Redirects tagged spam to the specified email address.
+ All envelope recipients are removed, and inserted into the message as
More information about the svn-ports-head
mailing list