Date: Fri, 3 Mar 2017 16:51:49 +0000 (UTC) From: "Bruce A. Mah" <bmah@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435352 - in head/mail/spamass-milter: . files Message-ID: <201703031651.v23Gpn4D076499@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703031651.v23Gpn4D076499>