summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspot2004-09-12 07:14:02 +0000
committerspot2004-09-12 07:14:02 +0000
commit1c7ac89c3432b6c57dbd374e25f0938d2a386b1f (patch)
tree0e3a2385dd5e3f3834dccb3039ec9735a0b1ec22
parente0880e101ef452e293b0f15aa910cfb919ba907a (diff)
downloadmailman-1c7ac89c3432b6c57dbd374e25f0938d2a386b1f.tar.gz
mailman-1c7ac89c3432b6c57dbd374e25f0938d2a386b1f.tar.zst
mailman-1c7ac89c3432b6c57dbd374e25f0938d2a386b1f.zip
This is a man page for add_members. Hopefully, this will be the first of
a set of such pages for the command line utilities in mailman.
-rw-r--r--doc/man/add_members.158
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/man/add_members.1 b/doc/man/add_members.1
new file mode 100644
index 000000000..8f9862007
--- /dev/null
+++ b/doc/man/add_members.1
@@ -0,0 +1,58 @@
+.\"
+.\" GNU Mailman Manual
+.\"
+.\" add_members
+.\"
+.\" Documenter: Terri Oda
+.\" terri (at) zone12.com
+.\" Created: September 12, 2004
+.\" Last Updated: September 12, 2004
+.\"
+.TH add_members 1 "September 12, 2004" "Mailman 2.1" "GNU Mailman Manual"
+.\"=====================================================================
+.SH NAME
+add_members \- Remove members from a Mailman mailing list.
+.\"=====================================================================
+.SH SYNOPSIS
+.B add_members
+-r \fIfile\fP
+-d \fIfile\fP
+[-w <\fIy|n\fP>]
+[-a <\fIy|n\fP>]
+[-h]
+listname
+.\"=====================================================================
+.SH DESCRIPTION
+Adds members to a Mailman mailing list from the command line.
+.PP
+You must supply at least one of -r and -d options. At most one of the
+files can be `-'.
+.\"=====================================================================
+.SH OPTIONS
+.IP "--regular-members-file=\fIfile\fP, -r \fIfile\fP"
+A file containing addresses of the members to be added, one
+address per line. This list of people become non-digest
+members. If file is `-', read addresses from stdin. Note that
+-n/--non-digest-members-file are deprecated synonyms for this option.
+.IP "--digest-members-file=\fIfile\fP, -d \fIfile\fP"
+Similar to above, but these people become digest members.
+.IP "--welome-msg=<\fIy|n\fP>, -w <\fIy|n\fP>"
+Set whether or not to send the list members a welcome message,
+overriding whatever the list's `send_welcome_msg' setting is.
+.IP "--admin-notify=<\fIy|n\fP>, -a <\fIy|n\fP>"
+Set whether or not to send the list administrators a notification on
+the success/failure of these subscriptions, overriding whatever the
+list's `admin_notify_mchanges' setting is.
+.IP listname
+The name of the list to which you wish to add members.
+.\"=====================================================================
+.SH SEE ALSO
+.BR remove_members (1),
+.BR list_members (1),
+.BR find_member(1),
+.PP
+The Mailman website: http://www.list.org
+.\"=====================================================================
+.SH AUTHOR
+This man page was created by Terri Oda <terri (at) zone12.com>.
+Use <mailman-developers@python.org> to contact the developers.