changeset 512:9d7d41368743

man-pages and 1.2.8
author mmj
date Tue, 21 Jun 2005 00:02:22 +1000
parents 7db9bd8fe4ac
children cbcbd99cef84
files README man/mlmmj-sub.1 man/mlmmj-unsub.1
diffstat 3 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Jun 20 23:25:54 2005 +1000
+++ b/README	Tue Jun 21 00:02:22 2005 +1000
@@ -1,4 +1,4 @@
-README mlmmj-1.2.7					         May 12th 2005
+README mlmmj-1.2.8					         Jun 20th 2005
 
 This is an attempt at implementing a mailing list manager with the same
 functionality as the brilliant ezmlm, but with a decent license and mail server
--- a/man/mlmmj-sub.1	Mon Jun 20 23:25:54 2005 +1000
+++ b/man/mlmmj-sub.1	Tue Jun 21 00:02:22 2005 +1000
@@ -20,6 +20,8 @@
 .HP
 \fB\-n\fR: Subscribe to nomail version of the list
 .HP
+\fB\-s\fR: Don't send a mail to the subscriber if already subscribed
+.HP
 \fB\-U\fR: Don't switch to the user id of the listdir owner
 .HP
 \fB\-V\fR: Print version
@@ -37,6 +39,9 @@
 people who read the mailinglist through a news gateway, but want to be able to
 post to the list.
 
+Normally a mail is sent to the subscriber if the address is already subscribed
+to the list. If the \fB\-s\fR switch is used such a mail will not be sent.
+
 When neither \fB\-c\fR nor \fB\-C\fR are specified, subscription silently
 happens.
 .SH "SEE ALSO"
--- a/man/mlmmj-unsub.1	Mon Jun 20 23:25:54 2005 +1000
+++ b/man/mlmmj-unsub.1	Tue Jun 21 00:02:22 2005 +1000
@@ -20,12 +20,24 @@
 .HP
 \fB\-n\fR: Unsubscribe from the nomail version of the list
 .HP
+\fB\-s\fR: Don't send a mail to the address if not subscribed
+.HP
+\fB\-U\fR: Don't switch to the user id of the listdir owner
+.HP
 \fB\-V\fR: Print version
 .SH DESCRIPTION
 This utility is used to unsubscribe people from the specified mailinglist. It
 will remove the specified email address from every file in the
 <listdir>/subscribers.d/ directory.
 
+Unless the \fB\-U\fR switch is used it will switch its user id to the user id
+owning the list directory. This is done to make sure that new files created are
+having correct permissions.
+
+Normally a mail is sent to the person being unsubscribed if the address is not
+subscribed to the list. If the \fB\-s\fR switch is used such a mail will not be
+sent.
+
 When neither \fB\-c\fR nor \fB\-C\fR are specified, unsubscription silently
 happens.
 .SH "SEE ALSO"