diff options
author | bmah <bmah@FreeBSD.org> | 2017-03-04 00:51:49 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:57:21 +0800 |
commit | 895193a7ed7c92584c07aeb0e5a06377767815c1 (patch) | |
tree | 8ddab2dd30342f7c006412b9261e2b192a5d41ef /mail | |
parent | 21c6a4c89fff36e76c08f31590afec9130c44394 (diff) | |
download | freebsd-ports-gnome-895193a7ed7c92584c07aeb0e5a06377767815c1.tar.gz freebsd-ports-gnome-895193a7ed7c92584c07aeb0e5a06377767815c1.tar.zst freebsd-ports-gnome-895193a7ed7c92584c07aeb0e5a06377767815c1.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamass-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/spamass-milter/files/patch-spamass-milter.1.in | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 849a0a2b0ce3..614bd7576a35 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamass-milter PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SAVANNAH/spamass-milt diff --git a/mail/spamass-milter/files/patch-spamass-milter.1.in b/mail/spamass-milter/files/patch-spamass-milter.1.in new file mode 100644 index 000000000000..779ceed206a5 --- /dev/null +++ b/mail/spamass-milter/files/patch-spamass-milter.1.in @@ -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 |