The GNU Mailman - List administrator's
Manual by Terri Oda is available, but
-not yet complete. This is also available in i
+not yet complete. This is also available in
PDF format (approx. 84k),
-DVI format (approx. 88k),
-PS format (approx. 120k),
-or
-Plain Text format (approx. 28k).
+PS format (approx. 121k),
+and
+plain text format (approx. 65k).
diff --git a/admin/www/admins.html b/admin/www/admins.html
index 8c50031b..00a2101f 100644
--- a/admin/www/admins.html
+++ b/admin/www/admins.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
List Manager Documentation
Chris Kolar has made
@@ -179,12 +179,11 @@ for 2.1 and thus is missing some of the admin options available in Mailman 2.1.
diff --git a/admin/www/docs.ht b/admin/www/docs.ht
index 9d453784..0fb09e48 100644
--- a/admin/www/docs.ht
+++ b/admin/www/docs.ht
@@ -25,12 +25,12 @@ is organized among the following audiences:
manage the membership of your mailing list.
Site Administrators -- anybody
- who is setting up a Mailman site. This documentation contains all
- the information about installing Mailman, integrating it with your
- mail and web servers, setting list defaults, configuring virtual
- domains, and enabling various options for your list
- administrators. This documentation also gives some hints on how
- to tune Mailman for optimal performance.
+ who is installing and setting up a Mailman site. This documentation
+ contains all the information about installing Mailman, integrating it with
+ your mail and web servers, setting list defaults, configuring virtual
+ domains, and enabling various options for your list administrators. This
+ documentation also gives some hints on how to tune Mailman for optimal
+ performance.
Translators -- anybody who is
contributing to internationalization support for Mailman. This
diff --git a/admin/www/docs.html b/admin/www/docs.html
index ea64eb04..e015f616 100644
--- a/admin/www/docs.html
+++ b/admin/www/docs.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
@@ -163,7 +163,7 @@ entire article is permitted in any medium, provided this notice is preserved.
-
+
Mailman Documentation
On-line documentation for Mailman 2.1 is still under construction, but
@@ -183,12 +183,12 @@ is organized among the following audiences:
manage the membership of your mailing list.
Site Administrators -- anybody
- who is setting up a Mailman site. This documentation contains all
- the information about installing Mailman, integrating it with your
- mail and web servers, setting list defaults, configuring virtual
- domains, and enabling various options for your list
- administrators. This documentation also gives some hints on how
- to tune Mailman for optimal performance.
+ who is installing and setting up a Mailman site. This documentation
+ contains all the information about installing Mailman, integrating it with
+ your mail and web servers, setting list defaults, configuring virtual
+ domains, and enabling various options for your list administrators. This
+ documentation also gives some hints on how to tune Mailman for optimal
+ performance.
The application of
+ LaTeX2HTML to the Python
+ documentation has been heavily tailored by Fred L. Drake,
+ Jr. Original navigation icons were contributed by Christopher
+ Petrilli.
+
+Vivek Khera writes that some BSDs do nightly security scans for setuid file
+changes. setgid directories also come up on the scan when they change. Also,
+the setgid bit is not necessary on BSD systems because group ownership is
+automatically inherited on files created in directories. On other Unixes,
+this only happens when the directory has the setgid bit turned on.
+
+
+To install without turning on the setgid bit on directories, simply pass in
+the DIRSETGID variable to make, after you've run
+configure:
+
+
+
+ % make DIRSETGID=: install
+
+
+
+This disables the chmod g+s command on installed directories.
+
+
+Typically, Mailman is installed into a single directory, which includes both
+the Mailman source code and the run-time list and archive data. It is
+possible to split the static program files from the variable data files and
+install them in separate directories. This section will describe the
+available options.
+
+
+The default is to install all of Mailman to
+/usr/local/mailman2. You can change this base installation directory (referred to here
+as $prefix) by specifying the directory with the
+--prefixconfigure option. If you're upgrading from
+a previous version of Mailman, you may want to use the --prefix
+option unless you move your mailing lists.
+
+
+
Warning:
+
+You cannot install Mailman on a filesystem that is mounted with the
+nosuid option. This will break Mailman, which relies on setgid
+programs for its security. If this describes your environment, simply install
+Mailman in a location that allows setgid programs.
+
+
+
+Make sure the installation directory is set to group mailman (or
+whatever you're going to specify with --with-groupname) and has
+the setgid bit set3. You probably also want to guarantee that this
+directory is readable and executable by everyone. For example, these shell
+commands will accomplish this:
+
+
+Now that Mailman is all set up, there are a few site-wide configurations you
+can make before you start creating mailing lists. You should do these steps
+using the account you installed Mailman under in the 13 section.
+
+
+
+
+
The file $prefix/Mailman/Defaults.py contains a number of
+ defaults for your installation. If any of these are incorrect, override
+ them in $prefix/Mailman/mm_cfg.py, not in the
+ Defaults.py file! See the comments in Defaults.py for
+ details. Once a list is created, editing many of these variables will
+ have no effect. At that point, you'll need to configure your lists
+ through the web administration interface or through the command line
+ scripts bin/withlist and bin/config_list.
+
+
+The install process will never overwrite an existing mm_cfg.py
+ file so you can freely make changes to this file.
+
+
+
Note:
+
+ Do not change the HOME_DIR or MAILMAN_DIR
+ variables. These are set automatically by the configure
+ script, and you will break your Mailman installation by if you change
+ these.
+
+
+
Create the site password. Use this command:
+
+
+
+ % $prefix/bin/mmsitepass <your-site-password>
+
+
+
+This password can be used anywhere that individual user or mailing list
+ administrator passwords are required, giving the mailman site
+ administrator the ability to adjust these things when necessary.
+
+
+You may also want to create a password for the site-wide ``list creator''
+ role. The list creator is someone other than the site administrator who
+ has privileges to create and remove lists through the web interface. Use
+ the -c option to mmsitepass to set this.
+
+
+
+This document describes how to install GNU Mailman on a POSIX-based system
+such as Unix, MacOSX, or GNU/Linux. It will cover basic installation
+instructions, as well as guidelines for integrating Mailman with your web and
+mail servers.
+
+
+This section describes some of the things you need to do to connect Mailman's
+email interface to your mail server. The instructions here are different for
+each mail server; if your mail server is not described in the following
+subsections, try to generalize from the existing documentation, and consider
+contributing documentation updates to the Mailman developers.
+
+
+Congratulations! You've installed the Mailman software. To get everything
+running you need to hook Mailman up to both your web server and your mail
+system.
+
+
+If you plan on running your mail and web servers on different machines,
+sharing Mailman installations via NFS, be sure that the clocks on those two
+machines are synchronized closely. You might take a look at the file
+Mailman/LockFile.py; the constant CLOCK_SLOP helps the locking
+mechanism compensate for clock skew in this type of environment.
+
+
+This section describes some of the things you need to do to connect Mailman's
+web interface to your web server. The instructions here are somewhat geared
+toward the Apache web server, so you should consult your web server
+documentation for details.
+
+
+You must configure your web server to enable CGI script permission in the
+$prefix/cgi-bin to run CGI scripts. The line you should add
+might look something like the following, with the real absolute directory
+substituted for $prefix, of course:
+
+
+
+ Exec /mailman/* $prefix/cgi-bin/*
+
+
+
+or:
+
+
+
+ ScriptAlias /mailman/ $prefix/cgi-bin/
+
+
+
+
Warning:
+
+You want to be very sure that the user id under which your CGI scripts run is
+not in the mailman group you created above, otherwise private
+archives will be accessible to anyone.
+
+
+
+Copy the Mailman, Python, and GNU logos to a location accessible to your web
+server. E.g. with Apache, you've usually got an icons directory that
+you can drop the images into. For example:
+
+
+You then want to add a line to your $prefix/Mailman/mm_cfg.py
+file which sets the base URL for the logos. For example:
+
+
+
+ IMAGE_LOGOS = '/images/'
+
+
+
+The default value for IMAGE_LOGOS is /icons/. Read the comment
+in Defaults.py.in for details.
+
+
+Configure your web server to point to the Pipermail public mailing list
+archives. For example, in Apache:
+
+
+
+ Alias /pipermail/ $varprefix/archives/public/
+
+
+
+where $varprefix is usually $prefix unless you've used the
+--with-var-prefix option to configure. Also be
+sure to configure your web server to follow symbolic links in this directory,
+otherwise public Pipermail archives won't be accessible. For Apache users,
+consult the FollowSymLinks option.
+
+
+If you're going to be supporting internationalized public archives, you will
+probably want to turn off any default charset directive for the Pipermail
+directory, otherwise your multilingual archive pages won't show up correctly.
+Here's an example for Apache, based on the standard installation directories:
+
+
+
+ <Directory "/usr/local/mailman/archives/public/">
+ AddDefaultCharset Off
+ </Directory>
+
+Mailman should work pretty much out of the box with a standard Postfix
+installation. It has been tested with various Postfix versions up to and
+including Postfix 2.1.5.
+
+
+By default, Postfix treats -owner and -request addresses
+specially. Since you want Postfix to deliver such messages to Mailman, you
+should turn off this option by adding this to your main.cf file:
+
+
+
+ owner_request_special = no
+
+
+
+In order to support Mailman's optional VERP delivery, you will want to disable
+luser_relay (the default) and you will want to set
+recipient_delimiter for extended address semantics. You should comment
+out any luser_relay value in your main.cf and just go with the
+defaults. Also, add this to your main.cf file:
+
+
+
+ recipient_delimiter = +
+
+
+
+Using "+" as the delimiter works well with the default values for
+VERP_FORMAT and VERP_REGEXP in Defaults.py.
+
+
+When attempting to deliver a message to a non-existent local address, Postfix
+may return a 450 error code. Since this is a transient error code, Mailman
+will continue to attempt to deliver the message for
+DELIVERY_RETRY_PERIOD - 5 days by default. You might want to set
+Postfix up so that it returns permanent error codes for non-existent local
+users by adding the following to your main.cf file:
+
+
+
+ unknown_local_recipient_reject_code = 550
+
+
+
+Finally, if you are using Postfix-style virtual domains, read the section on
+virtual domain support below.
+
+
+You can integrate Postfix and Mailman such that when new lists are created, or
+lists are removed, Postfix's alias database will be automatically updated.
+The following are the steps you need to take to make this work.
+
+
+In the description below, we assume that you've installed Mailman in the
+default location, i.e. /usr/local/mailman. If that's not the case,
+adjust the instructions according to your use of configure's
+--prefix and --with-var-prefix options.
+
+
+
Note:
+
+If you are using virtual domains and you want Mailman to honor your virtual
+domains, read the 6.1 section below first!
+
+
+
+
+
+
Add this to the bottom of the $prefix/Mailman/mm_cfg.py
+ file:
+
+
+
+ MTA = 'Postfix'
+
+
+
+The MTA variable names a module in the Mailman/MTA directory
+ which contains the mail server-specific functions to be executed when a
+ list is created or removed.
+
+
+
+
Look at the Defaults.py file for the variables
+ POSTFIX_ALIAS_CMD and POSTFIX_MAP_CMD command. Make sure
+ these point to your postalias and postmap programs
+ respectively. Remember that if you need to make changes, do it in
+ mm_cfg.py.
+
+
+
+
Run the bin/genaliases script to initialize your
+ aliases file.
+
+
+
+ % cd /usr/local/mailman
+ % bin/genaliases
+
+
+
+Make sure that the owner of the data/aliases and
+ data/aliases.db file is mailman and that the group owner
+ for those files is mailman, or whatever user and group you used
+ in the configure command:
+
+
+
+ % su
+ % chown mailman:mailman data/aliases*
+
+
+
+
+
Hack your Postfix's main.cf file to include the following path in
+ your alias_maps variable:
+
+
+
+ /usr/local/mailman/data/aliases
+
+
+
+Note that there should be no trailing .db. Do not include this
+ in your alias_database variable. This is because you do not want
+ Postfix's newaliases command to modify Mailman's
+ aliases.db file, but you do want Postfix to consult
+ aliases.db when looking for local addresses.
+
+
+You probably want to use a hash: style database for this entry.
+ Here's an example:
+
+
When you configure Mailman, use the
+ --with-mail-gid=mailman switch; this will be the default
+ if you configured Mailman after adding the mailman owner.
+ Because the owner of the aliases.db file is mailman,
+ Postfix will execute Mailman's wrapper program as uid and gid
+ mailman.
+
+
+
+
+
+
+That's it! One caveat: when you add or remove a list, the aliases.db
+file will updated, but it will not automatically run postfix reload.
+This is because you need to be root to run this and suid-root scripts are not
+secure. The only effect of this is that it will take about a minute for
+Postfix to notice the change to the aliases.db file and update its
+tables.
+
+
+This is a good (and simpler) alternative if you don't mind exposing an
+additional hostname in the domain part of the addresses people will use to
+contact your list. I.e. if people should use mylist@lists.dom.ain
+instead of mylist@dom.ain.
+
+
Note:
+
+This section is derived from Nigel Metheringham's ``HOWTO - Using Exim and
+Mailman together'', which covers Mailman 2.0.x and Exim 3. It has been
+updated to cover Mailman 2.1 and Exim 4. The original document is here:
+http://www.exim.org/howto/mailman.html.
+
+
+
+There is no Mailman configuration needed other than the standard options
+detailed in the Mailman install documentation. The Exim configuration is
+transparent to Mailman. The user and group settings for Mailman must match
+those in the config fragments given below.
+
+
+The Exim configuration is built so that a list created within Mailman
+automatically appears to Exim without the need for defining any additional
+aliases.
+
+
+The drawback of this configuration is that it will work poorly on systems
+supporting lists in several different mail domains. While Mailman handles
+virtual domains, it does not yet support having two distinct lists with the
+same name in different virtual domains, using the same Mailman installation.
+This will eventually change. (But see below for a variation on this scheme
+that should accommodate virtual domains better.)
+
+
+The configuration file excerpts below are for use in an already functional
+Exim configuration, which accepts mail for the domain in which the list
+resides. If this domain is separate from the others handled by your Exim
+configuration, then you'll need to:
+
+
+
+
+
add the list domain, ``my.list.domain'' to local_domains
+
+
+
+
add a ``domains=my.list.domain'' option to the director (router) for the
+ list
+
+
+
+
(optional) exclude that domain from your other directors (routers)
+
+
+
+
+
Note:
+
+The instructions in this document should work with either Exim 3 or Exim 4.
+In Exim 3, you must have a local_domains configuration setting; in Exim
+4, you most likely have a local_domains domainlist. If you don't, you
+probably know what you're doing and can adjust accordingly. Similarly, in
+Exim 4 the concept of ``directors'' has disappeared - there are only routers
+now. So if you're using Exim 4, whenever this document says ``director'',
+read ``router''.
+
+
+
+Whether you are using Exim 3 or Exim 4, you will need to add some macros to
+the main section of your Exim config file. You will also need to define one
+new transport. With Exim 3, you'll need to add a new director; with Exim 4, a
+new router plays the same role.
+
+
+Finally, the configuration supplied here should allow co-habiting Mailman 2.0
+and 2.1 installations, with the proviso that you'll probably want to use
+mm21 in place of mailman - e.g., MM21_HOME,
+mm21_transport, etc.
+
+
+First, you need to add some macros to the top of your Exim config file. These
+just make the director (router) and transport below a bit cleaner. Obviously,
+you'll need to edit these based on how you configured and installed Mailman.
+
+
+
+ # Home dir for your Mailman installation -- aka Mailman's prefix
+ # directory.
+ MAILMAN_HOME=/usr/local/mailman
+ MAILMAN_WRAP=MAILMAN_HOME/mail/mailman
+
+ # User and group for Mailman, should match your --with-mail-gid
+ # switch to Mailman's configure script.
+ MAILMAN_USER=mailman
+ MAILMAN_GROUP=mailman
+
+GNU Mailman works on most POSIX-based systems such as Unix, MacOSX, or
+GNU/Linux. It does not currently work on Windows. You must have a mail
+server that you can send messages to, and a web server that supports the
+CGI/1.1 API. Apache makes a fine choice for
+web server, and mail servers such as
+Postfix,
+Exim,
+Sendmail, and
+qmail should
+work just fine.
+
+
+To install Mailman from source, you will need an ANSI C compiler to build
+Mailman's security wrappers. The
+GNU C compiler gcc 2.8.1 or later is known
+to work well.
+
+
+You must have the Python interpreter installed
+somewhere on your system. Mailman 2.1 requires Python 2.1 or newer, although
+Python 2.3 or newer is recommended.
+
+
+If you're using Exim 3, you'll need to add the following director to your
+config file (directors go between the second and third ``end'' lines). Also,
+don't forget that order matters - e.g. you can make Mailman lists take
+precedence over system aliases by putting this director in front of your
+aliasfile director, or vice-versa.
+
+
+
+ # Handle all addresses related to a list 'foo': the posting address.
+ # Automatically detects list existence by looking
+ # for lists/$local_part/config.pck under MAILMAN_HOME.
+ mailman_director:
+ driver = smartuser
+ require_files = MAILMAN_HOME/lists/$local_part/config.pck
+ suffix_optional
+ suffix = -bounces : -bounces+* : \
+ -confirm+* : -join : -leave : \
+ -owner : -request : -admin
+ transport = mailman_transport
+
+In Exim 4, there's no such thing as directors - you need to add a new router
+instead. Also, the canonical order of the configuration file was changed so
+routers come before transports, so the router for Exim 4 comes first here.
+Put this router somewhere after the ``begin routers'' line of your config
+file, and remember that order matters.
+
+
+The transport for Exim 4 is the same as for Exim 3 (see 6.2;
+just copy the transport given above to somewhere under the ``begin
+transports'' line of your Exim config file.
+
+
+Exim should be configured to allow reasonable volume - e.g. don't set
+max_recipients down to a silly value - and with normal degrees of
+security - specifically, be sure to allow relaying from 127.0.0.1, but pretty
+much nothing else. Parallel deliveries and other tweaks can also be used if
+you like; experiment with your setup to see what works. Delay warning
+messages should be switched off or configured to only happen for non-list
+mail, unless you like receiving tons of mail when some random host is down.
+
+
Mailman will send as many MAIL FROM/RCPT TO as it needs.
+ It may result in more than 10 or 100 messages sent in one connection,
+ which will exceed the default value of Exim's
+ smtp_accept_queue_per_connection value. This is bad because it
+ will cause Exim to switch into queue mode and severely delay delivery of
+ your list messages. The way to fix this is to set Mailman's
+ SMTP_MAX_SESSIONS_PER_CONNECTION (in
+ $prefix/Mailman/mm_cfg.py) to a smaller value than Exim's
+ smtp_accept_queue_per_connection.
+
+
+
+
Mailman should ignore Exim delay warning messages, even though Exim
+ should never send this to list messages. Mailman 2.1's general bounce
+ detection and VERP support should greatly improve the bounce detector's
+ hit rates.
+
+
+
+
List existence is determined by the existence of a config.pck
+ file for a list. If you delete lists by foul means, be aware of this.
+
+
+
+
If you are getting Exim or Mailman complaining about user ids when you
+ send mail to a list, check that the MAILMAN_USER and
+ MAILMAN_GROUP match those of Mailman itself (i.e. what were used
+ in the configure script). Also make sure you do not have
+ aliases in the main alias file for the list.
+
+Exim's receiver verification feature is very useful - it lets Exim reject
+unrouteable addresses at SMTP time. However, this is most useful for
+externally-originating mail that is addressed to mail in one of your local
+domains. For Mailman list traffic, mail originates on your server, and is
+addressed to random external domains that are not under your control.
+Furthermore, each message is addressed to many recipients
+- up to 500 if you use Mailman's default configuration and don't tweak
+SMTP_MAX_RCPTS.
+
+
+Doing receiver verification on Mailman list traffic is a recipe for trouble.
+In particular, Exim will attempt to route every recipient addresses in
+outgoing Mailman list posts. Even though this requires nothing more than a
+few DNS lookups for each address, it can still introduce significant delays.
+Therefore, you should disable recipient verification for Mailman traffic.
+
+
+Under Exim 3, put this in your main configuration section:
+
+
+
+ receiver_verify_hosts = !127.0.0.1
+
+
+
+Under Exim 4, this is probably already taken care of for you by the default
+recipient verification ACL statement (in the RCPT TO ACL):
+
+
+which only does recipient verification on addresses in your domain. (That's
+not exactly the same as doing recipient verification only on messages coming
+from non-127.0.0.1 hosts, but it should do the trick for Mailman.)
+
+
+Exim's SMTP callback feature is an even more powerful way to detect bogus
+sender addresses than normal sender verification. Unfortunately, lots of
+servers send bounce messages with a bogus address in the header, and there are
+plenty that send bounces with bogus envelope senders (even though they're
+supposed to just use an empty envelope sender for bounces).
+
+
+In order to ensure that Mailman can disable/remove bouncing addresses, you
+generally want to receive bounces for Mailman lists, even if those bounces are
+themselves not bounceable. Thus, you might want to disable SMTP callback on
+bounce messages.
+
+
+With Exim 4, you can accomplish this using something like the following in
+your RCPT TO ACL:
+
+
+
+ # Accept bounces to lists even if callbacks or other checks would fail
+ warn message = X-WhitelistedRCPT-nohdrfromcallback: Yes
+ condition = \
+ ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
+ {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
+ {yes}{no}}
+ {yes}{no}}
+
+ accept condition = \
+ ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
+ {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
+ {yes}{no}}
+ {yes}{no}}
+
+ # Now, check sender address with SMTP callback.
+ deny !verify = sender/callout=90s
+
+
+
+If you also do SMTP callbacks on header addresses, you'll want something like
+this in your DATA ACL:
+
+
+VERP will send one email, with a separate envelope sender (return path), for
+each of your subscribers - read the information in
+$prefix/Mailman/Default.py for the options that start with VERP.
+In a nutshell, all you need to do to enable VERP with Exim is to add these lines to $prefix/Mailman/mm_cfg.py:
+
+
+One approach to handling virtual domains is to use a separate Mailman
+installation for each virtual domain. Currently, this is the only way to have
+lists with the same name in different virtual domains handled by the same
+machine.
+
+
+In this case, the MAILMAN_HOME and MAILMAN_WRAP macros are useless
+- you can remove them. Change your director (router) to something like this:
+
+
+This is how a set of address tests for the Exim lists look on a working
+system. The list in question is quixote-users@mems-exchange.org, and
+these commands were run on the mems-exchange.org mail server ("indicates the Unix shell prompt):
+
+
+If your exim -bt output looks something like this, that's a start:
+at least it means Exim will pass the right messages to the right Mailman
+commands. It by no means guarantees that your Exim/Mailman installation is
+functioning perfectly, though!
+
+
+Before installing Mailman, you need to prepare your system by adding certain
+users and groups. You will need to have root privileges to perform the steps
+in this section.
+
+
+Originally written by Nigel Metheringham postmaster@exim.org. Updated
+by Marc Merlin marc_soft@merlins.org for Mailman 2.1, Exim 4.
+Overhauled/reformatted/clarified/simplified by Greg Ward
+gward@python.net.
+
+
Warning:
+
+You may be tempted to set the DELIVERY_MODULE configuration variable in
+mm_cfg.py to 'Sendmail' when using the Sendmail mail server.
+Don't. The Sendmail.py module is misnamed - it's really a
+command line based message handoff scheme as opposed to the SMTP scheme used
+in SMTPDirect.py (the default). Sendmail.py has known security
+holes and is provided as a proof-of-concept only4. If you are having problems
+using SMTPDirect.py fix those instead of using Sendmail.py, or
+you may open your system up to security exploits.
+
+Many newer versions of Sendmail come with a restricted execution utility
+called ``smrsh'', which limits the executables that Sendmail will allow to be
+used as mail programs. You need to explicitly allow Mailman's wrapper program
+to be used with smrsh or Mailman will not work. If mail is not getting
+delivered to Mailman's wrapper program and you're getting an ``operating
+system error'' in your mail syslog, this could be your problem.
+
+
+One good way of enabling this is:
+
+
+
+
+
Find out where your Sendmail executes its smrsh wrapper
+
+
+
+ % grep smrsh /etc/mail/sendmail.cf
+
+
+
+
+
Figure out where smrsh expects symlinks for allowable mail
+ programs. At the very beginning of the following output you will
+ see a full path to some directory, e.g. /var/adm/sm.bin or
+ similar:
+
+
+
+ % strings $path_to_smrsh | less
+
+
+
+
+
cd into /var/adm/sm.bin, or where ever it happens to reside
+ on your system - alternatives include /etc/smrsh,
+ /var/smrsh and /usr/local/smrsh.
+
+
+
+ % cd /var/adm/sm.bin
+
+
+
+
+
Create a symbolic link to Mailman's wrapper program:
+
+
+David Champion has contributed a recipe for more closely integrating Sendmail
+and Mailman, such that Sendmail will automatically recognize and deliver to
+new mailing lists as they are created, without having to manually edit alias
+tables.
+
+
+In the contrib directory of Mailman's source distribution, you will
+find four files:
+
+
+
+
+
mm-handler.readme - an explanation of how to set everything up
+
+
mm-handler - the mail delivery agent (MDA)
+
+
mailman.mc - a toy configuration file sample
+
+
virtusertable - a sample for RFC 2142 address exceptions
+
+One of the surest performance killers for Sendmail users is when Sendmail is
+configured to synchronously verify the recipient's host via DNS. If it does
+this for messages posted to it from Mailman, you will get horrible
+performance. Since Mailman usually connects via localhost
+(i.e. 127.0.0.1) to the SMTP port of Sendmail, you should be sure to configure
+Sendmail to not do DNS verification synchronously for localhost
+connections.
+
+
+You will note in the alias generating script for 2.1 above, there is a line
+for VERP that has been commented out. If you are interested in VERP there are
+two options. The first option is to allow Mailman to do the VERP formatting.
+To activate this, uncomment that line and add the following lines to your
+mm_cfg.py file:
+
+
+This patch currently needs more testing and might best be suitable for
+developers or people well familiar with qmail. Having said that, this patch
+is the more qmail-friendly approach resulting in large performance gains.
+
+
+After you have completed the integration of Mailman and your mail server, you
+need to create a ``site-wide'' mailing list. This is the one that password
+reminders will appear to come from, and it is required for proper Mailman
+operation. Usually this should be a list called mailman, but if you
+need to change this, be sure to change the MAILMAN_SITE_LIST variable in
+mm_cfg.py. You can create the site list with this command, following
+the prompts:
+
+
+
+ % bin/newlist mailman
+
+
+
+Now configure your site list. There is a convenient template for a generic
+site list in the installation directory, under data/sitelist.cfg which
+can help you with this. You should review the configuration options in the
+template, but note that any options not named in the sitelist.cfg file
+won't be changed.
+
+
+The template can be applied to your site list by
+running:
+
+
+Mailman requires a unique user and group name which will own its files, and
+under which its processes will run. Mailman's basic security is based on
+group ownership permissions, so it's important to get this step
+right1. Typically, you will add a new user and a new
+group, both called mailman. The mailman user must be a member
+of the mailman group. Mailman will be installed under the
+mailman user and group, with the set-group-id (setgid) bit enabled.
+
+
+If these names are already in use, you can choose different user and group
+names, as long as you remember these when you run configure. If you
+choose a different unique user name, you will have to specify this with
+configure's --with-username option, and if you choose
+a different group name, you will have to specify this with
+configure's --with-groupname option.
+
+
+On Linux systems, you can use the following commands to create these
+accounts. Check your system's manual pages for details:
+
+
+Several Mailman features occur on a regular schedule, so you must set up
+cron to run the right programs at the right time5.
+
+
+If your version of crontab supports the -u option, you must be
+root to do this next step. Add $prefix/cron/crontab.in as a
+crontab entry by executing these commands:
+
+
+If you used the --with-username option, use that user name
+instead of mailman for the -u argument value. If your
+crontab does not support the -u option, try these commands:
+
+
+
+ % cd $prefix/cron
+ % su - mailman
+ % crontab crontab.in
+
Note that
+if you're upgrading from a previous version of Mailman, you'll want to install
+the new crontab, but be careful if you're running multiple Mailman
+installations on your site! Changing the crontab could mess with other
+parallel Mailman installations.
+
+
+Mailman depends on a process called the ``qrunner'' to delivery all
+email messages it sees. You must start the qrunner by executing the following
+command from the $prefix directory:
+
+
+
+ % bin/mailmanctl start
+
+
+
+You probably want to start Mailman every time you reboot your system. Exactly
+how to do this depends on your operating system. If your OS supports the
+chkconfig command (e.g. RedHat and Mandrake Linuxes) you can
+do the following (as root, from the Mailman install directory):
+
+
+You should check the values for DEFAULT_EMAIL_HOST and
+DEFAULT_URL_HOST in Defaults.py. Make any necessary changes in
+the mm_cfg.py file, not in the mm_cfg.py file. If you
+change either of these two values, you'll want to add the following afterwards
+in the mm_cfg.py file:
+
+
+For more detailed information about using Mailman, including creating and
+configuring mailing lists, see the Mailman List Adminstration Manual. These
+instructions provide a quick guide to creating your first mailing list via the
+web interface:
+
+
+
+
+
Start by visiting the url http://my.dom.ain/mailman/create.
+
+
+
+
Fill out the form as described in the on-screen instructions, and in the
+ ``List creator's password'' field, type the password you entered in
+ section 11. Type your own email address for the
+ ``Initial list owner address'', and select ``Yes'' to notify the list
+ administrator.
+
+
+
+
Click on the ``Create List'' button.
+
+
+
+
Check your email for a message from Mailman informing you that your new
+ mailing list was created.
+
+
+
+
Now visit the list's administration page, either by following the link
+ on the confirmation web page or clicking on the link from the email
+ Mailman just sent you. Typically the url will be something like
+ http://my.dom.ain/mailman/admin/mylist.
+
+
+
+
Type in the list's password and click on ``Let me in...''
+
+
+
+
Click on ``Membership Management'' and then on ``Mass Subscription''.
+
+
+
+
Enter your email address in the big text field, and click on ``Submit
+ Your Changes''.
+
+
+
+
Now go to your email and send a message to mylist@my.dom.ain.
+ Within a minute or two you should see your message reflected back to you
+ via Mailman.
+
+
+
+
+Congratulations! You've just set up and tested your first Mailman mailing
+list. If you had any problems along the way, please see the
+13 section.
+
+
+Generally, Mailman runs on any POSIX-based system, such as Solaris, the
+various BSD variants, Linux systems, MacOSX, and other generic Unix
+systems. It doesn't run on Windows. For the most part, the generic
+instructions given in this document should be sufficient to get Mailman
+working on any supported platform. Some operating systems have additional
+recommended installation or configuration instructions.
+
+
+Linux seems to be the most popular platform for running Mailman. Here are
+some hints on getting Mailman to run on Linux:
+
+
+
+
+
If you are getting errors with hard link creations and/or you are using
+ a special secure kernel (securelinux/openwall/grsecurity), see the file
+ contrib/README.check_perms_grsecurity in the Mailman source
+ distribution.
+
+
+Note that if you are using Linux Mandrake in secure mode, you are
+ probably concerned by this.
+
+
+
+
Apparently Mandrake 9.0 changed the permissions on gcc, so if you build
+ as the mailman user, you need to be sure mailman is in the
+ cctools group.
+
+
+
+
If you installed Python from your Linux distribution's package manager
+ (e.g. .rpms for Redhat-derived systems or .deb for Debian), you must
+ install the ``development'' package of Python, or you may not get
+ everything you need.
+
+
+For example, using Python 2.2 on Debian, you will need to install the
+ python2.2-dev package. On Redhat, you probably need the
+ python2-devel package.
+
+
+If you install Python from source, you should be fine.
+
+
+One symptom of this problem, although for unknown reasons, is that you
+ might get an error such as this during your install:
+
+
+
+ Traceback (most recent call last):
+ File "bin/update", line 44, in ?
+ import paths
+ ImportError: No module named paths
+ make: *** [update] Error 1
+
+
+
+If this happens, install the Python development package and try
+ configure and make install again. Or install the
+ latest version of Python from source, available from
+ http://www.python.org.
+
+
+This problem can manifest itself in other Linux distributions in
+ different ways, although usually it appears as ImportErrors.
+
+Many people run Mailman on MacOSX. Here are some pointers that have been
+collected on getting Mailman to run on MacOSX.
+
+
+
+
+
Jaguar (MacOSX 10.2) comes with Python 2.2. While this isn't the very
+ latest stable version of Python, it ought to be sufficient to run
+ Mailman 2.1.
+
+
+
+
David B. O'Donnell has a web page describing his configuration of
+ Mailman 2.0.13 and Postfix on MacOSX Server.
+
+
Panther server (MacOSX 10.3) comes with Mailman; Apple has a tech
+ document about a problem you might encounter running Mailman on Mac OS X
+ Server 10.3:
+
+
+Before you can install Mailman, you must run configure to set
+various installation options your system might need.
+
+
+
Note:
+
+Take special note of the --with-mail-gid and
+--with-cgi-gid options below. You will probably need to use
+these.
+
+
+
+You should not be root while performing the steps in this section.
+Do them under your own login, or whatever account you typically use to install
+software. You do not need to do these steps as user mailman, but you
+could. However, make sure that the login used is a member of the
+mailman group as that that group has write permissions to the
+$prefix directory made in the previous step. You must also have
+permission to create a setgid file in the file system where it resides (NFS
+and other mounts can be configured to inhibit setgid settings).
+
+
+If you've installed other GNU software, you should be familiar with the
+configure script. Usually you can just cd to the
+directory you unpacked the Mailman source tarball into, and run
+configure with no arguments:
+
+
+
+ % cd mailman-<version>
+ % ./configure
+ % make install
+
+
+
+The following options allow you to customize your Mailman
+installation.
+
+
+
+
--prefix=dir
+
Standard GNU configure option which changes the base directory that
+ Mailman is installed into. By default $prefix is
+ /usr/local/mailman. This directory must already exist, and be set
+ up as described in 2.2.
+
+
+
+
--exec-prefix=dir
+
Standard GNU configure option which lets you specify a different
+ installation directory for architecture dependent binaries.
+
+
+
+
--with-var-prefix=dir
+
Store mutable data under dir instead of under the $prefix or
+ $exec_prefix. Examples of such data include the list archives and
+ list settings database.
+
+
+
+
--with-python=/path/to/python
+
Specify an alternative Python interpreter to use for the wrapper programs.
+ The default is to use the interpreter found first on your shell's
+ $PATH.
+
+
+
+
--with-username=username-or-uid
+
Specify a different username than mailman. The value of this
+ option can be an integer user id or a user name. Be sure your
+ $prefix directory is owned by this user.
+
+
+
+
--with-groupname=groupname-or-gid
+
Specify a different groupname than mailman. The value of this
+ option can be an integer group id or a group name. Be sure your
+ $prefix directory is group-owned by this group.
+
+
+
+
--with-mail-gid=group-or-groups
+
Specify an alternative group for running scripts via the mail wrapper.
+ group-or-groups can be a list of one or more integer group ids or
+ symbolic group names. The first value in the list that resolves to an
+ existing group is used. By default, the value is the list mailman,
+ other, mail, and daemon.
+
+
+
Note:
+
+ This is highly system dependent and you must get this right, because the
+ group id is compiled into the mail wrapper program for added security. On
+ systems using sendmail, the sendmail.cf configuration
+ file designates the group id of sendmail processes using the
+ DefaultUser option. (If commented out, it still may be indicating
+ the default...)
+
+
+
+Check your mail server's documentation and configuration files to find the
+ right value for this switch.
+
+
+
+
--with-cgi-gid=group-or-groups
+
Specify an alternative group for running scripts via the CGI wrapper.
+ group-or-groups can be a list of one or more integer group ids or
+ symbolic group names. The first value in the list that resolves to an
+ existing group is used. By default, the value is the the list
+ www, www-data, and nobody.
+
+
+
Note:
+
+ The proper value for this is dependent on your web server configuration.
+ You must get this right, because the group id is compiled into the CGI
+ wrapper program for added security, and no Mailman CGI scripts will run if
+ this is incorrect.
+
+
+
+If you're using Apache, check the values for the Group option in
+ your httpd.conf file.
+
+
+
+
--with-cgi-ext=extension
+
Specify an extension for cgi-bin programs. The CGI wrappers placed in
+ $prefix/cgi-bin will have this extension (some web servers
+ require an extension). extension must include the leading dot.
+
+
+
+
--with-mailhost=hostname
+
Specify the fully qualified host name part for outgoing email. After the
+ installation is complete, this value can be overriden in
+ $prefix/Mailman/mm_cfg.py.
+
+
+
+
--with-urlhost=hostname
+
Specify the fully qualified host name part of urls. After the
+ installation is complete, this value can be overriden in
+ $prefix/Mailman/mm_cfg.py.
+
+
+
+
--with-gcc=no
+
Don't use gcc, even if it is found. In this case, cc must be
+ found on your $PATH.
+
+
+After you've run make install, you should check that your
+installation has all the correct permissions and group ownerships by running
+the check_perms script. First change to the installation
+(i.e. $prefix) directory, then run the bin/check_perms
+program. Don't try to run bin/check_perms from the source directory; it will
+only run from the installation directory.
+
+
+If this reports no problems, then it's very likely <wink> that your
+installation is set up correctly. If it reports problems, then you can either
+fix them manually, re-run the installation, or use bin/check_perms
+to fix the problems (probably the easiest solution):
+
+
+
+
+
You need to become the user that did the installation, and that owns all
+ the files in $prefix, or root.
+
+
+
+
Run bin/check_perms -f
+
+
+
+
Repeat previous step until no more errors are reported!
+
+Postfix 2.0 supports ``virtual alias domains'', essentially what used to be
+called ``Postfix-style virtual domains'' in earlier Postfix versions. To make
+virtual alias domains work with Mailman, you need to do some setup in both
+Postfix and Mailman. Mailman will write all virtual alias mappings to a file
+called, by default, /usr/local/mailman/data/virtual-mailman. It will
+also use postmap to create the virtual-mailman.db file
+that Postfix will actually use.
+
+
+First, you need to set up the Postfix virtual alias domains as described in
+the Postfix documentation (see Postfix's virtual(5) manpage). Note
+that it's your responsibility to include the virtual-alias.domain
+anything line as described manpage; Mailman will not include this line in
+virtual-mailman. You are highly encouraged to make sure your virtual
+alias domains are working properly before integrating with Mailman.
+
+
+Next, add a path to Postfix's virtual_alias_maps variable, pointing to
+the virtual-mailman file, e.g.:
+
+
+
+ virtual_alias_maps = <your normal virtual alias files>,
+ hash:/usr/local/mailman/data/virtual-mailman
+
+
+
+assuming you've installed Mailman in the default location. If you're using an
+older version of Postfix which doesn't have the virtual_alias_maps
+variable, use the virtual_maps variable instead.
+
+
+Next, in your mm_cfg.py file, you will want to set the variable
+POSTFIX_STYLE_VIRTUAL_DOMAINS to the list of virtual domains that Mailman
+should update. This may not be all of the virtual alias domains that your
+Postfix installation supports! The values in this list will be matched
+against the host_name attribute of mailing lists objects, and must be an
+exact match.
+
+
+Here's an example. Say that Postfix is configured to handle the virtual
+domains dom1.ain, dom2.ain, and dom3.ain, and further
+that in your main.cf file you've got the following settings:
+
+
+If in your virtual-dom1 file, you've got the following lines:
+
+
+
+ dom1.ain IGNORE
+ @dom1.ain @mail.dom1.ain
+
+
+
+this tells Postfix to deliver anything addressed to dom1.ain to the
+same mailbox at mail.dom1.com, its default destination.
+
+
+In this case you would not include dom1.ain in
+POSTFIX_STYLE_VIRTUAL_DOMAINS because otherwise Mailman will write
+entries for mailing lists in the dom1.ain domain as
+
+
+
+ mylist@dom1.ain mylist
+ mylist-request@dom1.ain mylist-request
+ # and so on...
+
+
+
+The more specific entries trump your more general entries, thus breaking the
+delivery of any dom1.ain mailing list.
+
+
+However, you would include dom2.ain and dom3.ain in
+mm_cfg.py:
+
+
+Now, any list that Mailman creates in either of those two domains, will have
+the correct entries written to /usr/local/mailman/data/virtual-mailman.
+
+
+As above with the data/aliases* files, you want to make sure that both
+data/virtual-mailman and data/virtual-mailman.db are user and
+group owned by mailman.
+
+
+There are some issues that users of the qmail mail transport agent have
+encountered. None of the core maintainers use qmail, so all of this
+information has been contributed by the Mailman user community, especially
+Martin Preishuber and Christian Tismer, with notes by Balazs Nagy (BN) and
+Norbert Bollow (NB).
+
+
+
+
+
You might need to set the mail-gid user to either qmail,
+ mailman, or nofiles by using the
+ --with-mail-gidconfigure option.
+
+
+BN: it highly depends on your mail storing policy. For example
+ if you use the simple alias/.qmail-* files, you can use
+ `id -g alias`. But if you use /var/qmail/users, the
+ specified mail gid can be used.
+
+
+If you are going to be directing virtual domains directly to the
+ mailman user (using ``virtualdomains'' on a list-only domain, for
+ example), you will have to use --with-mail-gid=gid
+ of mailman user's group. This is incompatible with having list aliases
+ in alias, unless that alias simply forwards to
+ mailman-listname*.
+
+
+
+
If there is a user mailman on your system, the alias
+ mailman-owner will work only in mailman. You have to do
+ a touch .qmail-owner in mailman directory to create
+ this alias.
+
+
+NB: An alternative, IMHO better solution is to chown
+ root mailman, that will stop qmail from considering mailman to
+ be a user to whom mail can be delivered. (See ``man 8 qmail-getpw''.)
+
+
+
+
In a related issue, if you have any users with the same name as one of
+ your mailing lists, you will have problems if list names contain
+ "-" in them. Putting .qmail redirections into the user's
+ home directory doesn't work because the Mailman wrappers will not get
+ spawned with the proper GID. The solution is to put the following lines
+ in the /var/qmail/users/assign file:
+
+
+where in this case the listname is e.g. zope-users.
+
+
+NB: Alternatively, you could host the lists on a virtual domain,
+ and use the /var/qmail/control/virtualdomains file to put the
+ mailman user in charge of this virtual domain.
+
+
+
+
BN:If inbound messages are delivered by another user than
+ mailman, it's necessary to allow it to access mailman.
+ Be sure that mailman has group writing access and setgid bit is
+ set. Then put the delivering user to mailman group, and you can
+ deny access to mailman to others. Be sure that you can do the
+ same with the WWW service.
+
+
+By the way the best thing is to make a virtual mail server to handle all
+ of the mail. NB: E.g. make an additional "A" DNS record for the
+ virtual mailserver pointing to your IP address, add the line
+ lists.kva.hu:mailman to /var/qmail/control/virtualdomains
+ and a lists.kva.hu line to /var/qmail/control/rcpthosts
+ file. Don't forget to HUP the qmail-send after modifying
+ ``virtualdomains''. Then every mail to lists.kva.hu will arrive to
+ mail.kva.hu's mailman user.
+
+
+For list aliases, you can either create them manually:
+
+
+
+ .qmail-list => posts to the 'list' list
+ .qmail-list-admin => posts to the 'list's owner
+ .qmail-list-request => requests to 'list'
+ etc
+
+
+
+or for automatic list alias handling (when using the lists.kva.hu
+ virtual as above), see contrib/qmail-to-mailman.py in the Mailman
+ source distribution. Modify the mailman/.qmail-default to
+ include:
+
+
+
+ |/path/to/python /path/to/qmail-to-mailman.py
+
+
+
+and new lists will automatically be picked up.
+
+
+
+
You have to make sure that the localhost can relay. If you start qmail
+ via inetd and tcpenv, you need some line the following in your
+ /etc/hosts.allow file:
+
+
+
+ tcp-env: 127. 10.205.200 : setenv RELAYCLIENT
+
+
+
+where 10.205.200. is your IP address block. If you use tcpserver, then
+ you need something like the following in your /etc/tcp.smtp file:
+
+
BN: Bigger /var/qmail/control/concurrencyremote values
+ work better sending outbound messages, within reason. Unless you know
+ your system can handle it (many if not most cannot) this should not be
+ set to a value greater than 120.
+
+
+
+
More information about setting up qmail and relaying can be found in the
+ qmail documentation.
+
+
+
+
+BN: Last but not least, here's a little script to generate aliases to
+your lists (if for some reason you can/will not have them automatically picked
+up using contrib/qmail-to-mailman.py):
+
+
+This script is for the Mailman 2.0 series:
+
+
+
+#!/bin/sh
+if [ $# = 1 ]; then
+ i=$1
+ echo Making links to $i in the current directory...
+ echo "|preline /home/mailman/mail/mailman post $i" > .qmail-$i
+ echo "|preline /home/mailman/mail/mailman mailowner $i" > .qmail-$i-admin
+ echo "|preline /home/mailman/mail/mailman mailowner $i" > .qmail-$i-owner
+ echo "|preline /home/mailman/mail/mailman mailowner $i" > .qmail-owner-$i
+ echo "|preline /home/mailman/mail/mailman mailcmd $i" > .qmail-$i-request
+fi
+
+
+
+
Note:
+
+This is for a new Mailman 2.1 installation. Users upgrading from
+Mailman 2.0 would most likely change /usr/local/mailman to
+/home/mailman. If in doubt, refer to the --prefix
+option passed to configure during compile time.
+
+
+
+
+#!/bin/sh
+if [ $# = 1 ]; then
+ i=$1
+ echo Making links to $i in the current directory...
+ echo "|preline /usr/local/mailman/mail/mailman post $i" > .qmail-$i
+ echo "|preline /usr/local/mailman/mail/mailman admin $i" > .qmail-$i-admin
+ echo "|preline /usr/local/mailman/mail/mailman bounces $i" > .qmail-$i-bounces
+ # The following line is for VERP
+ # echo "|preline /usr/local/mailman/mail/mailman bounces $i" > .qmail-$i-bounces-default
+ echo "|preline /usr/local/mailman/mail/mailman confirm $i" > .qmail-$i-confirm
+ echo "|preline /usr/local/mailman/mail/mailman join $i" > .qmail-$i-join
+ echo "|preline /usr/local/mailman/mail/mailman leave $i" > .qmail-$i-leave
+ echo "|preline /usr/local/mailman/mail/mailman owner $i" > .qmail-$i-owner
+ echo "|preline /usr/local/mailman/mail/mailman request $i" > .qmail-$i-request
+ echo "|preline /usr/local/mailman/mail/mailman subscribe $i" > .qmail-$i-subscribe
+ echo "|preline /usr/local/mailman/mail/mailman unsubscribe $i" > .qmail-$i-unsubscribe
+fi
+
+If you encounter problems with running Mailman, first check the question and
+answer section below. If your problem is not covered there, check the
+online help, including the
+FAQ and the
+interactive FAQ wizard.
+
+
+Also check for errors in your syslog files, your mail and web server log files
+and in Mailman's $prefix/logs/error file. If you're still
+having problems, you should send a message to the
+mailman-users@python.org mailing list6; see
+http://mail.python.org/mailman/listinfo/mailman-users for more
+information.
+
+
+Be sure to including information on your operating system, which version of
+Python you're using, and which version of Mailman you're installing.
+
+
+Here is a list of some common questions and answers:
+
+
+
+
+
Problem: All Mailman web pages give a 404 File not found
+ error.
+
+
+Solution: Your web server has not been set up properly for
+ handling Mailman's CGI programs. Make sure you have:
+
+
+
+
+
configured the web server to give permissions to
+ $prefix/cgi-bin
+
+
+
+
restarted the web server properly.
+
+
+
+
+
+Consult your web server's documentation for instructions on how to do
+ check these issues.
+
+
+
+
Problem: All Mailman web pages give an "Internal Server
+ Error".
+
+
+Solution: The likely problem is that you are using the wrong
+ user or group for the CGI scripts. Check your web server's log files.
+ If you see a line like
+
+
+
+ Attempt to exec script with invalid gid 51, expected 99
+
+
+
+you will need to reinstall Mailman, specifying the proper CGI group id,
+ as described in the section.
+
+
+
+
Problem: I send mail to the list, and get back mail saying the
+ list is not found!
+
+
+Solution: You probably didn't add the necessary aliases to the
+ system alias database, or you didn't properly integration Mailman with
+ your mail server. Perhaps you didn't update the alias database, or your
+ system requires you to run newaliases explicitly. Refer to
+ your server specific instructions in the 6 section.
+
+
+
+
Problem: I send mail to the list, and get back mail saying,
+ ``unknown mailer error''.
+
+
+Solution: The likely problem is that you are using the wrong
+ user or group id for the mail wrappers. Check your mail server's log
+ files; if you see a line like
+
+
+
+ Attempt to exec script with invalid gid 51, expected 99
+
+
+
+you will need to reinstall Mailman, specifying the proper mail group id
+ as described in the section.
+
+
+
+
Problem: I use Postfix as my mail server and the mail wrapper
+ programs are logging complaints about the wrong GID.
+
+
+Solution: Make sure the $prefix/data/aliases.db
+ file is user owned by mailman (or whatever user name you used
+ in the configure command). If this file is not user owned by
+ mailman, Postfix will not run the mail programs as the correct
+ user.
+
+
+
+
Problem: I use Sendmail as my mail server, and when I send mail
+ to the list, I get back mail saying, ``sh: mailman not available for
+ sendmail programs''.
+
+
+Solution: Your system uses the Sendmail restricted shell
+ (smrsh). You need to configure smrsh by creating a symbolic link from
+ the mail wrapper ($prefix/mail/mailman) to the directory
+ identifying executables allowed to run under smrsh.
+
+
+Some common names for this directory are /var/admin/sm.bin,
+ /usr/admin/sm.bin or /etc/smrsh.
+
+
+Note that on Debian Linux, the system makes /usr/lib/sm.bin,
+ which is wrong, you will need to create the directory
+ /usr/admin/sm.bin and add the link there. Note further any
+ aliases newaliases spits out will need to be adjusted to point
+ to the secure link to the wrapper.
+
+
+
+
Problem: I messed up when I called configure. How
+ do I clean things up and re-install?
+
+
+Solution:
+
+
+
+ % make clean
+ % ./configure --with-the-right-options
+ % make install
+
+
+Release 2.1, documentation updated on December 13, 2004.
+
+
+
+
+
diff --git a/admin/www/mailman-install/up.png b/admin/www/mailman-install/up.png
new file mode 100644
index 00000000..a90e0284
Binary files /dev/null and b/admin/www/mailman-install/up.png differ
diff --git a/admin/www/mailman-member.pdf b/admin/www/mailman-member.pdf
index df667e6b..c29dfb01 100644
Binary files a/admin/www/mailman-member.pdf and b/admin/www/mailman-member.pdf differ
diff --git a/admin/www/mailman-member.ps b/admin/www/mailman-member.ps
index 009a8e98..064fdd5c 100644
--- a/admin/www/mailman-member.ps
+++ b/admin/www/mailman-member.ps
@@ -10,7 +10,7 @@
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -N0 -o mailman-member.ps mailman-member
%DVIPSParameters: dpi=600, compressed
-%DVIPSSource: TeX output 2004.10.02:1859
+%DVIPSSource: TeX output 2004.12.13:2300
%%BeginProcSet: texc.pro
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -431,11 +431,11 @@ TeXDict begin 39158280 55380996 1000 600 600 (mailman-member.dvi)
50 50 76 5[21 1[42 6[42 1[21 21 25 2[29 39[37 2[{
TeXBase1Encoding ReEncodeFont }51 74.7198 /Helvetica
rf /Fe 145[42 94[42 15[{ TeXbbad153fEncoding ReEncodeFont }2
-83.022 /CMSY10 rf /Ff 134[42 1[60 42 46 23 42 28 46 46
-46 46 69 18 42 1[18 46 46 23 46 46 42 46 46 9[78 2[51
-55 2[55 2[69 3[23 60 2[55 1[60 55 55 1[46 5[46 46 46
+83.022 /CMSY10 rf /Ff 134[42 42 60 42 46 23 42 28 46
+46 46 46 69 18 42 1[18 46 46 23 46 46 42 46 46 9[78 2[51
+55 2[55 2[69 3[23 60 2[55 60 60 55 55 1[46 5[46 46 46
46 46 46 46 46 46 46 1[23 4[28 28 18 39[{
- TeXBase1Encoding ReEncodeFont }49 83.022 /Helvetica
+ TeXBase1Encoding ReEncodeFont }51 83.022 /Helvetica
rf /Fg 134[50 50 72 50 55 28 50 33 1[55 55 55 83 22 50
22 22 55 55 28 55 55 50 55 55 9[94 1[72 61 66 2[66 1[72
83 3[28 72 78 1[66 72 72 1[66 1[55 5[55 55 55 55 55 55
@@ -450,12 +450,12 @@ rf /Fi 136[54 37 37 21 29 25 37 37 37 37 58 21 37 1[21
37 2[19 25 19 44[{ TeXBase1Encoding ReEncodeFont }33
74.7198 /Times-Roman rf /Fj 139[25 29 33 14[33 42 37
31[54 65[{ TeXBase1Encoding ReEncodeFont }7 74.7198 /Times-Bold
-rf /Fk 104[83 42 1[37 37 24[37 42 42 60 42 42 23 32 28
-42 42 42 42 65 23 42 23 23 42 42 28 37 42 37 42 37 28
-2[28 1[28 51 60 60 78 60 60 51 46 55 60 46 60 60 74 51
-60 32 28 60 60 46 51 60 55 55 60 76 37 1[47 2[23 42 42
-42 42 42 42 42 42 42 42 23 21 28 21 1[42 28 28 28 1[69
-3[28 29[46 46 2[{ TeXBase1Encoding ReEncodeFont }85 83.022
+rf /Fk 104[83 42 1[37 25[37 42 42 60 42 42 23 32 28 42
+42 42 42 65 23 42 23 23 42 42 28 37 42 37 42 37 28 2[28
+1[28 51 60 60 78 60 60 51 46 55 60 46 60 60 74 51 60
+32 28 60 60 46 51 60 55 55 60 76 37 1[47 2[23 42 42 42
+42 42 42 42 42 42 42 23 21 28 21 1[42 28 28 28 1[69 3[28
+29[46 46 2[{ TeXBase1Encoding ReEncodeFont }84 83.022
/Times-Roman rf /Fl 134[60 60 86 60 66 33 60 40 66 66
66 66 100 27 60 1[27 66 66 33 66 66 60 66 66 12[73 80
2[80 93 1[100 3[33 3[80 86 86 80 80 7[66 66 66 66 66
@@ -477,7 +477,7 @@ TeXDict begin
TeXDict begin 1 0 bop 0 83 3901 9 v 551 341 a Fn(GNU)57
b(Mailman)g(-)g(List)h(Member)f(Man)n(ual)3368 488 y
Fm(Release)30 b(2.1)3408 842 y Fl(T)-14 b(err)r(i)32
-b(Oda)3363 1197 y Fk(October)19 b(2,)h(2004)3243 1343
+b(Oda)3248 1197 y Fk(December)18 b(13,)i(2004)3243 1343
y(terri\(at\)zone12.com)1811 1545 y Fj(Abstract)208 1683
y Fi(This)j(document)i(describes)g(the)e(list)g(member)i(interf)o(ace)f
(for)f(GNU)h(Mailman)g(2.1.)38 b(It)23 b(contains)h(instructions)h(for)
@@ -548,18 +548,18 @@ b(option\))36 b(.)42 b(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f
b(.)h(.)f(.)g(.)g(.)102 b(11)125 5018 y(7.6)85 b(I)21
b(don')o(t)d(seem)j(to)f(be)g(getting)g(mail)g(from)f(the)h(lists.)27
b(What)20 b(should)f(I)i(do?)60 b(.)42 b(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)
-h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)102 b(12)0
-5201 y Fh(8)83 b(Digests)3438 b(13)125 5300 y Fk(8.1)85
+h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)102 b(11)0
+5201 y Fh(8)83 b(Digests)3438 b(12)125 5300 y Fk(8.1)85
b(Ho)n(w)21 b(can)f(I)g(start)h(or)f(stop)g(getting)f(the)h(list)i
(posts)e(grouped)e(into)i(one)f(big)h(email?)25 b(\(digest)20
b(option\))33 b(.)41 b(.)g(.)g(.)h(.)f(.)g(.)g(.)102
-b(13)125 5400 y(8.2)85 b(What)21 b(are)f(MIME)g(and)g(Plain)g(T)-6
+b(12)125 5400 y(8.2)85 b(What)21 b(are)f(MIME)g(and)g(Plain)g(T)-6
b(e)o(xt)20 b(Digests?)26 b(Ho)n(w)20 b(do)f(I)i(change)e(which)g(one)h
(I)g(get?)25 b(\(digest)20 b(option\))35 b(.)41 b(.)h(.)f(.)g(.)g(.)102
b(13)p eop end
%%Page: 2 2
TeXDict begin 2 1 bop 0 83 a Fh(9)83 b(Mailing)20 b(list)h(topics)3060
-b(14)125 183 y Fk(9.1)85 b(Ho)n(w)21 b(do)e(I)i(mak)o(e)e(sure)i(that)f
+b(13)125 183 y Fk(9.1)85 b(Ho)n(w)21 b(do)e(I)i(mak)o(e)e(sure)i(that)f
(my)g(post)g(has)g(the)g(right)g(topic?)65 b(.)41 b(.)g(.)h(.)f(.)g(.)g
(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)
g(.)g(.)102 b(14)125 282 y(9.2)85 b(Ho)n(w)21 b(do)e(I)i(subscribe)e
@@ -570,19 +570,19 @@ b(Ho)n(w)21 b(do)e(I)i(get)f(or)g(a)n(v)n(oid)g(getting)f(messages)h
(with)h(no)f(topic)f(set?)90 b(.)41 b(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f
(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)102
b(15)0 565 y Fh(10)41 b(Setting)19 b(other)h(options)2954
-b(16)125 664 y Fk(10.1)43 b(Change)20 b(Globally?)k(Set)d(Globally?)j
+b(15)125 664 y Fk(10.1)43 b(Change)20 b(Globally?)k(Set)d(Globally?)j
(What)d(does)f(that)g(mean?)102 b(.)42 b(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)
h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)102
-b(16)125 764 y(10.2)43 b(Ho)n(w)21 b(do)e(I)i(change)e(my)g(name)h(as)h
+b(15)125 764 y(10.2)43 b(Ho)n(w)21 b(do)e(I)i(change)e(my)g(name)h(as)h
(Mailman)f(kno)n(ws)f(it?)53 b(.)42 b(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)h
(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)
-g(.)102 b(16)125 863 y(10.3)43 b(Ho)n(w)21 b(do)e(I)i(set)g(my)f
+g(.)102 b(15)125 863 y(10.3)43 b(Ho)n(w)21 b(do)e(I)i(set)g(my)f
(preferred)e(language?)25 b(.)42 b(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g
(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)
f(.)g(.)g(.)h(.)f(.)g(.)g(.)102 b(16)125 963 y(10.4)43
b(Ho)n(w)21 b(do)e(I)i(a)n(v)n(oid)f(ha)n(ving)f(my)h(name)f(appear)g
(on)h(the)g(subscribers)f(list?)27 b(\(the)19 b(hide)h(option\))68
-b(.)41 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)102 b(17)0
+b(.)41 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)102 b(16)0
1146 y Fh(11)41 b(Other)19 b(common)i(questions)2802
b(17)125 1245 y Fk(11.1)43 b(Ho)n(w)21 b(do)e(I)i(vie)n(w)f(the)g(list)
h(archi)n(v)o(es?)69 b(.)41 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f
@@ -617,9 +617,9 @@ y(appropriate)18 b(place)i(and)f(references)g(to)i(other)e(sections)h
(utton\))e(or)h(can)g(look)g(them)g(up.)47 b(W)-7 b(e)28
b(also)0 3555 y(assume)23 b(that)f(the)h(reader)e(can)i(already)e(use)i
(his)g(or)f(her)g(email)h(program)d(and)i(web)h(bro)n(wser)e(well)i
-(enough)e(that)h(instructions)g(such)0 3655 y(as)g(\223send)e(email)h
-(to)g(this)h(address\224)e(or)h(\223visit)g(this)h(web)f(page\224)f(or)
-g(\223\002ll)i(in)f(the)g(form)f(pro)o(vided\224)e(are)j(clear)-5
+(enough)e(that)h(instructions)g(such)0 3655 y(as)g(\224send)e(email)h
+(to)g(this)h(address\224)e(or)h(\224visit)g(this)h(web)f(page\224)f(or)
+g(\224\002ll)i(in)f(the)g(form)f(pro)o(vided\224)e(are)j(clear)-5
b(.)28 b(If)20 b(you)g(are)h(not)g(f)o(amiliar)0 3755
y(with)h(these)f(actions,)h(you)e(may)h(w)o(ant)h(to)f(consult)g(other)
g(documentation)d(to)k(learn)f(ho)n(w)g(to)g(do)g(these)h(things)f
@@ -639,15 +639,10 @@ b(and)g(from)f(the)h(in-line)g(help)f(for)h(Mailman)g(2.1.)0
(of)h(list)h(administration,)e(T)-6 b(erri)25 b(is)i(doing)e(w)o(ork)g
(with)h(an)0 4887 y(arti\002cial)20 b(life)h(spam)f(detector)m(,)e(and)
i(is)h(actually)f(more)f(of)h(a)h(programmer)c(than)j(technical)f
-(writer)-5 b(.)0 5034 y(Thanks)15 b(to)i(Mar)o(garet)d(McCarthy)-5
-b(,)15 b(Jason)h(W)-7 b(alton)17 b(and)e(Barry)h(W)-7
-b(arsa)o(w)17 b(for)e(their)h(help)g(in)h(proofreading)12
-b(and)k(otherwise)f(impro)o(ving)0 5134 y(this)21 b(manual.)0
-5281 y(Thanks)i(also)i(to)f(Ik)o(eda)f(Soji,)i(who)f(made)g(the)g
-(Japanese)g(translation)f(of)h(this)g(document,)f(and)h(P)o(ablo)g
-(Chamorro)e(C.,)j(who)f(made)0 5380 y(the)c(Spanish)g(translation.)p
-0 5549 3901 4 v 0 5649 a Ff(2)3291 b(1)83 b(Introduction)p
-eop end
+(writer)-5 b(.)0 5034 y(Proofreading)17 b(thanks)j(go)g(to)g(Mar)o
+(garet)e(McCarthy)h(and)h(Jason)g(W)-7 b(alton.)p 0 5549
+3901 4 v 0 5649 a Ff(2)3291 b(1)83 b(Introduction)p eop
+end
%%Page: 3 3
TeXDict begin 3 2 bop 0 83 a Fg(1.2)100 b(What)28 b(is)g(a)g(mailing)h
(list?)0 286 y Fk(A)h(mailing)f(list)i(is)f(simply)f(a)h(list)h(of)e
@@ -660,32 +655,32 @@ b(mailing)g(list,)i(we)f(use)g(a)g(list)h(of)e(email)h(addresses)f
(from)g(people)f(interested)h(in)h(hearing)e(about)h(or)h(discussing)f
(a)h(gi)n(v)o(en)0 585 y(topic.)0 732 y(T)-7 b(w)o(o)20
b(common)f(types)h(of)g(email)g(mailing)f(lists)j(are)e(announcement)d
-(lists)22 b(and)d(discussion)h(lists.)0 879 y(Announcement)j(lists)k
-(are)f(used)g(so)g(that)g(one)f(person)g(or)h(group)e(can)i(send)f
-(announcements)e(to)j(a)h(group)d(of)h(people,)h(much)f(lik)o(e)0
-978 y(a)h(magazine)f(publisher')-5 b(s)25 b(mailing)g(list)i(is)g(used)
-e(to)i(send)e(out)h(magazines.)41 b(F)o(or)25 b(e)o(xample,)h(a)g(band)
-f(may)h(use)g(an)g(announcement)0 1078 y(mailing)19 b(list)j(to)e(let)h
-(their)f(f)o(an)g(base)g(kno)n(w)f(about)g(their)h(upcoming)e
-(concerts.)0 1225 y(A)25 b(discussion)e(list)i(allo)n(ws)g(a)f(group)e
-(of)i(people)f(to)h(discuss)h(topics)f(amongst)f(themselv)o(es,)h(with)
-g(e)n(v)o(eryone)d(able)j(to)g(send)g(mail)g(to)0 1324
-y(the)19 b(list)h(and)f(ha)n(v)o(e)f(it)i(distrib)n(uted)e(to)h(e)n(v)o
-(eryone)e(in)i(the)g(group.)k(This)c(discussion)g(may)f(also)i(be)f
-(moderated,)e(so)i(only)f(selected)h(posts)0 1424 y(are)j(sent)h(on)e
-(to)i(the)f(group)e(as)j(a)f(whole,)g(or)g(only)f(certain)h(people)f
-(are)h(allo)n(wed)g(to)g(send)g(to)g(the)g(group.)29
-b(F)o(or)22 b(e)o(xample,)f(a)h(group)f(of)0 1524 y(model)e(plane)h
-(enthusiasts)g(might)g(use)g(a)h(discussion)e(mailing)h(list)h(to)f
-(share)g(tips)h(about)e(model)h(construction)e(and)h(\003ying.)0
-1670 y(Some)h(common)e(terms:)125 1881 y Fe(\017)41 b
-Fk(A)20 b(\223post\224)g(typically)f(denotes)h(a)g(message)g(sent)h(to)
+(lists)22 b(and)d(discussion)h(lists.)0 879 y(Announcement)c(lists)21
+b(are)f(are)f(used)h(so)g(that)f(one)g(person)g(or)g(group)f(can)h
+(send)h(announcements)c(to)k(a)g(group)e(of)h(people,)g(much)f(lik)o(e)
+0 978 y(a)24 b(magazine)e(publisher')-5 b(s)22 b(mailing)h(list)i(is)f
+(used)f(to)h(send)f(out)g(magazines.)34 b(F)o(or)23 b(e)o(xample,)g(a)h
+(band)e(may)h(use)h(a)g(mailing)f(list)h(to)g(let)0 1078
+y(their)c(f)o(an)g(base)g(kno)n(w)f(about)h(their)f(upcoming)f
+(concerts.)0 1225 y(A)k(discussion)f(list)h(is)h(used)e(to)h(allo)n(w)f
+(a)h(group)e(of)h(people)f(to)i(discuss)g(topics)f(amongst)f(themselv)o
+(es,)h(with)h(e)n(v)o(eryone)d(able)i(to)h(send)0 1324
+y(mail)16 b(to)g(the)g(list)h(and)f(ha)n(v)o(e)f(it)i(distrib)n(uted)e
+(to)h(e)n(v)o(eryone)e(in)i(the)g(group.)22 b(This)16
+b(discussion)g(may)f(also)h(be)g(moderated,)f(so)h(only)g(selected)0
+1424 y(posts)i(are)g(sent)h(on)e(to)h(the)g(group)f(as)h(a)h(whole,)e
+(or)h(only)f(certain)h(people)f(are)h(allo)n(wed)f(to)h(send)g(to)g
+(the)g(group.)k(F)o(or)c(e)o(xample,)f(a)h(group)0 1524
+y(of)i(model)f(plane)h(enthusiasts)g(might)f(use)i(a)f(mailing)g(list)h
+(to)g(share)f(tips)g(about)f(model)h(construction)e(and)i(\003ying.)0
+1670 y(Some)g(common)e(terms:)125 1881 y Fe(\017)41 b
+Fk(A)20 b(\224post\224)g(typically)f(denotes)h(a)g(message)g(sent)h(to)
f(a)h(mailing)e(list.)26 b(\(Think)19 b(of)h(posting)f(a)i(message)f
(on)g(a)g(b)n(ulletin)g(board.\))125 2045 y Fe(\017)41
b Fk(People)19 b(who)h(are)g(part)g(of)g(an)g(electronic)f(mailing)h
(list)h(are)f(usually)g(called)g(the)g(list')-5 b(s)21
-b(\223members\224)e(or)h(\223subscribers.)-6 b(\224)125
-2210 y Fe(\017)41 b Fk(\223List)20 b(administrators\224)d(are)j(the)f
+b(\224members\224)e(or)h(\224subscribers.)-6 b(\224)125
+2210 y Fe(\017)41 b Fk(\224List)20 b(administrators\224)d(are)j(the)f
(people)g(in)g(char)o(ge)f(of)h(maintaining)f(that)h(one)g(list.)26
b(Lists)20 b(may)f(ha)n(v)o(e)g(one)g(or)g(more)f(adminis-)208
2309 y(trators.)125 2474 y Fe(\017)41 b Fk(A)21 b(list)h(may)e(also)h
@@ -695,31 +690,32 @@ b(Lists)20 b(may)f(ha)n(v)o(e)g(one)g(or)g(more)f(adminis-)208
(moderators.)125 2738 y Fe(\017)41 b Fk(Often)29 b(more)g(than)h(one)f
(electronic)g(mailing)g(list)i(will)g(be)f(run)f(using)g(the)h(same)g
(piece)g(of)g(softw)o(are.)54 b(The)29 b(person)g(who)208
-2837 y(maintains)24 b(the)h(softw)o(are)f(which)h(runs)f(the)h(lists)i
-(is)e(called)g(the)g(\223site)h(administrator)-5 b(.)f(\224)38
-b(Often)24 b(the)h(site)h(administrator)d(also)208 2937
-y(administrates)c(indi)n(vidual)f(lists.)0 3221 y Fg(1.3)100
-b(GNU)27 b(Mailman)0 3424 y Fk(GNU)20 b(Mailman)f(is)h(softw)o(are)f
-(that)h(lets)g(you)f(manage)f(electronic)g(mailing)h(lists.)26
-b(It)20 b(supports)f(a)g(wide)h(range)e(of)i(mailing)e(list)j(types,)0
-3524 y(such)i(as)h(general)d(discussion)i(lists)h(and)f(announce-only)c
-(lists.)35 b(Mailman)22 b(has)i(e)o(xtensi)n(v)o(e)d(features)i(which)f
-(mak)o(e)h(it)g(good)f(for)g(list)0 3623 y(subscribers,)f(such)h(as)g
-(easy)g(subscription)f(and)g(unsubscription,)f(pri)n(v)n(ac)o(y)g
-(options,)h(and)g(the)h(ability)g(to)g(temporarily)e(stop)h(getting)0
-3723 y(posts)f(from)g(the)g(list.)26 b(The)20 b(list)h(member)e
-(features)g(are)h(co)o(v)o(ered)e(in)j(this)g(document.)0
-3870 y(Mailman)f(also)h(has)g(man)o(y)f(features)g(which)h(mak)o(e)f
-(it)i(attracti)n(v)o(e)e(to)h(list)h(and)e(site)i(administrators.)j
-(These)c(features)f(are)h(co)o(v)o(ered)d(in)0 3969 y(the)i(list)h(and)
-f(site)h(administrator)e(manuals.)0 4296 y Fl(2)120 b(T)-14
-b(r)o(anslating)34 b(from)f(our)h(e)l(xamples)h(to)e(real)h(lists)0
-4529 y Fk(Often,)29 b(it')-5 b(s)28 b(easier)f(to)h(simply)f(gi)n(v)o
-(e)g(an)g(e)o(xample)f(than)h(e)o(xplain)f(e)o(xactly)g(ho)n(w)h(to)h
-(\002nd)f(the)g(address)g(for)g(your)f(speci\002c)h(list.)48
-b(As)0 4629 y(such,)21 b(we')o(ll)h(frequently)e(gi)n(v)o(e)g(e)o
-(xamples)h(for)g(a)h(\002ctional)f(list)i(called)e Fd(LISTNAME@DOMAIN)g
-Fk(whose)g(list)i(information)c(page)i(can)0 4728 y(be)f(found)f(at)h
+2837 y(maintains)c(the)h(softw)o(are)f(which)g(runs)h(the)g(lists)h(is)
+g(called)e(the)h(\224site)h(administrator)-5 b(.)f(\224)24
+b(Often)i(the)f(site)i(administrator)d(also)208 2937
+y(administrates)19 b(indi)n(vidual)f(lists.)0 3221 y
+Fg(1.3)100 b(GNU)27 b(Mailman)0 3424 y Fk(GNU)20 b(Mailman)f(is)h
+(softw)o(are)f(that)h(lets)g(you)f(manage)f(electronic)g(mailing)h
+(lists.)26 b(It)20 b(supports)f(a)g(wide)h(range)e(of)i(mailing)e(list)
+j(types,)0 3524 y(such)i(as)h(general)d(discussion)i(lists)h(and)f
+(announce-only)c(lists.)35 b(Mailman)22 b(has)i(e)o(xtensi)n(v)o(e)d
+(features)i(which)f(mak)o(e)h(it)g(good)f(for)g(list)0
+3623 y(subscribers,)f(such)h(as)g(easy)g(subscription)f(and)g
+(unsubscription,)f(pri)n(v)n(ac)o(y)g(options,)h(and)g(the)h(ability)g
+(to)g(temporarily)e(stop)h(getting)0 3723 y(posts)f(from)g(the)g(list.)
+26 b(The)20 b(list)h(member)e(features)g(are)h(co)o(v)o(ered)e(in)j
+(this)g(document.)0 3870 y(Mailman)f(also)h(has)g(man)o(y)f(features)g
+(which)h(mak)o(e)f(it)i(attracti)n(v)o(e)e(to)h(list)h(and)e(site)i
+(administrators.)j(These)c(features)f(are)h(co)o(v)o(ered)d(in)0
+3969 y(the)i(list)h(and)f(site)h(administrator)e(manuals.)0
+4296 y Fl(2)120 b(T)-14 b(r)o(anslating)34 b(from)f(our)h(e)l(xamples)h
+(to)e(real)h(lists)0 4529 y Fk(Often,)29 b(it')-5 b(s)28
+b(easier)f(to)h(simply)f(gi)n(v)o(e)g(an)g(e)o(xample)f(than)h(e)o
+(xplain)f(e)o(xactly)g(ho)n(w)h(to)h(\002nd)f(the)g(address)g(for)g
+(your)f(speci\002c)h(list.)48 b(As)0 4629 y(such,)21
+b(we')o(ll)h(frequently)e(gi)n(v)o(e)g(e)o(xamples)h(for)g(a)h
+(\002ctional)f(list)i(called)e Fd(LISTNAME@DOMAIN)g Fk(whose)g(list)i
+(information)c(page)i(can)0 4728 y(be)f(found)f(at)h
Fd(http://WEBSER)l(VER/mailman/listin)o(f)n(o)o(/LI)o(STNAME)-6
b Fk(.)0 4875 y(Neither)25 b(of)g(these)g(are)g(real)g(addresses,)h(b)n
(ut)g(the)o(y)e(sho)n(w)h(the)g(form)f(of)h(a)h(typical)f(list)h
@@ -775,12 +771,12 @@ b(can)h(be)f(changed)f(from)h(the)g(web)h(interf)o(ace)f(can)g(also)h
(you)e(go,)i(b)n(ut)f(there)g(are)g(times)h(when)f(people)f(may)0
2429 y(prefer)19 b(the)h(email)g(interf)o(ace,)f(so)i(both)e(are)i(pro)
o(vided.)0 2714 y Fg(3.1)100 b(The)28 b(w)o(eb)h(interf)m(ace)0
-2917 y Fk(The)23 b(web)h(interf)o(ace)e(of)i(Mailman)f(is)h(its)h
-(selling)e(point)g(for)g(man)o(y)f(people,)h(since)h(it)g(mak)o(es)g
-(it)g(much)f(easier)h(for)e(subscribers)h(and)0 3016
-y(administrators)c(to)h(see)h(which)f(options)f(are)h(a)n(v)n(ailable,)
-f(and)h(what)g(these)h(options)e(do.)0 3163 y(Ev)o(ery)g(mailing)i
-(list)g(is)h(also)f(accessible)g(by)g(a)g(number)e(of)i(web)f(pages.)27
+2917 y Fk(The)17 b(web)h(interf)o(ace)f(of)h(Mailman)f(is)i(its)f
+(selling)g(point)f(for)g(man)o(y)g(administrators,)g(since)h(it)g(mak)o
+(es)g(it)g(much)f(easier)h(for)f(subscribers)0 3016 y(and)j
+(administrators)e(to)j(see)g(which)e(options)g(are)i(a)n(v)n(ailable,)e
+(and)h(what)g(these)g(options)f(do.)0 3163 y(Ev)o(ery)g(mailing)i(list)
+g(is)h(also)f(accessible)g(by)g(a)g(number)e(of)i(web)f(pages.)27
b(Note)20 b(that)h(the)g(e)o(xact)g(URLs)g(are)g(con\002gurable)d(by)j
(the)g(site)0 3263 y(administrator)m(,)f(so)j(the)o(y)e(may)h(be)g(dif)
n(ferent)f(than)g(what')-5 b(s)23 b(described)e(belo)n(w)-5
@@ -807,7 +803,7 @@ o(ylist/)o(kath)m(y@here)n(.com)-6 b Fk(\))307 4422 y
Fe(\017)41 b Fk(This)22 b(page)f(can)h(also)g(be)g(accessed)f(by)h
(going)e(to)i(the)g(listinfo)g(page)f(and)g(entering)f(your)h(email)h
(address)f(into)h(the)f(box)390 4522 y(beside)f(the)g(b)n(utton)g(mark)
-o(ed)e(\223Unsubscribe)h(or)h(Edit)g(Options\224)g(\(this)g(is)h(near)f
+o(ed)e(\224Unsubscribe)h(or)h(Edit)g(Options\224)g(\(this)g(is)h(near)f
(the)g(bottom)f(of)h(the)g(page\).)307 4655 y Fe(\017)41
b Fk(The)20 b(member)f(options)g(page)h(allo)n(ws)g(you)f(to)i(log)f
(in/out)f(and)h(change)f(your)f(list)k(settings,)e(as)h(well)g(as)g
@@ -829,89 +825,97 @@ TeXDict begin 5 4 bop 0 83 a Fh(List)21 b(Ar)o(chi)o(v)o(es)141
b Fe(\017)41 b Fk(Usually)47 b(found)e(at)j Fd(http://WEBSER)l
(VER/piper)r(mai)o(l/L)o(ISTNA)o(ME)42 b Fk(if)48 b(the)f(list)h(is)g
(publicly)e(archi)n(v)o(ed,)390 183 y(and)d Fd(http://WEBSER)l
-(VER/mailman/priv)n(ate/)o(LIS)o(TNAME)37 b Fk(if)44
-b(the)f(list)h(is)f(pri)n(v)n(ately)f(archi)n(v)o(ed.)91
-b(\(F)o(or)42 b(e)o(xample,)390 282 y Fd(http://lists)o(.e)n(xample)o
+(VER/mailman/pr)q(iv)n(ate)o(/LI)o(STNAME)38 b Fk(if)44
+b(the)g(list)h(is)f(pri)n(v)n(ately)f(archi)n(v)o(es.)94
+b(\(F)o(or)43 b(e)o(xample,)390 282 y Fd(http://lists)o(.e)n(xample)o
(.com/pipe)o(r)r(mai)o(l/m)o(ylist)14 b Fk(or)20 b Fd(http://lists)o
(.e)n(xample)o(.com/mailman/)o(pr)q(i)o(v)n(ate/m)o(yli)o(st)-6
-b Fk(\))307 415 y Fe(\017)41 b Fk(The)21 b(list)h(archi)n(v)o(e)e
+b Fk(\))307 408 y Fe(\017)41 b Fk(The)21 b(list)h(archi)n(v)o(e)e
(pages)g(ha)n(v)o(e)h(copies)f(of)h(the)g(posts)g(sent)h(to)f(the)g
(mailing)f(list,)i(usually)f(grouped)d(by)j(month.)26
-b(In)21 b(each)390 515 y(monthly)e(group,)f(the)i(posts)h(are)f
+b(In)21 b(each)390 508 y(monthly)e(group,)f(the)i(posts)h(are)f
(usually)f(inde)o(x)o(ed)f(by)i(author)m(,)f(date,)g(thread,)g(and)h
-(subject.)307 648 y Fe(\017)41 b Fh(Note:)24 b Fk(Pipermail)c(is)h(the)
+(subject.)307 633 y Fe(\017)41 b Fh(Note:)24 b Fk(Pipermail)c(is)h(the)
f(name)f(of)g(the)h(def)o(ault)g(archi)n(v)o(er)e(that)i(comes)f(with)h
(Mailman.)25 b(Other)19 b(archi)n(v)o(e)g(programs)f(are)390
-747 y(a)n(v)n(ailable.)307 880 y Fe(\017)41 b Fk(If)23
+733 y(a)n(v)n(ailable.)307 859 y Fe(\017)41 b Fk(If)23
b(the)f(archi)n(v)o(e)f(is)j(pri)n(v)n(ate,)e(you)f(will)j(need)e(to)g
(supply)g(your)f(subscribed)g(email)i(address)f(and)g(your)f(passw)o
-(ord)h(to)h(log)390 980 y(in.)i(\(See)c(Section)e(6.1)h(for)f(more)h
+(ord)h(to)h(log)390 958 y(in.)i(\(See)c(Section)e(6.1)h(for)f(more)h
(information)e(on)h(getting)h(your)f(passw)o(ord.\))0
-1265 y Fg(3.2)100 b(The)28 b(email)h(interf)m(ace)0 1467
+1240 y Fg(3.2)100 b(The)28 b(email)h(interf)m(ace)0 1443
y Fk(Ev)o(ery)19 b(mailing)g(list)i(has)g(a)f(set)h(of)f(email)g
(addresses)g(to)g(which)g(messages)g(can)g(be)g(sent.)25
b(There')-5 b(s)20 b(al)o(w)o(ays)h(one)e(address)h(for)g(posting)0
-1567 y(messages)28 b(to)f(the)h(list,)i(one)d(address)g(to)g(which)g
+1542 y(messages)28 b(to)f(the)h(list,)i(one)d(address)g(to)g(which)g
(bounces)g(are)g(sent,)i(and)e(addresses)g(for)g(processing)f(email)i
-(commands.)45 b(F)o(or)27 b(a)0 1667 y(\002ctional)20
+(commands.)45 b(F)o(or)27 b(a)0 1642 y(\002ctional)20
b(mailing)f(list)j(called)e Fd(m)o(ylist@e)n(xample)o(.com)p
-Fk(,)e(you')l(d)g(\002nd)i(these)g(addresses:)125 1897
+Fk(,)e(you')l(d)g(\002nd)i(these)g(addresses:)125 1854
y Fe(\017)41 b Fd(m)o(ylist@e)n(xample)o(.com)18 b Fk(\226)i(this)h(is)
g(the)f(email)g(address)g(people)f(should)g(use)i(for)e(ne)n(w)h
-(postings)g(to)g(the)g(list.)125 2063 y Fe(\017)41 b
+(postings)g(to)g(the)g(list.)125 2013 y Fe(\017)41 b
Fd(m)o(ylist-join@e)n(xample)o(.com)c Fk(\226)k(by)f(sending)g(a)h
(message)g(to)g(this)g(address,)k(a)d(ne)n(w)e(member)g(can)g(request)h
-(subscrip-)208 2162 y(tion)c(to)h(the)h(list.)79 b(Both)38
+(subscrip-)208 2112 y(tion)c(to)h(the)h(list.)79 b(Both)38
b(the)g Fd(Subject:)59 b Fk(header)37 b(and)h(body)e(of)i(such)g(a)g
(message)g(are)g(ignored.)77 b(Note)38 b(that)g(mylist-)208
-2262 y(subscribe@e)o(xample.com)16 b(is)21 b(an)f(alias)h(for)f(the)g
-(-join)g(address.)125 2428 y Fe(\017)41 b Fd(m)o(ylist-lea)o(v)n(e@e)n
+2212 y(subscribe@e)o(xample.com)16 b(is)21 b(an)f(alias)h(for)f(the)g
+(-join)g(address.)125 2371 y Fe(\017)41 b Fd(m)o(ylist-lea)o(v)n(e@e)n
(xample)o(.com)18 b Fk(\226)k(by)f(sending)g(a)i(message)f(to)g(this)g
(address,)g(a)g(member)f(can)h(request)f(unsubscription)f(from)208
-2528 y(the)k(list.)40 b(As)25 b(with)g(the)g(-join)f(address,)h(the)g
+2471 y(the)k(list.)40 b(As)25 b(with)g(the)g(-join)f(address,)h(the)g
Fd(Subject:)33 b Fk(header)23 b(and)i(body)e(of)h(the)h(message)g(is)g
-(ignored.)37 b(Note)25 b(that)g(mylist-)208 2627 y(unsubscribe@e)o
+(ignored.)37 b(Note)25 b(that)g(mylist-)208 2570 y(unsubscribe@e)o
(xample.com)15 b(is)21 b(an)f(alias)h(for)f(the)g(-lea)n(v)o(e)g
-(address.)125 2793 y Fe(\017)41 b Fd(m)o(ylist-o)o(wner@e)n(xample)o
+(address.)125 2729 y Fe(\017)41 b Fd(m)o(ylist-o)o(wner@e)n(xample)o
(.com)11 b Fk(\226)16 b(This)f(address)g(reaches)g(the)g(list)h(o)n
(wner)e(and)h(list)i(moderators)c(directly)-5 b(.)22
-b(This)16 b(is)g(the)f(address)208 2893 y(you)k(use)h(if)h(you)e(need)h
+b(This)16 b(is)g(the)f(address)208 2829 y(you)k(use)h(if)h(you)e(need)h
(to)g(contact)f(the)i(person)e(or)h(people)f(in)h(char)o(ge.)125
-3059 y Fe(\017)41 b Fd(m)o(ylist-request@e)n(xample)o(.com)23
+2988 y Fe(\017)41 b Fd(m)o(ylist-request@e)n(xample)o(.com)23
b Fk(\226)k(This)g(address)g(reaches)g(a)g(mail)h(robot)d(which)i
-(processes)g(email)g(commands)f(that)h(can)208 3159 y(be)i(used)g(to)g
+(processes)g(email)g(commands)f(that)h(can)208 3087 y(be)i(used)g(to)g
(set)h(member)e(subscription)g(options,)j(as)f(well)f(as)h(process)f
(other)g(commands.)50 b(A)30 b(list)h(of)e(members')f(email)208
-3258 y(commands)18 b(is)j(pro)o(vided)d(in)i(Appendix)e(A.)125
-3424 y Fe(\017)41 b Fd(m)o(ylist-bounces@e)n(xample)o(.com)16
-b Fk(\226)k(This)h(address)f(is)h(used)f(in)g(Mailman')-5
-b(s)20 b(automatic)f(bounce)g(processing.)125 3590 y
-Fe(\017)41 b Fd(m)o(ylist-con\002r)r(m@e)n(xample)o(.com)18
-b Fk(\226)j(This)g(address)f(is)i(used)f(for)f(processing)f
-(con\002rmation)g(messages)i(for)f(subscription)f(and)208
-3690 y(unsubscription)e(requests.)0 3920 y(There')-5
-b(s)18 b(also)h(an)f(-admin)f(address)h(which)g(also)g(reaches)g(the)g
-(list)i(administrators,)d(b)n(ut)h(this)h(address)f(only)g(e)o(xists)g
-(for)g(compatibility)0 4019 y(with)i(older)g(v)o(ersions)f(of)h
-(Mailman.)0 4166 y(F)o(or)g(changing)e(options,)h(we)i(use)f(the)g
+3187 y(commands)18 b(is)j(pro)o(vided)d(in)i(Appendix)e(A.)125
+3346 y Fe(\017)41 b Fd(m)o(ylist-bounces@e)n(xample)o(.com)22
+b Fk(\226)k(This)g(address)g(recei)n(v)o(es)f(bounces)f(from)h(members)
+g(whose)h(addresses)f(ha)n(v)o(e)h(become)208 3445 y(either)f
+(temporarily)f(or)h(permanently)e(inacti)n(v)o(e.)41
+b(The)25 b(-bounces)f(address)h(is)i(also)f(a)g(mail)g(robot)f(that)h
+(processes)f(bounces)208 3545 y(and)e(automatically)g(disables)h(or)g
+(remo)o(v)o(es)f(members)g(as)i(con\002gured)d(in)i(the)g(bounce)f
+(processing)g(settings.)37 b(An)o(y)23 b(bounce)208 3645
+y(messages)i(that)g(are)g(either)g(unrecognized,)d(or)j(do)g(not)f
+(seem)i(to)f(contain)f(member)g(addresses,)h(are)g(forw)o(arded)e(to)i
+(the)g(list)208 3744 y(administrators.)125 3903 y Fe(\017)41
+b Fd(m)o(ylist-con\002r)r(m@e)n(xample)o(.com)16 b Fk(\226)k(This)f
+(address)f(is)i(another)e(email)h(robot,)f(which)g(processes)h
+(con\002rmation)e(messages)i(for)208 4003 y(subscription)f(and)i
+(unsubscription)e(requests.)0 4215 y(There')-5 b(s)18
+b(also)h(an)f(-admin)f(address)h(which)g(also)g(reaches)g(the)g(list)i
+(administrators,)d(b)n(ut)h(this)h(address)f(only)g(e)o(xists)g(for)g
+(compatibility)0 4314 y(with)i(older)g(v)o(ersions)f(of)h(Mailman.)0
+4461 y(F)o(or)g(changing)e(options,)h(we)i(use)f(the)g
Fd(LISTNAME-request)e Fk(address)h(\(for)h(e)o(xample,)e
-Fd(m)o(ylist-request@e)n(xample)o(.com)p Fk(\).)0 4313
+Fd(m)o(ylist-request@e)n(xample)o(.com)p Fk(\).)0 4608
y(Commands)i(can)g(appear)g(in)h(the)g(subject)g(line)g(or)g(the)g
(body)e(of)i(the)g(message.)27 b(Each)20 b(command)f(should)h(be)h(on)g
-(a)g(separate)f(line.)28 b(If)0 4413 y(your)18 b(mail)h(program)e
+(a)g(separate)f(line.)28 b(If)0 4708 y(your)18 b(mail)h(program)e
(automatically)h(appends)g(a)h(signature)f(to)i(your)e(messages,)h(you)
-f(may)h(w)o(ant)g(to)h(put)e(the)i(w)o(ord)e(\223)p Fc(end)r
-Fk(\224)h(\(without)0 4512 y(the)k(quotes\))f(on)h(a)g(separate)g(line)
+f(may)h(w)o(ant)g(to)h(put)e(the)i(w)o(ord)e(\224)p Fc(end)r
+Fk(\224)h(\(without)0 4807 y(the)k(quotes\))f(on)h(a)g(separate)g(line)
g(after)g(your)f(other)g(commands.)32 b(The)23 b Fc(end)h
Fk(command)d(tells)j(Mailman)f(not)g(to)g(process)f(the)i(email)0
-4612 y(after)c(that)g(point.)0 4759 y(The)c(most)h(important)e(command)
-g(is)i(probably)e(the)h(\223)p Fc(help)p Fk(\224)g(command,)f(since)i
+4907 y(after)c(that)g(point.)0 5054 y(The)c(most)h(important)e(command)
+g(is)i(probably)e(the)h(\224)p Fc(help)p Fk(\224)g(command,)f(since)i
(it)h(mak)o(es)e(Mailman)g(return)g(a)h(message)f(full)h(of)f(useful)0
-4859 y(information)i(about)h(the)h(email)g(commands)f(and)h(directions)
-f(to)h(the)g(web)g(interf)o(ace.)0 5005 y(Quick)h(references)f(to)i
+5154 y(information)i(about)h(the)h(email)g(commands)f(and)h(directions)
+f(to)h(the)g(web)g(interf)o(ace.)0 5300 y(Quick)h(references)f(to)i
(the)g(subscriber)f(commands)f(ha)n(v)o(e)h(been)g(pro)o(vided)e(in)j
(Appendices)e(A)i(and)f(B.)31 b(\(These)21 b(ha)n(v)o(e)g(been)g
-(slightly)0 5105 y(adapted)e(from)g(the)h(output)f(of)h(the)g
+(slightly)0 5400 y(adapted)e(from)g(the)h(output)f(of)h(the)g
Fc(help)g Fk(command.\))p 0 5549 3901 4 v 0 5649 a Ff(3.2)83
b(The)24 b(email)g(interf)n(ace)2952 b(5)p eop end
%%Page: 6 6
@@ -950,1136 +954,1093 @@ f(list.)0 2458 y(Using)h(the)g(web)g(interf)o(ace:)104
(list)i(you)e(w)o(ant)h(to)f(join.)92 b(\(This)43 b(will)g(probably)e
(be)h(something)f(lik)o(e)208 2771 y Fd(http://WEBSER)l(VER/mailman/li)
o(stin)o(f)n(o/)o(LIS)o(TNAME)-6 b Fk(\))104 2937 y(2.)41
-b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f(\223Subscribing)f(to)j
+b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f(\224Subscribing)f(to)j
(LISTN)m(AME\224)e(and)h(\002ll)h(in)f(the)g(box)o(es.)k(Y)-9
b(ou)20 b(can)g(\002ll)h(in)f(the)h(follo)n(wing:)307
3103 y Fe(\017)41 b Fk(Y)-9 b(ou)20 b Fc(must)g Fk(enter)g(your)f
(email)h(address.)307 3236 y Fe(\017)41 b Fk(Y)-9 b(ou)20
b(may)g(choose)f(to)h(supply)f(your)g(real)h(name.)307
-3369 y Fe(\017)41 b Fk(Y)-9 b(ou)20 b(may)g(choose)f(a)h(passw)o(ord.)
+3368 y Fe(\017)41 b Fk(Y)-9 b(ou)20 b(may)g(choose)f(a)h(passw)o(ord.)
25 b(If)20 b(you)f(do)h(not)g(choose)f(one,)g(Mailman)h(will)h
-(generate)e(one)g(for)h(you.)390 3485 y Fh(W)-5 b(ar)o(ning:)34
-b Fk(Do)25 b(NO)m(T)g(use)h(a)f(v)n(aluable)f(passw)o(ord,)h(since)h
-(this)f(passw)o(ord)g(may)f(occasionally)g(be)h(mailed)g(to)g(you)f(in)
-390 3584 y(plain)c(te)o(xt.)307 3717 y Fe(\017)41 b Fk(If)26
-b(the)g(list)h(supports)d(more)h(than)h(one)f(language,)g(you)g(may)h
-(be)f(able)h(to)g(choose)f(your)g(preferred)e(language.)40
-b Fh(Note:)390 3817 y Fk(This)23 b(setting)f(does)g(not)g(af)n(fect)g
-(posts)h(to)g(the)f(list,)i(only)d(Mailman)h(te)o(xts)h(that)f(come)g
-(from)f(the)i(list)g(softw)o(are,)g(such)f(as)390 3917
-y(your)d(member)g(options)g(page.)104 4083 y(3.)41 b(Press)32
-b(the)g(subscribe)f(b)n(utton.)60 b(A)32 b(ne)n(w)g(page)f(should)g
-(appear)g(telling)h(you)f(that)h(your)e(subscription)h(request)g(has)h
-(been)208 4182 y(recei)n(v)o(ed.)55 b(This)31 b(page)f(will)i(pro)o
-(vide)d(you)h(with)h(further)e(instructions,)j(such)f(as)h(the)f(need)f
-(to)h(w)o(ait)g(for)g(and)f(reply)g(to)h(a)208 4282 y(con\002rmation)18
-b(messages,)i(depending)d(on)j(the)g(list')-5 b(s)22
-b(subscription)d(policies.)0 4495 y(Using)h(the)g(email)h(interf)o
-(ace:)104 4708 y(1.)41 b(Open)19 b(a)i(mail)f(program)e(which)i(sends)g
-(mail)g(from)g(the)g(address)f(you)h(w)o(ant)g(to)g(subscribe.)104
-4875 y(2.)41 b(Send)23 b(a)h(mail)f(to)h(the)g(list)g(subscription)e
-(address,)i(which)f(will)h(be)g(in)f(the)h(form)e Fd
-(LISTNAME-join@DOMAIN)p Fk(.)f(The)i(subject)208 4974
-y(and)c(body)g(of)h(the)g(message)g(will)h(be)f(ignored,)e(so)j(it)g
-(doesn')o(t)d(matter)i(what)h(you)e(put)h(there.)0 5187
-y(After)30 b(follo)n(wing)f(one)h(of)g(these)h(sets)g(of)g
-(instructions)e(\(you)g(don')o(t)g(need)h(to)h(do)f(both!\),)h(there)f
-(are)g(a)h(fe)n(w)g(possible)f(outcomes)0 5287 y(depending)18
-b(upon)g(the)j(settings)f(for)g(that)g(list.)p 0 5549
-3901 4 v 0 5649 a Ff(6)2592 b(5)83 b(Subscr)q(ibing)24
+(generate)e(one)g(for)h(you.)390 3485 y Fh(W)-5 b(ar)o(ning:)24
+b Fk(Do)c(NO)m(T)h(use)f(a)h(v)n(aluable)d(passw)o(ord,)i(since)g(this)
+h(passw)o(ord)e(may)h(be)g(mailed)g(to)g(you)g(in)g(plain)g(te)o(xt.)
+307 3617 y Fe(\017)41 b Fk(If)26 b(the)g(list)h(supports)d(more)h(than)
+h(one)f(language,)g(you)g(may)h(be)f(able)h(to)g(choose)f(your)g
+(preferred)e(language.)40 b Fh(Note:)390 3717 y Fk(This)19
+b(setting)f(does)g(not)g(af)n(fect)f(posts)i(to)f(the)g(list,)i(only)d
+(pre-prepared)e(Mailman)j(te)o(xts)g(such)g(as)h(your)e(member)g
+(options)390 3817 y(page.)104 3983 y(3.)41 b(Press)21
+b(the)f(subscribe)f(b)n(utton.)24 b(A)d(ne)n(w)f(page)f(should)g
+(appear)h(telling)f(you)h(that)g(your)f(request)g(has)i(been)e(sent.)0
+4196 y(Using)h(the)g(email)h(interf)o(ace:)104 4409 y(1.)41
+b(Open)19 b(a)i(mail)f(program)e(which)i(sends)g(mail)g(from)g(the)g
+(address)f(you)h(w)o(ant)g(to)g(subscribe.)104 4575 y(2.)41
+b(Send)23 b(a)h(mail)f(to)h(the)g(list)g(subscription)e(address,)i
+(which)f(will)h(be)g(in)f(the)h(form)e Fd(LISTNAME-join@DOMAIN)p
+Fk(.)f(The)i(subject)208 4675 y(and)c(body)g(of)h(the)g(message)g(will)
+h(be)f(ignored,)e(so)j(it)g(doesn')o(t)d(matter)i(what)h(you)e(put)h
+(there.)0 4888 y(After)30 b(follo)n(wing)f(one)h(of)g(these)h(sets)g
+(of)g(instructions)e(\(you)g(don')o(t)g(need)h(to)h(do)f(both!\),)h
+(there)f(are)g(a)h(fe)n(w)g(possible)f(outcomes)0 4988
+y(depending)18 b(upon)g(the)j(settings)f(for)g(that)g(list.)125
+5201 y Fe(\017)41 b Fk(Y)-9 b(ou)17 b(may)h(recei)n(v)o(e)f(an)i(email)
+f(message)g(asking)g(for)f(con\002rmation)f(that)j(you)e(really)h(w)o
+(ant)h(to)f(be)g(subscribed)f(to)i(the)f(list.)25 b(This)208
+5300 y(is)c(to)f(pre)n(v)o(ent)f(an)o(yone)g(from)g(subscribing)g(you)g
+(to)i(lists)h(without)d(your)h(permission.)k(F)o(ollo)n(w)c(the)g
+(instructions)g(gi)n(v)o(en)f(in)i(the)208 5400 y(message)f(to)g
+(con\002rm)f(your)g(wish)h(to)h(be)f(subscribed.)p 0
+5549 3901 4 v 0 5649 a Ff(6)2592 b(5)83 b(Subscr)q(ibing)24
b(and)g(unsubscr)q(ibing)p eop end
%%Page: 7 7
-TeXDict begin 7 6 bop 125 83 a Fe(\017)41 b Fk(Y)-9 b(ou)17
-b(may)h(recei)n(v)o(e)f(an)i(email)f(message)g(asking)g(for)f
-(con\002rmation)f(that)j(you)e(really)h(w)o(ant)h(to)f(be)g(subscribed)
-f(to)i(the)f(list.)25 b(This)208 183 y(is)c(to)f(pre)n(v)o(ent)f(an)o
-(yone)g(from)g(subscribing)g(you)g(to)i(lists)h(without)d(your)h
-(permission.)k(F)o(ollo)n(w)c(the)g(instructions)g(gi)n(v)o(en)f(in)i
-(the)208 282 y(message)f(to)g(con\002rm)f(your)g(wish)h(to)h(be)f
-(subscribed.)125 448 y Fe(\017)41 b Fk(A)20 b(moderator)e(may)i(also)g
-(need)g(to)g(con\002rm)f(your)g(subscription)g(if)h(you)g(are)g
-(subscribing)e(to)j(a)f(closed)g(list.)125 614 y Fe(\017)41
+TeXDict begin 7 6 bop 125 83 a Fe(\017)41 b Fk(A)20 b(moderator)e(may)i
+(also)g(need)g(to)g(con\002rm)f(your)g(subscription)g(if)h(you)g(are)g
+(subscribing)e(to)j(a)f(limited)g(list.)125 249 y Fe(\017)41
b Fk(Or)20 b(you)f(may)h(ha)n(v)o(e)g(to)g(w)o(ait)h(for)e(a)i
(moderator)d Fc(and)j Fk(follo)n(w)f(the)g(instructions)f(in)i(the)f
-(con\002rmation)e(mail.)0 828 y(Once)26 b(this)g(is)h(done,)f(you)f
+(con\002rmation)e(mail.)0 462 y(Once)26 b(this)g(is)h(done,)f(you)f
(will)i(lik)o(ely)f(recei)n(v)o(e)f(another)f(message)i(welcoming)f
(you)g(to)h(the)g(list.)43 b(This)27 b(message)e(contains)h(some)0
-927 y(useful)21 b(information)e(including)h(your)g(list)j(passw)o(ord)e
+562 y(useful)21 b(information)e(including)h(your)g(list)j(passw)o(ord)e
(and)g(some)g(quick)g(links)h(for)e(changing)g(your)g(options,)h(so)h
-(you)f(may)g(w)o(ant)g(to)0 1027 y(sa)n(v)o(e)f(it)h(for)f(later)g
-(reference.)0 1174 y Fh(Note:)35 b Fk(Subscribing)23
-b(can)j(be)f(done)f(in)i(other)e(w)o(ays)i(as)g(well.)41
-b(See)26 b(Appendix)e(A)h(for)g(more)g(adv)n(anced)e(email)j
-(subscribing)d(com-)0 1273 y(mands.)0 1558 y Fg(5.2)100
-b(Ho)o(w)28 b(do)g(I)f(lea)n(v)n(e)i(a)f(list?)34 b(\(unsubscr)q(ibe\))
-0 1761 y Fk(Don')o(t)29 b(w)o(ant)h(to)f(be)h(on)g(a)g(list)h(an)o(y)e
-(more?)53 b(If)30 b(you')l(re)e(just)i(going)e(on)i(v)n(acation)e(or)i
-(are)g(too)f(b)n(usy)h(to)g(read)f(mails)h(and)f(w)o(ant)h(to)0
-1861 y(temporarily)21 b(turn)h(them)h(of)n(f,)f(you)g(may)h(w)o(ant)g
+(you)f(may)g(w)o(ant)g(to)0 662 y(sa)n(v)o(e)f(it)h(for)f(later)g
+(reference.)0 808 y Fh(Note:)35 b Fk(Subscribing)23 b(can)j(be)f(done)f
+(in)i(other)e(w)o(ays)i(as)g(well.)41 b(See)26 b(Appendix)e(A)h(for)g
+(more)g(adv)n(anced)e(email)j(subscribing)d(com-)0 908
+y(mands.)0 1193 y Fg(5.2)100 b(Ho)o(w)28 b(do)g(I)f(lea)n(v)n(e)i(a)f
+(list?)34 b(\(unsubscr)q(ibe\))0 1396 y Fk(Don')o(t)29
+b(w)o(ant)h(to)f(be)h(on)g(a)g(list)h(an)o(y)e(more?)53
+b(If)30 b(you')l(re)e(just)i(going)e(on)i(v)n(acation)e(or)i(are)g(too)
+f(b)n(usy)h(to)g(read)f(mails)h(and)f(w)o(ant)h(to)0
+1496 y(temporarily)21 b(turn)h(them)h(of)n(f,)f(you)g(may)h(w)o(ant)g
(to)g(stop)g(mail)g(deli)n(v)o(ery)e(rather)i(than)f(unsubscribing.)31
-b(This)23 b(means)f(you)g(k)o(eep)h(your)0 1960 y(passw)o(ord)i(and)h
+b(This)23 b(means)f(you)g(k)o(eep)h(your)0 1595 y(passw)o(ord)i(and)h
(other)f(settings)i(so)f(you)f(can,)i(for)f(e)o(xample,)g(still)h(ha)n
(v)o(e)e(access)i(to)f(pri)n(v)n(ate)f(list)i(archi)n(v)o(es.)42
-b(If)26 b(this)g(is)h(what)f(you')l(d)0 2060 y(prefer)m(,)18
+b(If)26 b(this)g(is)h(what)f(you')l(d)0 1695 y(prefer)m(,)18
b(see)j(Section)f(7.1)f(for)h(instructions)f(on)h(disabling)f(mail)i
-(deli)n(v)o(ery)d(temporarily)-5 b(.)0 2207 y(If)20 b(you)f(actually)h
+(deli)n(v)o(ery)d(temporarily)-5 b(.)0 1842 y(If)20 b(you)f(actually)h
(w)o(ant)g(to)h(lea)n(v)o(e)f(the)g(list,)h(there)f(are)g(tw)o(o)g
(common)f(w)o(ays)h(you)f(can)h(unsubscribe)f(from)g(a)h(Mailman)g
-(mailing)f(list.)0 2354 y(Using)h(the)g(web)g(interf)o(ace:)104
-2567 y(1.)41 b(Go)f(to)h(the)f(list)i(information)c(page)i(for)g(the)g
+(mailing)f(list.)0 1989 y(Using)h(the)g(web)g(interf)o(ace:)104
+2202 y(1.)41 b(Go)f(to)h(the)f(list)i(information)c(page)i(for)g(the)g
(list)i(you)d(w)o(ant)i(to)f(lea)n(v)o(e.)86 b(\(This)40
-b(will)i(probably)c(be)i(something)f(lik)o(e)208 2667
+b(will)i(probably)c(be)i(something)f(lik)o(e)208 2301
y Fd(http://WEBSER)l(VER/mailman/li)o(stin)o(f)n(o/)o(LIS)o(TNAME)-6
-b Fk(\))104 2833 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f
-(\223LISTN)m(AME)h(subscribers\224)f(\(usually)g(found)f(near)i(the)g
-(bottom)f(of)h(the)g(page\).)104 2999 y(3.)41 b(There)17
-b(should)g(be)h(a)g(b)n(utton)f(mark)o(ed)g(\223Unsubscribe)g(or)g
-(Edit)h(Options.)-6 b(\224)24 b(Enter)18 b(your)e(email)i(address)g(in)
-g(the)g(box)f(beside)h(this)208 3098 y(b)n(utton)h(and)g(press)i(the)f
-(b)n(utton.)104 3264 y(4.)41 b(Y)-9 b(ou)18 b(should)g(be)h(brought)d
-(to)j(a)h(ne)n(w)e(page)h(which)f(has)h(an)g(\223Unsubscribe\224)e(b)n
+b Fk(\))104 2467 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f
+(\224LISTN)m(AME)h(subscribers\224)f(\(usually)g(found)f(near)i(the)g
+(bottom)f(of)h(the)g(page\).)104 2634 y(3.)41 b(There)17
+b(should)g(be)i(a)g(b)n(utton)e(mark)o(ed)g(\224Unsubscribe)g(or)h
+(Edit)h(Options.)-6 b(\224)17 b(Enter)h(your)f(email)i(address)f(in)g
+(the)g(box)g(beside)g(this)208 2733 y(b)n(utton)h(and)g(press)i(the)f
+(b)n(utton.)104 2899 y(4.)41 b(Y)-9 b(ou)18 b(should)g(be)h(brought)d
+(to)j(a)h(ne)n(w)e(page)h(which)f(has)h(an)g(\224Unsubscribe\224)e(b)n
(utton.)24 b(Press)19 b(it)h(to)f(unsubscribe)e(and)h(follo)n(w)h(the)
-208 3364 y(instructions)g(gi)n(v)o(en.)0 3577 y(Using)h(the)g(email)h
-(interf)o(ace:)104 3791 y(1.)41 b(Open)19 b(a)i(mail)f(program)e(which)
+208 2999 y(instructions)g(gi)n(v)o(en.)0 3212 y(Using)h(the)g(email)h
+(interf)o(ace:)104 3425 y(1.)41 b(Open)19 b(a)i(mail)f(program)e(which)
i(sends)g(mail)g(from)g(the)g(address)f(you)h(w)o(ant)g(to)g
-(unsubscribe.)104 3957 y(2.)41 b(Send)19 b(a)i(mail)f(to)h(the)f(list)h
+(unsubscribe.)104 3591 y(2.)41 b(Send)19 b(a)i(mail)f(to)h(the)f(list)h
(unsubscribe)e(address,)g(which)h(will)h(be)f(of)g(the)g(form)f
Fd(LISTNAME-lea)o(v)n(e@DOMAIN)p Fk(.)e(The)j(subject)208
-4056 y(and)f(body)g(of)h(this)h(message)f(will)h(be)f(ignored,)e(so)i
+3691 y(and)f(body)g(of)h(this)h(message)f(will)h(be)f(ignored,)e(so)i
(it)h(doesn')o(t)e(matter)h(what)g(you)f(put)h(there.)0
-4270 y(After)26 b(follo)n(wing)e(one)i(of)g(these)g(sets)h(of)f
+3904 y(After)26 b(follo)n(wing)e(one)i(of)g(these)g(sets)h(of)f
(instructions)f(\(you)g(don')o(t)f(need)i(to)g(do)g(both!\),)f(you)h
-(will)g(be)g(sent)h(a)f(con\002rmation)e(mail)0 4369
+(will)g(be)g(sent)h(a)f(con\002rmation)e(mail)0 4004
y(and)32 b(must)h(follo)n(w)f(the)g(instructions)g(gi)n(v)o(en)g(in)g
(that)h(mail)g(to)g(complete)e(the)i(unsubscription.)60
-b(This)33 b(is)h(to)e(stop)h(people)f(from)0 4469 y(unsubscribing)d
-(you)i(without)h(your)f(permission.)59 b(In)32 b(addition,)h(a)f
-(moderator)e(may)i(need)f(to)h(appro)o(v)o(e)e(your)g(unsubscription.)0
-4569 y(\(Administrator)n(-appro)o(v)o(ed)15 b(unsubscriptions)j(are)i
-(uncommon.\))0 4715 y(If)i(you)g(do)g(not)g(recei)n(v)o(e)g(this)h
-(con\002rmation)d(mail)j(with)f(instructions,)g(mak)o(e)g(sure)g(that)h
-(you)f(typed)f(your)g(email)i(address)f(correctly)0 4815
-y(\(if)g(you)e(were)i(using)f(the)h(web)g(interf)o(ace)e(to)i
-(unsubscribe\))e(and)h(that)h(the)f(address)h(you)e(tried)i(to)g
-(unsubscribe)e(is,)i(indeed,)f(actually)0 4915 y(subscribed)f(to)h
-(that)h(list.)29 b(F)o(or)21 b(security)g(reasons,)f(Mailman)h
-(generates)f(the)i(same)f(member)f(options)g(page)h(re)o(gardless)f(of)
-h(whether)0 5014 y(the)f(address)g(entered)f(is)i(subscribed)e(or)h
-(not.)25 b(This)20 b(means)g(that)h(people)e(cannot)g(use)i(this)f
-(part)g(of)g(the)g(web)h(interf)o(ace)e(to)h(\002nd)g(out)g(if)0
-5114 y(someone)f(is)i(subscribed)e(to)h(the)g(list,)h(b)n(ut)g(it)g
+b(This)33 b(is)h(to)e(stop)h(people)f(from)0 4104 y(unsubscribing)18
+b(you)h(without)g(your)g(permission.)24 b(In)c(addition,)f(a)h
+(moderator)e(may)i(need)g(to)g(appro)o(v)o(e)e(your)g(unsubscription.)0
+4250 y(If)k(you)g(do)g(not)g(recei)n(v)o(e)g(this)h(con\002rmation)d
+(mail)j(with)f(instructions,)g(mak)o(e)g(sure)g(that)h(you)f(typed)f
+(your)g(email)i(address)f(correctly)0 4350 y(\(if)g(you)e(were)i(using)
+f(the)h(web)g(interf)o(ace)e(to)i(unsubscribe\))e(and)h(that)h(the)f
+(address)h(you)e(tried)i(to)g(unsubscribe)e(is,)i(indeed,)f(actually)0
+4450 y(subscribed)f(to)h(that)h(list.)29 b(F)o(or)21
+b(security)g(reasons,)f(Mailman)h(generates)f(the)i(same)f(member)f
+(options)g(page)h(re)o(gardless)f(of)h(whether)0 4549
+y(the)f(address)g(entered)f(is)i(subscribed)e(or)h(not.)25
+b(This)20 b(means)g(that)h(people)e(cannot)g(use)i(this)f(part)g(of)g
+(the)g(web)h(interf)o(ace)e(to)h(\002nd)g(out)g(if)0
+4649 y(someone)f(is)i(subscribed)e(to)h(the)g(list,)h(b)n(ut)g(it)g
(also)f(means)g(that)g(it')-5 b(s)22 b(hard)d(to)h(tell)h(if)f(you)g
-(just)g(made)g(a)h(typo.)0 5261 y(Once)d(your)f(unsubscription)e(has)k
+(just)g(made)g(a)h(typo.)0 4796 y(Once)d(your)f(unsubscription)e(has)k
(been)e(processed,)g(you)h(will)h(will)f(probably)e(recei)n(v)o(e)h
-(another)g(message)h(con\002rming)e(your)h(unsub-)0 5360
+(another)g(message)h(con\002rming)e(your)h(unsub-)0 4895
y(scription)i(from)g(the)i(list,)g(and)e(at)i(that)f(point)g(you)f
-(should)g(stop)h(recei)n(ving)f(messages.)p 0 5549 3901
-4 v 0 5649 a Ff(5.2)83 b(Ho)o(w)23 b(do)h(I)f(lea)n(v)n(e)h(a)f(list?)
-29 b(\(unsubscr)q(ibe\))2338 b(7)p eop end
+(should)g(stop)h(recei)n(ving)f(messages.)0 5042 y(If)25
+b(you)g(wish)h(to)g(skip)g(the)f(con\002rmation)f(process)h(\(for)f(e)o
+(xample,)i(you)e(might)h(be)h(unsubscribing)d(an)i(address)h(which)f
+(no)g(longer)0 5142 y(w)o(orks\),)j(it)f(is)h(possible)f(to)g(bypass)f
+(it)i(by)e(using)h(your)e(passw)o(ord)h(instead)h(and)g(either)f
+(logging)f(in)i(to)g(your)f(options)g(page)g(using)0
+5242 y(it)d(\(See)g(Section)f(3.1\),)g(or)h(sending)e(it)j(with)f(your)
+e(email)i(commands)e(to)i(LISTN)m(AME-request)d(\(See)j(Appendix)d(A)k
+(for)e(adv)n(anced)0 5341 y(email)e(unsubscription)e(commands\).)23
+b(See)d(Section)g(6.1)g(for)f(more)h(information)d(on)j(getting)g(your)
+f(passw)o(ord.)p 0 5549 3901 4 v 0 5649 a Ff(5.2)83 b(Ho)o(w)23
+b(do)h(I)f(lea)n(v)n(e)h(a)f(list?)29 b(\(unsubscr)q(ibe\))2338
+b(7)p eop end
%%Page: 8 8
-TeXDict begin 8 7 bop 0 83 a Fk(If)25 b(you)g(wish)h(to)g(skip)g(the)f
-(con\002rmation)f(process)h(\(for)f(e)o(xample,)i(you)e(might)h(be)h
-(unsubscribing)d(an)i(address)h(which)f(no)g(longer)0
-183 y(w)o(orks\),)j(it)f(is)h(possible)f(to)g(bypass)f(it)i(by)e(using)
-h(your)e(passw)o(ord)h(instead)h(and)g(either)f(logging)f(in)i(to)g
-(your)f(options)g(page)g(using)0 282 y(it)d(\(See)g(Section)f(3.1\),)g
-(or)h(sending)e(it)j(with)f(your)e(email)i(commands)e(to)i(LISTN)m
-(AME-request)d(\(See)j(Appendix)d(A)k(for)e(adv)n(anced)0
-382 y(email)e(unsubscription)e(commands\).)23 b(See)d(Section)g(6.1)g
-(for)f(more)h(information)d(on)j(getting)g(your)f(passw)o(ord.)0
-709 y Fl(6)120 b(P)-5 b(ass)l(w)o(ords)0 942 y Fk(Y)c(our)19
-b(passw)o(ord)h(w)o(as)h(either)f(set)h(by)e(you)h(or)g(generated)e(by)
-i(Mailman)g(when)f(you)g(subscribed.)24 b(Y)-9 b(ou)20
-b(probably)e(got)i(a)g(cop)o(y)g(of)f(it)i(in)0 1042
-y(a)i(welcome)g(message)g(sent)g(when)g(you)f(joined)g(the)h(list,)i
-(and)d(you)g(may)h(also)g(recei)n(v)o(e)f(a)i(reminder)d(of)i(it)g(e)n
-(v)o(ery)f(month.)32 b(It)24 b(is)g(used)0 1141 y(to)d(v)o(erify)e
-(your)g(identity)h(to)g(Mailman)g(so)h(that)g(only)e(the)i(holder)e(of)
-h(the)h(passw)o(ord)f(\(you!\))k(and)c(the)g(administrators)f(can)i
-(vie)n(w)f(and)0 1241 y(change)f(your)g(settings.)0 1388
-y Fh(W)-5 b(ar)o(ning:)24 b Fk(Do)c(NO)m(T)g(use)h(a)f(v)n(aluable)f
-(passw)o(ord)h(for)f(Mailman,)h(since)g(it)h(can)f(be)g(sent)h(in)f
-(plain)g(te)o(xt)g(to)g(you.)0 1673 y Fg(6.1)100 b(Ho)o(w)28
-b(do)g(I)f(get)i(m)o(y)e(pass)m(w)o(ord?)0 1875 y Fk(If)19
-b(you')l(v)o(e)d(for)o(gotten)g(your)i(passw)o(ord)g(and)g(ha)n(v)o
-(en')o(t)f(sa)n(v)o(ed)h(the)h(welcome)f(message)g(or)h(an)o(y)f
-(reminder)f(messages,)i(you)f(can)g(al)o(w)o(ays)0 1975
-y(get)i(a)h(reminder)d(through)g(the)j(web)f(interf)o(ace:)104
-2204 y(1.)41 b(Go)25 b(to)h(the)f(list)i(information)c(page)h(for)h
-(the)h(list)g(from)f(which)g(you)f(wish)i(to)g(get)f(your)f(passw)o
-(ord)h(\(This)g(will)h(probably)e(be)208 2304 y(something)18
-b(lik)o(e)j Fd(http://WEBSER)l(VER/mailman/li)o(stinf)m(o/)o(LIST)o
-(NAME)-6 b Fk(\))104 2470 y(2.)41 b(Look)26 b(for)h(the)g(section)h
-(mark)o(ed)e(\223LISTN)m(AME)h(subscribers\224)f(\(this)i(section)f(is)
-i(usually)e(found)e(near)i(the)h(bottom)e(of)i(the)208
-2570 y(page\).)104 2735 y(3.)41 b(There)17 b(should)g(be)h(a)g(b)n
-(utton)f(mark)o(ed)g(\223Unsubscribe)g(or)g(Edit)h(Options.)-6
-b(\224)24 b(Enter)18 b(your)e(email)i(address)g(in)g(the)g(box)f
-(beside)h(this)208 2835 y(b)n(utton)h(and)g(press)i(the)f(b)n(utton.)
-104 3001 y(4.)41 b(Y)-9 b(ou)22 b(should)h(be)g(brought)e(to)i(a)h(ne)n
-(w)f(page)g(which)g(has)g(an)g(\223P)o(assw)o(ord)g(Reminder\224)f
-(section.)34 b(Press)25 b(the)e(\223Remind\224)f(b)n(utton)208
-3100 y(to)e(ha)n(v)o(e)f(your)g(passw)o(ord)h(emailed)g(to)g(you.)0
-3330 y(If)30 b(you)e(do)i(not)f(recei)n(v)o(e)g(the)h(passw)o(ord)f
+TeXDict begin 8 7 bop 0 86 a Fl(6)120 b(P)-5 b(ass)l(w)o(ords)0
+319 y Fk(Y)c(our)19 b(passw)o(ord)h(w)o(as)h(either)f(set)h(by)e(you)h
+(or)g(generated)e(by)i(Mailman)g(when)f(you)g(subscribed.)24
+b(Y)-9 b(ou)20 b(probably)e(got)i(a)g(cop)o(y)g(of)f(it)i(in)0
+419 y(a)i(welcome)g(message)g(sent)g(when)g(you)f(joined)g(the)h(list,)
+i(and)d(you)g(may)h(also)g(recei)n(v)o(e)f(a)i(reminder)d(of)i(it)g(e)n
+(v)o(ery)f(month.)32 b(It)24 b(is)g(used)0 518 y(to)d(v)o(erify)e(your)
+g(identity)h(to)g(Mailman)g(so)h(that)g(only)e(the)i(holder)e(of)h(the)
+h(passw)o(ord)f(\(you!\))k(and)c(the)g(administrators)f(can)i(vie)n(w)f
+(and)0 618 y(change)f(your)g(settings.)0 765 y Fh(W)-5
+b(ar)o(ning:)24 b Fk(Do)c(NO)m(T)g(use)h(a)f(v)n(aluable)f(passw)o(ord)
+h(for)f(Mailman,)h(since)g(it)h(can)f(be)g(sent)h(in)f(plain)g(te)o(xt)
+g(to)g(you.)0 1047 y Fg(6.1)100 b(Ho)o(w)28 b(do)g(I)f(get)i(m)o(y)e
+(pass)m(w)o(ord?)0 1250 y Fk(If)19 b(you')l(v)o(e)d(for)o(gotten)g
+(your)i(passw)o(ord)g(and)g(ha)n(v)o(en')o(t)f(sa)n(v)o(ed)h(the)h
+(welcome)f(message)g(or)h(an)o(y)f(reminder)f(messages,)i(you)f(can)g
+(al)o(w)o(ays)0 1350 y(get)i(a)h(reminder)d(through)g(the)j(web)f
+(interf)o(ace:)104 1564 y(1.)41 b(Go)25 b(to)h(the)f(list)i
+(information)c(page)h(for)h(the)h(list)g(from)f(which)g(you)f(wish)i
+(to)g(get)f(your)f(passw)o(ord)h(\(This)g(will)h(probably)e(be)208
+1663 y(something)18 b(lik)o(e)j Fd(http://WEBSER)l(VER/mailman/li)o
+(stinf)m(o/)o(LIST)o(NAME)-6 b Fk(\))104 1823 y(2.)41
+b(Look)26 b(for)h(the)g(section)h(mark)o(ed)e(\224LISTN)m(AME)h
+(subscribers\224)f(\(this)i(section)f(is)i(usually)e(found)e(near)i
+(the)h(bottom)e(of)i(the)208 1923 y(page\).)104 2083
+y(3.)41 b(There)17 b(should)g(be)i(a)g(b)n(utton)e(mark)o(ed)g
+(\224Unsubscribe)g(or)h(Edit)h(Options.)-6 b(\224)17
+b(Enter)h(your)f(email)i(address)f(in)g(the)g(box)g(beside)g(this)208
+2182 y(b)n(utton)h(and)g(press)i(the)f(b)n(utton.)104
+2342 y(4.)41 b(Y)-9 b(ou)22 b(should)h(be)g(brought)e(to)i(a)h(ne)n(w)f
+(page)g(which)g(has)g(an)g(\224P)o(assw)o(ord)g(Reminder\224)f
+(section.)34 b(Press)25 b(the)e(\224Remind\224)f(b)n(utton)208
+2442 y(to)e(ha)n(v)o(e)f(your)g(passw)o(ord)h(emailed)g(to)g(you.)0
+2656 y(If)30 b(you)e(do)i(not)f(recei)n(v)o(e)g(the)h(passw)o(ord)f
(reminder)f(email)h(after)h(doing)e(this,)k(mak)o(e)e(sure)f(that)h
-(you)f(typed)g(your)f(email)i(address)0 3429 y(correctly)e(and)h(that)g
+(you)f(typed)g(your)f(email)i(address)0 2756 y(correctly)e(and)h(that)g
(the)h(address)f(you)f(used)h(is,)k(indeed,)d(actually)f(subscribed)f
(to)h(that)h(list.)53 b(F)o(or)29 b(security)g(reasons,)i(Mailman)0
-3529 y(generates)22 b(the)h(same)g(member)e(options)h(page)g(re)o
+2855 y(generates)22 b(the)h(same)g(member)e(options)h(page)g(re)o
(gardless)g(of)g(whether)g(the)h(address)g(entered)e(is)j(subscribed)e
-(or)g(not.)33 b(This)23 b(means)0 3629 y(that)g(people)e(cannot)h(use)h
+(or)g(not.)33 b(This)23 b(means)0 2955 y(that)g(people)e(cannot)h(use)h
(this)g(part)f(of)g(the)h(web)f(interf)o(ace)g(to)h(\002nd)f(out)h(if)f
(someone)g(is)h(subscribed)f(to)g(the)h(list,)h(b)n(ut)f(it)g(also)g
-(means)0 3728 y(that)d(it')-5 b(s)22 b(hard)d(to)h(tell)h(if)g(you)e
-(just)i(made)e(a)i(typo.)0 3875 y(Y)-9 b(ou)20 b(can)g(also)g(get)g(a)h
-(reminder)d(using)i(the)g(email)g(interf)o(ace,)104 4088
+(means)0 3054 y(that)d(it')-5 b(s)22 b(hard)d(to)h(tell)h(if)g(you)e
+(just)i(made)e(a)i(typo.)0 3201 y(Y)-9 b(ou)20 b(can)g(also)g(get)g(a)h
+(reminder)d(using)i(the)g(email)g(interf)o(ace,)104 3402
y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
-Fk(with)j(the)g(command)f Fc(passwor)m(d)208 4221 y Fk(Commands)i(can)h
+Fk(with)j(the)g(command)f Fc(passwor)m(d)208 3532 y Fk(Commands)i(can)h
(appear)f(in)h(either)g(the)g(body)f(or)h(the)g(subject)g(of)g(the)g
(message.)30 b(\(See)23 b(Section)f(3.2)f(for)h(more)f(information)208
-4320 y(about)e(sending)g(mail)h(commands.\))208 4453
+3631 y(about)e(sending)g(mail)h(commands.\))208 3761
y(If)28 b(you)h(are)g(not)f(sending)g(mail)i(from)e(your)g(subscribed)f
(address,)k(you)d(can)h(also)g(specify)g(this)g(address)g(by)g(sending)
-f(the)208 4553 y(command)18 b Fc(passwor)m(d)i(addr)m(ess=)p
-Fb(<)p Fc(ADDRESS)p Fb(>)p Fk(.)0 4837 y Fg(6.2)100 b(Ho)o(w)28
-b(do)g(I)f(change)j(m)o(y)d(pass)m(w)o(ord?)0 5040 y
+f(the)208 3861 y(command)18 b Fc(passwor)m(d)i(addr)m(ess=)p
+Fb(<)p Fc(ADDRESS)p Fb(>)p Fk(.)0 4143 y Fg(6.2)100 b(Ho)o(w)28
+b(do)g(I)f(change)j(m)o(y)d(pass)m(w)o(ord?)0 4346 y
Fh(W)-5 b(ar)o(ning:)24 b Fk(Do)c(NO)m(T)g(use)h(a)f(v)n(aluable)f
(passw)o(ord,)h(since)g(this)h(passw)o(ord)e(may)h(be)g(mailed)g(to)g
-(you)f(in)i(plain)e(te)o(xt.)0 5187 y(From)h(the)g(web)g(interf)o(ace:)
-104 5400 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)
+(you)f(in)i(plain)e(te)o(xt.)0 4493 y(From)h(the)g(web)g(interf)o(ace:)
+104 4693 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)
24 b(\(See)c(Section)g(3.1)g(for)f(instructions)g(on)h(ho)n(w)g(to)g
-(do)g(this.\))p 0 5549 3901 4 v 0 5649 a Ff(8)3325 b(6)84
-b(P)m(ass)n(w)o(ords)p eop end
-%%Page: 9 9
-TeXDict begin 9 8 bop 104 83 a Fk(2.)41 b(Look)22 b(for)i(the)f(passw)o
-(ord)h(changing)e(box)o(es)g(on)i(the)g(right-hand)d(side)j(of)g(the)g
-(page)f(and)g(enter)h(your)f(ne)n(w)g(passw)o(ord)g(in)i(the)208
-183 y(appropriate)17 b(box)o(es,)i(then)h(press)g(the)h(b)n(utton)e
-(mark)o(ed)g(\223Change)g(My)h(P)o(assw)o(ord.)-6 b(\224)0
-396 y(This)25 b(can)f(also)h(be)f(changed)f(for)g(multiple)h(lists)i
+(do)g(this.\))104 4853 y(2.)41 b(Look)22 b(for)i(the)f(passw)o(ord)h
+(changing)e(box)o(es)g(on)i(the)g(right-hand)d(side)j(of)g(the)g(page)f
+(and)g(enter)h(your)f(ne)n(w)g(passw)o(ord)g(in)i(the)208
+4953 y(appropriate)17 b(box)o(es,)i(then)h(press)g(the)h(b)n(utton)e
+(mark)o(ed)g(\224Change)g(My)h(P)o(assw)o(ord.)-6 b(\224)0
+5154 y(This)25 b(can)f(also)h(be)f(changed)f(for)g(multiple)h(lists)i
(at)f(the)f(same)h(time)g(if)f(you)g(are)g(subscribed)f(to)i(more)f
-(than)g(one)f(list)j(on)e(the)g(same)0 496 y(domain.)g(See)c(Section)g
+(than)g(one)f(list)j(on)e(the)g(same)0 5253 y(domain.)g(See)c(Section)g
(10.1)f(for)h(information)d(about)j(changing)e(settings)i(globally)-5
-b(.)0 642 y(From)20 b(the)g(email)g(interf)o(ace:)104
-856 y(1.)41 b(Send)187 b(a)g(mail)h(to)f Fd(LISTNAME-request@DOMAIN)e
-Fk(with)i(the)g(command)f Fc(pass-)208 955 y(wor)m(d)20
-b Fb(<)p Fc(OLDP)-7 b(ASSW)n(ORD)p Fb(>)18 b(<)p Fc(NEWP)-7
-b(ASSW)n(ORD)p Fb(>)p Fk(.)208 1088 y(Commands)21 b(can)h(appear)f(in)h
-(either)g(the)g(body)f(or)h(the)g(subject)g(of)g(the)g(message.)30
-b(\(See)23 b(Section)f(3.2)f(for)h(more)f(information)208
-1188 y(about)e(sending)g(mail)h(commands.\))208 1321
-y(If)47 b(you)f(are)i(not)f(sending)f(mail)i(from)f(your)f(membership)f
-(address,)54 b(you)46 b(can)i(also)g(specify)e(this)i(address)f(with)
-208 1420 y Fc(addr)m(ess=)p Fb(<)p Fc(ADDRESS)p Fb(>)17
-b Fk(after)j Fb(<)p Fk(NEWP)-8 b(ASSW)o(ORD)p Fb(>)p
-Fk(.)208 1553 y(F)o(or)21 b(e)o(xample,)f(if)i Fd(kath)n(y@here)o(.com)
-d Fk(w)o(anted)j(to)f(change)f(her)i Fc(mylist)i Fk(passw)o(ord)c(from)
-h Fc(zir)m(c)h Fk(to)g Fc(mik)o(o)p Fk(,)g(b)n(ut)g(she)f(w)o(as)i
-(sending)208 1653 y(mail)g(from)f(her)g(w)o(ork)h(address)f
-Fd(kath)n(y@w)o(or)q(k.com)p Fk(,)i(she)f(could)f(send)h(a)g(message)g
-(to)g Fd(m)o(ylist-request@e)n(xample)o(.com)c Fk(with)208
-1752 y(the)h(subject)g(set)h(to)f Fc(passwor)m(d)g(zir)m(c)h(mik)o(o)g
-(addr)m(ess=kathy@her)m(e)o(.com)p Fk(.)0 2037 y Fg(6.3)100
+b(.)0 5400 y(From)20 b(the)g(email)g(interf)o(ace:)p
+0 5549 3901 4 v 0 5649 a Ff(8)3325 b(6)84 b(P)m(ass)n(w)o(ords)p
+eop end
+%%Page: 9 9
+TeXDict begin 9 8 bop 104 83 a Fk(1.)41 b(Send)187 b(a)g(mail)h(to)f
+Fd(LISTNAME-request@DOMAIN)e Fk(with)i(the)g(command)f
+Fc(pass-)208 183 y(wor)m(d)20 b Fb(<)p Fc(OLDP)-7 b(ASSW)n(ORD)p
+Fb(>)18 b(<)p Fc(NEWP)-7 b(ASSW)n(ORD)p Fb(>)p Fk(.)208
+311 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g(body)f(or)h(the)
+g(subject)g(of)g(the)g(message.)30 b(\(See)23 b(Section)f(3.2)f(for)h
+(more)f(information)208 411 y(about)e(sending)g(mail)h(commands.\))208
+540 y(If)47 b(you)f(are)i(not)f(sending)f(mail)i(from)f(your)f
+(membership)f(address,)54 b(you)46 b(can)i(also)g(specify)e(this)i
+(address)f(with)208 639 y Fc(addr)m(ess=)p Fb(<)p Fc(ADDRESS)p
+Fb(>)17 b Fk(after)j Fb(<)p Fk(NEWP)-8 b(ASSW)o(ORD)p
+Fb(>)p Fk(.)208 768 y(F)o(or)21 b(e)o(xample,)f(if)i
+Fd(kath)n(y@here)o(.com)d Fk(w)o(anted)j(to)f(change)f(her)i
+Fc(mylist)i Fk(passw)o(ord)c(from)h Fc(zir)m(c)h Fk(to)g
+Fc(mik)o(o)p Fk(,)g(b)n(ut)g(she)f(w)o(as)i(sending)208
+868 y(mail)g(from)f(her)g(w)o(ork)h(address)f Fd(kath)n(y@w)o(or)q
+(k.com)p Fk(,)i(she)f(could)f(send)h(a)g(message)g(to)g
+Fd(m)o(ylist-request@e)n(xample)o(.com)c Fk(with)208
+967 y(the)h(subject)g(set)h(to)f Fc(passwor)m(d)g(zir)m(c)h(mik)o(o)g
+(addr)m(ess=kathy@her)m(e)o(.com)p Fk(.)0 1249 y Fg(6.3)100
b(Ho)o(w)28 b(do)g(I)f(tur)r(n)i(pass)m(w)o(ord)g(reminders)h(on)e(or)h
-(off?)34 b(\(reminders)c(option\))0 2240 y Fk(If)25 b(you)f(don')o(t)g
+(off?)34 b(\(reminders)c(option\))0 1451 y Fk(If)25 b(you)f(don')o(t)g
(wish)h(to)h(the)f(reminder)e(email)j(including)d(your)h(passw)o(ord)h
(e)n(v)o(ery)e(month,)i(you)g(can)g(disable)g(it)h(from)e(the)h(member)
-0 2340 y(options)15 b(page.)22 b(\(Y)-9 b(ou)15 b(can)h(al)o(w)o(ays)g
+0 1551 y(options)15 b(page.)22 b(\(Y)-9 b(ou)15 b(can)h(al)o(w)o(ays)g
(get)g(the)f(passw)o(ord)g(mailed)g(out)h(when)f(you)g(actually)g(w)o
(ant)g(it.)25 b(See)16 b(Section)f(6.1)g(for)g(instructions.\))0
-2487 y(Using)20 b(the)g(web)g(interf)o(ace:)104 2700
+1698 y(Using)20 b(the)g(web)g(interf)o(ace:)104 1895
y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
b(\(See)c(Section)g(3.1)g(for)f(instructions)g(on)h(ho)n(w)g(to)g(do)g
-(this.\))104 2866 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f
-(\223Get)i(passw)o(ord)e(reminder)g(email)h(for)f(this)i(list?\224)26
-b(and)20 b(change)f(the)h(v)n(alue)f(accordingly)-5 b(.)0
-3079 y(This)25 b(can)f(also)h(be)f(changed)f(for)g(multiple)h(lists)i
+(this.\))104 2053 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f
+(\224Get)i(passw)o(ord)e(reminder)g(email)h(for)f(this)i(list?\224)g
+(and)f(change)f(the)h(v)n(alue)f(accordingly)-5 b(.)0
+2249 y(This)25 b(can)f(also)h(be)f(changed)f(for)g(multiple)h(lists)i
(at)f(the)f(same)h(time)g(if)f(you)g(are)g(subscribed)f(to)i(more)f
-(than)g(one)f(list)j(on)e(the)g(same)0 3179 y(domain.)g(See)c(Section)g
+(than)g(one)f(list)j(on)e(the)g(same)0 2349 y(domain.)g(See)c(Section)g
(10.1)f(for)h(information)d(about)j(changing)e(settings)i(globally)-5
-b(.)0 3326 y(Using)20 b(the)g(email)h(interf)o(ace:)104
-3539 y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
+b(.)0 2496 y(Using)20 b(the)g(email)h(interf)o(ace:)104
+2693 y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
Fk(with)j(the)g(command)f Fc(set)i(r)m(eminder)o(s)f(on)g
Fk(or)g Fc(set)h(r)m(eminder)o(s)f(of)o(f)12 b Fk(.)208
-3672 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g(body)f(or)h
+2821 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g(body)f(or)h
(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23 b(Section)f(3.2)f
-(for)h(more)f(information)208 3772 y(about)e(sending)g(mail)h
-(commands.\))104 3938 y(2.)41 b(Set)20 b(it)h(to)g(\223on\224)e(to)i
-(recei)n(v)o(e)e(reminders,)f(and)i(\223of)n(f)5 b(\224)19
-b(to)h(stop)g(recei)n(ving)f(reminders.)0 4265 y Fl(7)120
-b(Changing)36 b(mail)c(deliv)m(er)t(y)0 4514 y Fg(7.1)100
-b(Ho)o(w)28 b(do)g(I)f(tur)r(n)i(mail)g(deliv)n(er)s(y)f(on)g(or)h
-(off?)34 b(\(deliv)n(er)s(y)29 b(option\))0 4717 y Fk(Y)-9
-b(ou)23 b(may)g(wish)h(to)f(temporarily)f(stop)h(getting)g(messages)h
-(from)e(the)i(list)g(without)f(ha)n(ving)f(to)i(unsubscribe.)33
-b(If)24 b(you)e(disable)h(mail)0 4817 y(deli)n(v)o(ery)-5
-b(,)24 b(you)g(will)i(no)e(longer)g(recei)n(v)o(e)g(messages,)i(b)n(ut)
-f(will)h(still)g(be)f(a)g(subscriber)f(and)h(will)g(retain)g(your)f
-(passw)o(ord)g(and)g(other)0 4917 y(settings.)0 5063
-y(This)f(can)g(be)g(handy)e(in)i(a)h(man)o(y)d(dif)n(ferent)g(cases.)34
-b(F)o(or)23 b(e)o(xample,)f(you)g(could)g(be)h(going)e(on)i(v)n
-(acation)f(or)g(need)g(a)i(break)e(from)g(the)0 5163
-y(list)i(because)d(you')l(re)g(too)h(b)n(usy)g(to)h(read)f(an)o(y)g(e)o
-(xtra)g(mail.)32 b(Man)o(y)21 b(mailing)h(lists)i(also)f(allo)n(w)f
-(only)g(subscribers)f(to)i(post)g(to)f(the)h(list,)0
-5263 y(so)f(if)f(you)g(commonly)e(send)i(mail)g(from)f(more)h(than)f
+(for)h(more)f(information)208 2921 y(about)e(sending)g(mail)h
+(commands.\))104 3079 y(2.)41 b(Set)20 b(it)h(to)g(\224on\224)e(to)i
+(recei)n(v)o(e)e(reminders,)f(and)i(\224of)n(f\224)f(to)h(stop)g(recei)
+n(ving)f(reminders.)0 3403 y Fl(7)120 b(Changing)36 b(mail)c(deliv)m
+(er)t(y)0 3652 y Fg(7.1)100 b(Ho)o(w)28 b(do)g(I)f(tur)r(n)i(mail)g
+(deliv)n(er)s(y)f(on)g(or)h(off?)34 b(\(deliv)n(er)s(y)29
+b(option\))0 3855 y Fk(Y)-9 b(ou)23 b(may)g(wish)h(to)f(temporarily)f
+(stop)h(getting)g(messages)h(from)e(the)i(list)g(without)f(ha)n(ving)f
+(to)i(unsubscribe.)33 b(If)24 b(you)e(disable)h(mail)0
+3955 y(deli)n(v)o(ery)-5 b(,)24 b(you)g(will)i(no)e(longer)g(recei)n(v)
+o(e)g(messages,)i(b)n(ut)f(will)h(still)g(be)f(a)g(subscriber)f(and)h
+(will)g(retain)g(your)f(passw)o(ord)g(and)g(other)0 4054
+y(settings.)0 4201 y(This)f(can)g(be)g(handy)e(in)i(a)h(man)o(y)d(dif)n
+(ferent)g(cases.)34 b(F)o(or)23 b(e)o(xample,)f(you)g(could)g(be)h
+(going)e(on)i(v)n(acation)f(or)g(need)g(a)i(break)e(from)g(the)0
+4301 y(list)i(because)d(you')l(re)g(too)h(b)n(usy)g(to)h(read)f(an)o(y)
+g(e)o(xtra)g(mail.)32 b(Man)o(y)21 b(mailing)h(lists)i(also)f(allo)n(w)
+f(only)g(subscribers)f(to)i(post)g(to)f(the)h(list,)0
+4400 y(so)f(if)f(you)g(commonly)e(send)i(mail)g(from)f(more)h(than)f
(one)h(address)g(\(e)o(g,)f(one)h(address)g(for)g(at)g(home)g(and)f
-(another)g(for)h(when)f(you')l(re)0 5362 y(tra)n(v)o(elling\),)e(you)i
+(another)g(for)h(when)f(you')l(re)0 4500 y(tra)n(v)o(elling\),)e(you)i
(may)f(w)o(ant)i(to)f(ha)n(v)o(e)g(more)f(than)h(one)f(subscribed)g
(account,)g(b)n(ut)h(ha)n(v)o(e)f(only)h(one)f(of)h(them)g(actually)g
-(recei)n(v)o(e)f(mail.)p 0 5549 3901 4 v 0 5649 a Ff(6.3)83
-b(Ho)o(w)23 b(do)h(I)f(tur)r(n)g(pass)n(w)o(ord)f(reminders)h(on)h(or)e
-(off?)29 b(\(reminders)23 b(option\))1319 b(9)p eop end
+(recei)n(v)o(e)f(mail.)0 4600 y(Y)-9 b(ou)27 b(can)g(also)h(use)g(this)
+g(as)g(a)g(w)o(ay)g(to)f(read)g(pri)n(v)n(ate)g(archi)n(v)o(es)f(e)n(v)
+o(en)h(on)g(a)h(list)g(which)f(may)g(be)h(too)f(b)n(usy)g(for)g(you)g
+(to)g(ha)n(v)o(e)g(sent)0 4699 y(directly)22 b(to)h(your)f(mailbox.)31
+b(All)24 b(you)e(need)g(to)h(do)g(is)h(subscribe,)e(disable)h(mail)g
+(deli)n(v)o(ery)-5 b(,)21 b(and)h(use)h(your)f(passw)o(ord)g(and)g
+(email)h(to)0 4799 y(log)d(in)g(to)h(the)f(archi)n(v)o(es.)0
+4946 y(T)-7 b(o)20 b(disable/enable)f(mail)h(deli)n(v)o(ery)f(using)h
+(the)g(web)g(interf)o(ace:)104 5143 y(1.)41 b(Log)19
+b(in)h(to)h(your)e(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f
+(instructions.\))104 5300 y(2.)41 b(Go)21 b(do)n(wn)f(to)i(the)f
+(section)g(mark)o(ed)g(\224Mail)g(deli)n(v)o(ery\224)f(and)h(select)h
+(\224Disabled\224)e(to)i(stop)f(recei)n(ving)f(mail,)i(and)f
+(\224Enabled\224)e(to)208 5400 y(start)h(recei)n(ving)f(mail.)p
+0 5549 3901 4 v 0 5649 a Ff(6.3)83 b(Ho)o(w)23 b(do)h(I)f(tur)r(n)g
+(pass)n(w)o(ord)f(reminders)h(on)h(or)e(off?)29 b(\(reminders)23
+b(option\))1319 b(9)p eop end
%%Page: 10 10
-TeXDict begin 10 9 bop 0 83 a Fk(Y)-9 b(ou)27 b(can)g(also)h(use)g
-(this)g(as)g(a)g(w)o(ay)g(to)f(read)g(pri)n(v)n(ate)g(archi)n(v)o(es)f
-(e)n(v)o(en)h(on)g(a)h(list)g(which)f(may)g(be)h(too)f(b)n(usy)g(for)g
-(you)g(to)g(ha)n(v)o(e)g(sent)0 183 y(directly)22 b(to)h(your)f
-(mailbox.)31 b(All)24 b(you)e(need)g(to)h(do)g(is)h(subscribe,)e
-(disable)h(mail)g(deli)n(v)o(ery)-5 b(,)21 b(and)h(use)h(your)f(passw)o
-(ord)g(and)g(email)h(to)0 282 y(log)d(in)g(to)h(the)f(archi)n(v)o(es.)0
-429 y(T)-7 b(o)20 b(disable/enable)f(mail)h(deli)n(v)o(ery)f(using)h
-(the)g(web)g(interf)o(ace:)104 636 y(1.)41 b(Log)19 b(in)h(to)h(your)e
-(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(instructions.\))104
-799 y(2.)41 b(Go)21 b(do)n(wn)f(to)i(the)f(section)g(mark)o(ed)g
-(\223Mail)g(deli)n(v)o(ery\224)f(and)h(select)h(\223Disabled\224)e(to)i
-(stop)f(recei)n(ving)f(mail,)i(and)f(\223Enabled\224)e(to)208
-898 y(start)h(recei)n(ving)f(mail.)0 1105 y(This)25 b(can)f(also)h(be)f
-(changed)f(for)g(multiple)h(lists)i(at)f(the)f(same)h(time)g(if)f(you)g
-(are)g(subscribed)f(to)i(more)f(than)g(one)f(list)j(on)e(the)g(same)0
-1205 y(domain.)g(See)c(Section)g(10.1)f(for)h(information)d(about)j
-(changing)e(settings)i(globally)-5 b(.)0 1352 y(T)e(o)20
+TeXDict begin 10 9 bop 0 83 a Fk(This)25 b(can)f(also)h(be)f(changed)f
+(for)g(multiple)h(lists)i(at)f(the)f(same)h(time)g(if)f(you)g(are)g
+(subscribed)f(to)i(more)f(than)g(one)f(list)j(on)e(the)g(same)0
+183 y(domain.)g(See)c(Section)g(10.1)f(for)h(information)d(about)j
+(changing)e(settings)i(globally)-5 b(.)0 330 y(T)e(o)20
b(disable/enable)f(mail)h(deli)n(v)o(ery)f(using)h(the)g(email)g
-(interf)o(ace:)104 1559 y(1.)41 b(Send)19 b(a)i(mail)f(to)h
+(interf)o(ace:)104 543 y(1.)41 b(Send)19 b(a)i(mail)f(to)h
Fd(LISTNAME-request@DOMAIN)c Fk(with)j(the)g(command)f
Fc(set)i(delivery)f(of)o(f)32 b Fk(or)20 b Fc(set)h(delivery)f(on)p
-Fk(.)208 1690 y(Commands)h(can)h(appear)f(in)h(either)g(the)g(body)f
-(or)h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23
-b(Section)f(3.2)f(for)h(more)f(information)208 1790 y(about)e(sending)g
-(mail)h(commands.\))104 1952 y(2.)41 b(Set)20 b(it)h(to)g(\223of)n(f)5
-b(\224)18 b(to)j(stop)f(recei)n(ving)f(posts,)h(and)f(\223on\224)h(to)g
-(start)h(recei)n(ving)e(them)g(again.)0 2236 y Fg(7.2)100
-b(Ho)o(w)28 b(can)g(I)f(a)n(v)n(oid)i(getting)f(duplicate)i(messages?)
-35 b(\(duplicates)30 b(option\))0 2439 y Fk(Mailman)20
-b(can')o(t)h(completely)e(stop)i(you)f(from)g(getting)h(duplicate)f
-(messages,)h(b)n(ut)g(it)h(can)f(help.)27 b(One)21 b(common)e(reason)i
-(people)f(get)0 2538 y(multiple)k(copies)f(of)h(a)h(mail)g(is)g(that)f
-(the)g(sender)g(has)g(used)g(a)h(\223group)d(reply\224)h(function)g(to)
-h(send)g(mail)h(to)f(both)f(the)i(list)g(and)f(some)0
-2638 y(number)e(of)h(indi)n(viduals.)34 b(If)24 b(you)e(w)o(ant)i(to)g
-(a)n(v)n(oid)f(getting)g(these)h(messages,)g(Mailman)f(can)h(be)f(set)i
-(to)f(check)f(and)g(see)h(if)g(you)f(are)0 2738 y(in)f(the)f
-Fd(T)-9 b(o:)27 b Fk(or)22 b Fd(CC:)f Fk(lines)h(of)f(the)h(message.)28
+Fk(.)208 676 y(Commands)h(can)h(appear)f(in)h(either)g(the)g(body)f(or)
+h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23 b(Section)f(3.2)f
+(for)h(more)f(information)208 775 y(about)e(sending)g(mail)h
+(commands.\))104 941 y(2.)41 b(Set)20 b(it)h(to)g(\224of)n(f\224)e(to)h
+(stop)g(recei)n(ving)f(posts,)h(and)g(\224on\224)f(to)i(start)f(recei)n
+(ving)f(them)h(again.)0 1226 y Fg(7.2)100 b(Ho)o(w)28
+b(can)g(I)f(a)n(v)n(oid)i(getting)f(duplicate)i(messages?)35
+b(\(duplicates)30 b(option\))0 1429 y Fk(Mailman)20 b(can')o(t)h
+(completely)e(stop)i(you)f(from)g(getting)h(duplicate)f(messages,)h(b)n
+(ut)g(it)h(can)f(help.)27 b(One)21 b(common)e(reason)i(people)f(get)0
+1529 y(multiple)k(copies)f(of)h(a)h(mail)g(is)g(that)f(the)g(sender)g
+(has)g(used)g(a)h(\224group)d(reply\224)h(function)g(to)h(send)g(mail)h
+(to)f(both)f(the)i(list)g(and)f(some)0 1628 y(number)e(of)h(indi)n
+(viduals.)34 b(If)24 b(you)e(w)o(ant)i(to)g(a)n(v)n(oid)f(getting)g
+(these)h(messages,)g(Mailman)f(can)h(be)f(set)i(to)f(check)f(and)g(see)
+h(if)g(you)f(are)0 1728 y(in)f(the)f Fd(T)-9 b(o:)27
+b Fk(or)22 b Fd(CC:)f Fk(lines)h(of)f(the)h(message.)28
b(If)22 b(your)e(address)h(appears)f(there,)h(then)g(Mailman)g(can)g
-(be)h(told)f(not)g(to)h(deli)n(v)o(er)e(another)0 2837
-y(cop)o(y)26 b(to)i(you.)45 b(This)27 b(means)g(you)f(get)i(only)e(the)
-h(cop)o(y)f(sent)i(by)f(the)g(original)f(sender)m(,)i(and)e(not)h(a)h
-(cop)o(y)e(which)h(been)f(altered)h(by)0 2937 y(Mailman)20
-b(\(to)g(include)f(headers)g(and)h(footers,)f(strip)h(attachments,)f
-(etc.\).)0 3084 y(T)-7 b(o)20 b(turn)g(this)h(on)e(or)h(of)n(f)g(using)
-f(the)i(web)f(interf)o(ace:)104 3291 y(1.)41 b(Log)19
-b(in)h(to)h(your)e(member)g(options)g(page.)24 b(\(See)c(Section)g(3.1)
-g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)f(this.\))104
-3454 y(2.)41 b(Scroll)19 b(do)n(wn)g(to)i(the)f(bottom)f(of)g(the)h
-(page)g(to)g(the)g(section)g(mark)o(ed)e(\223)-7 b(A)h(v)n(oid)20
-b(duplicate)f(copies)h(of)f(messages?\224)25 b(and)20
-b(change)208 3553 y(the)g(v)n(alue)f(accordingly)-5 b(.)0
-3760 y(This)25 b(can)f(also)h(be)f(changed)f(for)g(multiple)h(lists)i
-(at)f(the)f(same)h(time)g(if)f(you)g(are)g(subscribed)f(to)i(more)f
-(than)g(one)f(list)j(on)e(the)g(same)0 3860 y(domain.)g(See)c(Section)g
-(10.1)f(for)h(information)d(about)j(changing)e(settings)i(globally)-5
-b(.)0 4007 y(T)e(o)20 b(turn)g(this)h(on)e(or)h(of)n(f)g(using)f(the)i
-(email)f(interf)o(ace:)104 4213 y(1.)41 b(Send)19 b(a)i(mail)f(to)h
+(be)h(told)f(not)g(to)h(deli)n(v)o(er)e(another)0 1828
+y(cop)o(y)f(to)i(you.)0 1974 y(T)-7 b(o)20 b(turn)g(this)h(on)e(or)h
+(of)n(f)g(using)f(the)i(web)f(interf)o(ace:)104 2188
+y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
+b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
+f(this.\))104 2354 y(2.)41 b(Scroll)19 b(do)n(wn)g(to)h(the)g(bottom)f
+(of)h(the)g(page)f(to)h(the)g(section)g(mark)o(ed)e(\224A)-6
+b(v)n(oid)20 b(duplicate)e(copies)i(of)g(messages?\224)f(and)h(change)
+208 2453 y(the)g(v)n(alue)f(accordingly)-5 b(.)0 2667
+y(This)25 b(can)f(also)h(be)f(changed)f(for)g(multiple)h(lists)i(at)f
+(the)f(same)h(time)g(if)f(you)g(are)g(subscribed)f(to)i(more)f(than)g
+(one)f(list)j(on)e(the)g(same)0 2766 y(domain.)g(See)c(Section)g(10.1)f
+(for)h(information)d(about)j(changing)e(settings)i(globally)-5
+b(.)0 2913 y(T)e(o)20 b(turn)g(this)h(on)e(or)h(of)n(f)g(using)f(the)i
+(email)f(interf)o(ace:)104 3127 y(1.)41 b(Send)19 b(a)i(mail)f(to)h
Fd(LISTNAME-request@DOMAIN)c Fk(with)j(the)g(command)f
Fc(set)i(duplicates)e(on)g Fk(or)h Fc(set)h(duplicates)e(of)o(f)12
-b Fk(.)208 4345 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g
+b Fk(.)208 3259 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g
(body)f(or)h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23
-b(Section)f(3.2)f(for)h(more)f(information)208 4444 y(about)e(sending)g
-(mail)h(commands.\))104 4607 y(2.)41 b(Set)30 b(it)g(to)g(\223on\224)f
-(to)g(recei)n(v)o(e)g(list)h(copies)g(of)f(messages)g(already)g(sent)h
-(to)f(you,)i(set)f(it)h(to)e(\223of)n(f)5 b(\224)29 b(to)g(a)n(v)n(oid)
-g(recei)n(ving)f(these)208 4707 y(duplicates.)0 4990
-y Fg(7.3)100 b(Ho)o(w)28 b(do)g(I)f(change)j(m)o(y)d(subscr)q(iption)j
-(address?)0 5193 y Fk(T)-7 b(o)20 b(change)f(your)g(subscription)g
-(address,)104 5400 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
-(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g
-(on)g(ho)n(w)f(to)i(do)f(this.\))p 0 5549 3901 4 v 0
-5649 a Ff(10)2839 b(7)83 b(Changing)24 b(mail)h(deliv)n(er)r(y)p
-eop end
-%%Page: 11 11
-TeXDict begin 11 10 bop 104 83 a Fk(2.)41 b(In)19 b(the)i(section)f
-(mark)o(ed)f(\223Changing)f(your)h(LISTN)m(AME)g(membership)g
-(information,)-6 b(\224)17 b(enter)j(your)f(ne)n(w)h(address.)104
-247 y(3.)41 b(If)18 b(you)g(wish)h(to)f(change)g(your)f(address)h(for)g
+b(Section)f(3.2)f(for)h(more)f(information)208 3359 y(about)e(sending)g
+(mail)h(commands.\))104 3525 y(2.)41 b(Set)30 b(it)g(to)g(\224on\224)f
+(to)h(recei)n(v)o(e)f(list)i(copies)e(of)h(messages)g(already)e(sent)i
+(to)g(you,)h(set)g(it)f(to)g(\224of)n(f\224)f(to)h(a)n(v)n(oid)f(recei)
+n(ving)f(these)208 3625 y(duplicates.)0 3910 y Fg(7.3)100
+b(Ho)o(w)28 b(do)g(I)f(change)j(m)o(y)d(subscr)q(iption)j(address?)0
+4112 y Fk(T)-7 b(o)20 b(change)f(your)g(subscription)g(address,)104
+4326 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
+b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
+f(this.\))104 4492 y(2.)41 b(In)19 b(the)i(section)f(mark)o(ed)f
+(\224Changing)f(your)h(LISTN)m(AME)g(membership)g(information,)-6
+b(\224)17 b(enter)j(your)f(ne)n(w)h(address.)104 4658
+y(3.)41 b(If)18 b(you)g(wish)h(to)f(change)g(your)f(address)h(for)g
(all)h(subscriptions)e(using)h(the)h(old)f(address,)g(select)h(the)g
-(\223Change)f(globally\224)f(box.)208 347 y(If)25 b(you)g(ha)n(v)o(e)g
+(\224Change)f(globally\224)f(box.)208 4757 y(If)25 b(you)g(ha)n(v)o(e)g
(subscriptions)g(under)f(another)h(address)g(or)g(for)h(lists)h(on)e(a)
h(dif)n(ferent)f(domain,)g(these)h(will)h(ha)n(v)o(e)e(to)h(be)g(done)
-208 447 y(separately)-5 b(.)23 b(See)e(Section)f(10.1)f(for)g(more)h
+208 4857 y(separately)-5 b(.)23 b(See)e(Section)f(10.1)f(for)g(more)h
(information)d(about)j(changing)e(settings)i(globally)-5
-b(.)0 657 y(A)18 b(con\002rmation)e(message)i(will)g(be)g(sent)g(to)g
-(your)e(ne)n(w)i(address,)f(and)h(the)f(change)g(will)h(not)g(happen)e
-(until)i(you)e(con\002rm)h(the)h(change)0 756 y(by)i(follo)n(wing)e
-(the)j(instructions)e(in)h(that)g(message.)0 903 y(There)f(is)h(no)f
-(special)g(w)o(ay)h(to)f(do)g(this)h(from)e(the)h(email)h(interf)o
-(ace,)e(b)n(ut)i(you)e(can)h(subscribe)g(and)f(unsubscribe)g(for)h
-(more)f(or)h(less)i(the)0 1003 y(same)f(ef)n(fect.)25
-b(\(See)20 b(Sections)g(5.1)g(and)f(5.2)h(for)f(more)h(information)e
-(on)h(subscribing)g(and)h(unsubscribing.\))0 1287 y Fg(7.4)100
-b(Ho)o(w)28 b(do)g(I)f(stop)h(or)h(star)t(t)e(getting)i(copies)g(of)e
-(m)o(y)g(o)o(wn)h(posts?)35 b(\(m)o(yposts)27 b(option\))0
-1490 y Fk(By)h(def)o(ault)e(in)h(Mailman,)h(you)f(get)g(a)h(cop)o(y)e
-(of)h(e)n(v)o(ery)f(post)h(you)f(send)h(to)g(the)h(list.)47
-b(Some)26 b(people)g(lik)o(e)i(this)g(since)f(it)h(lets)g(them)0
-1590 y(kno)n(w)23 b(when)g(the)h(post)g(has)g(gone)e(through)g(and)h
+b(.)0 5070 y(There)19 b(is)h(no)f(special)g(w)o(ay)h(to)f(do)g(this)h
+(from)e(the)h(email)h(interf)o(ace,)e(b)n(ut)i(you)e(can)h(subscribe)g
+(and)f(unsubscribe)g(for)h(more)f(or)h(less)i(the)0 5170
+y(same)f(ef)n(fect.)25 b(\(See)20 b(Sections)g(5.1)g(and)f(5.2)h(for)f
+(more)h(information)e(on)h(subscribing)g(and)h(unsubscribing.\))p
+0 5549 3901 4 v 0 5649 a Ff(10)2839 b(7)83 b(Changing)24
+b(mail)h(deliv)n(er)r(y)p eop end
+%%Page: 11 11
+TeXDict begin 11 10 bop 0 83 a Fg(7.4)100 b(Ho)o(w)28
+b(do)g(I)f(stop)h(or)h(star)t(t)e(getting)i(copies)g(of)e(m)o(y)g(o)o
+(wn)h(posts?)35 b(\(m)o(yposts)27 b(option\))0 286 y
+Fk(By)h(def)o(ault)e(in)h(Mailman,)h(you)f(get)g(a)h(cop)o(y)e(of)h(e)n
+(v)o(ery)f(post)h(you)f(send)h(to)g(the)h(list.)47 b(Some)26
+b(people)g(lik)o(e)i(this)g(since)f(it)h(lets)g(them)0
+386 y(kno)n(w)23 b(when)g(the)h(post)g(has)g(gone)e(through)g(and)h
(means)h(the)o(y)f(ha)n(v)o(e)g(a)i(cop)o(y)e(of)g(their)h(o)n(wn)f(w)o
-(ords)g(with)h(the)g(rest)g(of)g(a)g(discussion,)0 1689
+(ords)g(with)h(the)g(rest)g(of)g(a)g(discussion,)0 485
y(b)n(ut)c(others)g(don')o(t)e(w)o(ant)j(to)f(bother)f(do)n(wnloading)e
-(copies)j(of)g(their)g(o)n(wn)f(posts.)0 1836 y Fh(Note:)24
+(copies)j(of)g(their)g(o)n(wn)f(posts.)0 632 y Fh(Note:)24
b Fk(This)d(option)e(has)h(no)g(ef)n(fect)g(if)g(you)f(are)h(recei)n
-(ving)f(digests.)0 1983 y(Y)-9 b(ou)20 b(may)f(also)i(w)o(ant)f(to)g
+(ving)f(digests.)0 779 y(Y)-9 b(ou)20 b(may)f(also)i(w)o(ant)f(to)g
(see)h(Section)f(7.5,)f(which)h(discusses)h(ackno)n(wledgement)c
-(emails)j(for)g(posts)g(sent)h(to)f(the)g(list.)0 2130
+(emails)j(for)g(posts)g(sent)h(to)f(the)g(list.)0 926
y(T)-7 b(o)20 b(set)h(this)g(using)f(the)g(web)g(interf)o(ace:)104
-2340 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
+1137 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
-f(this.\))104 2504 y(2.)41 b(Look)19 b(for)g(the)i(section)f(mark)o(ed)
-f(\223Recei)n(v)o(e)g(your)g(o)n(wn)h(posts)h(to)f(the)g(list?\224)27
-b(Set)21 b(it)g(to)f(\223Y)-8 b(es\224)20 b(to)h(recei)n(v)o(e)e
-(copies)h(of)g(your)f(o)n(wn)208 2604 y(posts,)h(and)f(\223No\224)h(to)
-h(a)n(v)n(oid)f(recei)n(ving)e(them.)0 2814 y(T)-7 b(o)20
-b(set)h(this)g(using)f(the)g(email)g(interf)o(ace:)104
-3024 y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
-Fk(with)j(the)g(command)f Fc(set)i(myposts)f(on)g Fk(or)g
-Fc(set)h(myposts)f(of)o(f)12 b Fk(.)208 3156 y(Commands)21
-b(can)h(appear)f(in)h(either)g(the)g(body)f(or)h(the)g(subject)g(of)g
-(the)g(message.)30 b(\(See)23 b(Section)f(3.2)f(for)h(more)f
-(information)208 3256 y(about)e(sending)g(mail)h(commands.\))104
-3420 y(2.)41 b(Set)20 b(it)h(to)g(\223on\224)e(to)i(recei)n(v)o(e)e
-(copies)h(of)f(your)g(o)n(wn)h(posts,)g(and)g(\223of)n(f)5
-b(\224)19 b(to)h(a)n(v)n(oid)g(recei)n(ving)e(them.)0
-3704 y Fg(7.5)100 b(Ho)o(w)28 b(can)i(I)e(get)h(Mailman)h(to)e(tell)h
+f(this.\))104 1302 y(2.)41 b(Look)19 b(for)h(the)g(section)h(mark)o(ed)
+e(\224Recei)n(v)o(e)h(your)f(o)n(wn)h(posts)h(to)g(the)f(list?\224)i
+(Set)f(it)g(to)g(\224Y)-8 b(es\224)20 b(to)h(recei)n(v)o(e)e(copies)i
+(of)f(your)f(o)n(wn)208 1402 y(posts,)h(and)f(\224No\224)h(to)h(a)n(v)n
+(oid)f(recei)n(ving)e(them.)0 1613 y(T)-7 b(o)20 b(set)h(this)g(using)f
+(the)g(email)g(interf)o(ace:)104 1824 y(1.)41 b(Send)19
+b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c Fk(with)j(the)g(command)
+f Fc(set)i(myposts)f(on)g Fk(or)g Fc(set)h(myposts)f(of)o(f)12
+b Fk(.)208 1957 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g
+(body)f(or)h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23
+b(Section)f(3.2)f(for)h(more)f(information)208 2056 y(about)e(sending)g
+(mail)h(commands.\))104 2221 y(2.)41 b(Set)20 b(it)h(to)g(\224on\224)e
+(to)i(recei)n(v)o(e)e(copies)h(of)f(your)g(o)n(wn)h(posts,)g(and)g
+(\224of)n(f\224)f(to)h(a)n(v)n(oid)g(recei)n(ving)f(them.)0
+2506 y Fg(7.5)100 b(Ho)o(w)28 b(can)i(I)e(get)h(Mailman)h(to)e(tell)h
(me)g(when)h(m)o(y)e(post)g(has)h(been)i(receiv)n(ed)e(b)n(y)g(the)g
-(list?)37 b(\(ac)n(k)238 3821 y(option\))0 4024 y Fk(On)26
+(list?)37 b(\(ac)n(k)238 2622 y(option\))0 2825 y Fk(On)26
b(most)f(lists,)j(you)d(will)h(simply)g(recei)n(v)o(e)e(a)i(cop)o(y)f
(of)g(your)g(mail)g(when)g(it)i(has)e(gone)g(through)e(the)j(list)h
-(softw)o(are,)f(b)n(ut)g(if)g(this)g(is)0 4123 y(disabled)e(\(See)h
+(softw)o(are,)f(b)n(ut)g(if)g(this)g(is)0 2925 y(disabled)e(\(See)h
(Section)f(7.4\),)g(your)g(list)i(mail)e(deli)n(v)o(ery)f(is)j
(disabled)e(\(See)h(Section)f(7.1\),)g(you)g(are)h(not)f(subscribed)f
-(to)i(that)g(topic)0 4223 y(\(See)20 b(Section)g(9.2\))f(or)h(you)f
+(to)i(that)g(topic)0 3024 y(\(See)20 b(Section)g(9.2\))f(or)h(you)f
(simply)h(w)o(ant)h(an)f(e)o(xtra)f(ackno)n(wledgement)e(from)i(the)h
(system,)g(this)h(option)e(may)h(be)g(useful)g(to)g(you.)0
-4370 y Fh(Note:)26 b Fk(If)21 b(you)f(are)h(not)g(subscribed)f(to)h
+3171 y Fh(Note:)26 b Fk(If)21 b(you)f(are)h(not)g(subscribed)f(to)h
(the)g(list,)h(this)g(option)e(cannot)g(be)h(used.)27
b(Y)-9 b(ou)21 b(must)g(either)g(check)f(the)h(archi)n(v)o(es)f
-(yourself)g(\(if)0 4469 y(the)g(list)h(has)g(public)e(archi)n(v)o
+(yourself)g(\(if)0 3271 y(the)g(list)h(has)g(public)e(archi)n(v)o
(es\),)g(ask)h(someone)f(who)h(is)h(subscribed)e(to)h(the)g(list,)h(or)
-f(subscribe)g(to)g(use)g(this)h(option.)0 4616 y(T)-7
+f(subscribe)g(to)g(use)g(this)h(option.)0 3418 y(T)-7
b(o)20 b(set)h(this)g(using)f(the)g(web)g(interf)o(ace:)104
-4826 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
+3629 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
-f(this.\))104 4991 y(2.)41 b(Look)21 b(for)h(the)h(section)f(mark)o(ed)
-g(\223Recei)n(v)o(e)g(ackno)n(wledgement)d(mail)k(when)f(you)g(send)g
-(mail)h(to)g(the)f(list?\224)34 b(Set)23 b(it)h(to)e(\223Y)-8
-b(es\224)208 5090 y(to)23 b(recei)n(v)o(e)e(a)j(mail)f(letting)f(you)g
+f(this.\))104 3794 y(2.)41 b(Look)22 b(for)g(the)h(section)g(mark)o(ed)
+f(\224Recei)n(v)o(e)h(ackno)n(wledgement)d(mail)j(when)g(you)f(send)h
+(mail)h(to)f(the)g(list?\224)h(Set)g(it)g(to)f(\224Y)-8
+b(es\224)208 3894 y(to)23 b(recei)n(v)o(e)e(a)j(mail)f(letting)f(you)g
(kno)n(w)g(your)g(post)h(has)g(been)f(recei)n(v)o(ed,)g(and)g
-(\223No\224)h(to)g(a)n(v)n(oid)f(recei)n(ving)g(such)g(an)h(ackno)n
-(wl-)208 5190 y(edgement.)0 5400 y(T)-7 b(o)20 b(set)h(this)g(using)f
-(the)g(email)g(interf)o(ace:)p 0 5549 3901 4 v 0 5649
-a Ff(7.4)83 b(Ho)o(w)23 b(do)h(I)f(stop)g(or)g(star)s(t)g(getting)h
-(copies)f(of)g(m)o(y)g(o)o(wn)g(posts?)28 b(\(m)o(yposts)22
-b(option\))976 b(11)p eop end
+(\224No\224)h(to)g(a)n(v)n(oid)f(recei)n(ving)g(such)g(an)h(ackno)n
+(wl-)208 3993 y(edgement.)0 4205 y(T)-7 b(o)20 b(set)h(this)g(using)f
+(the)g(email)g(interf)o(ace:)104 4416 y(1.)41 b(Send)19
+b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c Fk(with)j(the)g(command)
+f Fc(set)i(ac)n(k)f(on)g Fk(or)g Fc(set)h(ac)n(k)f(of)o(f)12
+b Fk(.)208 4548 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g
+(body)f(or)h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23
+b(Section)f(3.2)f(for)h(more)f(information)208 4648 y(about)e(sending)g
+(mail)h(commands.\))104 4813 y(2.)41 b(Set)29 b(it)h(to)g(\224on\224)e
+(if)i(you)e(wish)i(to)f(recei)n(v)o(e)g(mail)g(letting)g(you)f(kno)n(w)
+h(your)f(post)h(has)g(been)g(recei)n(v)o(ed,)g(and)g(\224of)n(f\224)f
+(to)i(a)n(v)n(oid)208 4913 y(recei)n(ving)18 b(such)i(an)g(ackno)n
+(wledgement.)0 5197 y Fg(7.6)100 b(I)27 b(don't)i(seem)f(to)g(be)h
+(getting)f(mail)h(from)f(the)g(lists)o(.)33 b(What)28
+b(should)h(I)f(do?)0 5400 y Fk(There)19 b(are)h(a)h(fe)n(w)f(common)f
+(reasons)g(for)h(this:)p 0 5549 3901 4 v 0 5649 a Ff(7.4)83
+b(Ho)o(w)23 b(do)h(I)f(stop)g(or)g(star)s(t)g(getting)h(copies)f(of)g
+(m)o(y)g(o)o(wn)g(posts?)28 b(\(m)o(yposts)22 b(option\))976
+b(11)p eop end
%%Page: 12 12
-TeXDict begin 12 11 bop 104 83 a Fk(1.)41 b(Send)19 b(a)i(mail)f(to)h
-Fd(LISTNAME-request@DOMAIN)c Fk(with)j(the)g(command)f
-Fc(set)i(ac)n(k)f(on)g Fk(or)g Fc(set)h(ac)n(k)f(of)o(f)12
-b Fk(.)208 216 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g(body)
-f(or)h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23
-b(Section)f(3.2)f(for)h(more)f(information)208 315 y(about)e(sending)g
-(mail)h(commands.\))104 482 y(2.)41 b(Set)29 b(it)h(to)f(\223on\224)g
-(if)g(you)f(wish)h(to)h(recei)n(v)o(e)e(mail)h(letting)g(you)f(kno)n(w)
-g(your)g(post)h(has)g(been)f(recei)n(v)o(ed,)i(and)e(\223of)n(f)5
-b(\224)28 b(to)h(a)n(v)n(oid)208 581 y(recei)n(ving)18
-b(such)i(an)g(ackno)n(wledgement.)0 866 y Fg(7.6)100
-b(I)27 b(don't)i(seem)f(to)g(be)h(getting)f(mail)h(from)f(the)g(lists)o
-(.)33 b(What)28 b(should)h(I)f(do?)0 1069 y Fk(There)19
-b(are)h(a)h(fe)n(w)f(common)f(reasons)g(for)h(this:)125
-1282 y Fe(\017)41 b Fk(No)20 b(one)f(has)i(sent)f(an)o(y)g(mail)g(to)g
-(the)h(list\(s\))g(you')l(re)d(on)i(for)f(a)i(little)g(while.)208
-1415 y(T)-7 b(o)19 b(check)g(if)g(this)h(is)g(the)g(case,)f(try)h
-(visiting)f(the)g(archi)n(v)o(es)f(of)h(the)h(list)g(\(assuming)e(that)
-i(the)f(list)i(has)e(archi)n(v)o(es\).)k(If)d(the)f(list)h(has)208
-1515 y(no)f(archi)n(v)o(es,)g(you)g(may)h(ha)n(v)o(e)g(to)g(ask)h
-(another)d(subscriber)-5 b(.)24 b(\(See)d(Section)f(3.1)f(for)h(help)f
-(in)i(\002nding)e(the)h(list)h(archi)n(v)o(es.\))208
-1647 y Fh(Note:)h Fk(Generally)-5 b(,)16 b(it)h(is)g(considered)e
-(impolite)h(to)h(send)f(test)h(messages)g(to)g(the)f(entire)h(list.)24
-b(If)17 b(you)e(feel)i(a)g(need)f(to)g(test)i(that)f(the)208
-1747 y(list)j(is)f(w)o(orking)f(and)g(for)g(some)h(reason)f(you)g
-(cannot)g(simply)g(compose)g(a)h(re)o(gular)e(message)i(to)g(the)g
-(list,)h(it)f(is)h(less)g(disrupti)n(v)o(e)208 1847 y(to)j(send)f(a)h
-(help)g(message)f(to)h(the)g(list)h(request)e(address)h(\(LISTN)m
-(AME-request@DOMAIN\))c(to)k(see)h(if)f(that)g(w)o(orks,)g(or)f(to)208
-1946 y(contact)d(the)h(list)i(administrator)c(\(LISTN)m(AME-o)n
-(wner@DOMAIN\))f(to)j(ask)g(if)h(the)f(list)h(is)g(w)o(orking.)125
-2112 y Fe(\017)41 b Fk(Y)-9 b(ou)19 b(were)h(bouncing)e(mail)i(and)g
-(ha)n(v)o(e)g(had)f(mail)i(deli)n(v)o(ery)d(\(temporarily\))f(disabled)
-j(by)g(the)g(list)h(softw)o(are.)208 2245 y(If)28 b(your)f(mail)h(pro)o
-(vider)e(\223bounces\224)g(too)i(man)o(y)f(messages)h(\(that)g(is,)j
-(it)e(tells)g(Mailman)f(that)g(the)g(message)h(could)e(not)h(be)208
-2345 y(deli)n(v)o(ered\))18 b(Mailman)i(e)n(v)o(entually)f(stops)h
-(trying)g(to)h(send)f(you)g(mail.)26 b(This)21 b(feature)e(allo)n(ws)i
-(Mailman)f(to)h(gracefully)e(handle)208 2444 y(addresses)29
-b(which)g(no)g(longer)f(e)o(xist)h(\(for)g(e)o(xample,)h(the)f
-(subscriber)f(has)i(found)e(a)i(ne)n(w)f(Internet)f(service)h(pro)o
-(vider)e(and)208 2544 y(for)o(got)20 b(to)i(unsubscribe)f(the)h(old)g
-(address\),)g(as)h(well)f(as)h(addresses)f(which)g(are)g(temporarily)e
-(out-of-service)g(\(for)h(e)o(xample,)208 2644 y(the)d(subscriber)g
-(has)h(used)g(up)f(all)i(of)f(the)f(allotted)h(space)g(for)f(his)i(or)e
-(her)h(email)g(account,)e(or)i(the)g(subscriber')-5 b(s)18
-b(mail)h(pro)o(vider)208 2743 y(is)i(e)o(xperiencing)c(dif)n
-(\002culties\).)208 2876 y(Ev)o(en)g(if)h(you)f(are)h(una)o(w)o(are)f
-(of)g(an)o(y)h(dif)n(\002culties)f(with)h(your)f(mail)h(pro)o(vider)m
-(,)e(it)j(is)g(a)f(good)f(idea)h(to)g(check)f(this.)25
-b(Some)17 b(popular)208 2976 y(webmail)23 b(pro)o(viders)e(and)j
-(internet)e(serv)o(ers)i(are)f(not)h(as)g(reliable)f(as)i(one)e(might)g
-(assume,)h(nor)f(is)i(the)f(internet)f(as)h(a)g(whole.)208
-3075 y(Y)-9 b(ou)28 b(may)h(w)o(ant)g(to)g(also)g(send)g(yourself)f(a)h
-(test)h(message)f(from)f(another)g(account)g(or)g(ask)i(a)f(friend)f
-(to)h(send)g(you)f(a)i(test)208 3175 y(message)20 b(to)g(mak)o(e)g
-(sure)g(your)f(subscribed)g(address)g(is)i(w)o(orking.)208
-3308 y(T)-7 b(o)25 b(check)g(if)g(this)h(may)f(be)g(the)g(reason)g(you)
-f(are)i(not)f(recei)n(ving)e(messages,)k(log)e(in)g(to)h(the)f(your)f
-(options)g(page)h(\(See)g(Sec-)208 3408 y(tion)c(3.1)h(for)f(more)h
-(details)g(on)g(ho)n(w)f(to)h(do)g(this\))g(and)g(look)f(at)i(your)e
-(options.)29 b(If)22 b(your)f(subscription)g(has)h(been)f(disabled)h
-(or)208 3507 y(Mailman)d(has)i(recei)n(v)o(ed)d(bounces)h(from)g(your)g
-(email)h(address,)g(there)f(will)i(be)g(a)f(big)g(banner)f(at)h(the)h
-(top)e(of)h(this)h(page.)208 3640 y(T)-7 b(o)20 b(re-enable)f(mail)i
-(deli)n(v)o(ery)-5 b(,)19 b(look)h(for)g(an)g(option)g(mark)o(ed)f
-(\223Mail)i(Deli)n(v)o(ery\224)e(and)h(set)i(it)f(to)g(\223Enabled\224)
-e(to)i(start)g(recei)n(ving)208 3740 y(mail)g(again.)27
-b(T)-7 b(o)21 b(get)g(rid)g(of)g(your)f(bounce)g(score,)h(you)f(can)h
-(disable)g(and)f(then)h(re-enable)f(deli)n(v)o(ery)-5
-b(.)25 b(F)o(or)c(more)g(instructions)208 3839 y(on)e(disabling)h(or)f
-(enabling)g(mail)h(deli)n(v)o(ery)-5 b(,)18 b(see)j(Section)f(7.1.)208
-3972 y Fh(Note:)k Fk(Ev)o(en)19 b(if)i(you)f(ha)n(v)o(e)f(not)h(been)g
-(disabled)f(at)i(the)g(time)f(you)g(check,)f(you)g(could)h(be)g
-(bouncing)e(messages)i(and)g(not)g(ha)n(v)o(e)208 4072
-y(reached)e(the)j(threshold)d(for)i(your)f(subscription)g(to)h(be)g
-(disabled.)k(Y)-9 b(ou)20 b(may)g(need)f(to)h(check)g(again.)125
-4238 y Fe(\017)41 b Fk(There)19 b(is)i(a)g(delay)e(or)h(break)f(in)i
-(the)f(netw)o(orks)f(between)h(you)f(and)g(the)i(list)g(serv)o(er)-5
-b(.)208 4371 y(No)29 b(matter)f(what)h(man)o(y)f(of)h(us)g(w)o(ould)g
-(lik)o(e,)i(the)e(internet)f(is)i(not)f(100\045)f(reliable,)j(nor)d(is)
-i(it)g(al)o(w)o(ays)f(f)o(ast.)52 b(Sometimes,)208 4470
-y(messages)27 b(simply)f(tak)o(e)h(a)g(long)f(time)h(to)g(get)g(to)g
-(you.)44 b(T)m(ry)26 b(to)h(be)g(patient,)h(especially)e(if)h(the)g
-(serv)o(er)f(is)i(f)o(ar)e(\(in)h(terms)g(of)208 4570
-y(netw)o(orks,)19 b(not)g(geography)-5 b(,)17 b(although)h(often)h(one)
-h(implies)g(the)g(other\))f(from)h(your)e(internet)i(service)g(pro)o
-(vider)-5 b(.)208 4703 y(T)e(o)21 b(check)f(if)h(this)g(might)f(be)h
-(causing)f(your)g(problem,)f(you)h(can)g(try)h(pinging)e(the)i(list)h
-(serv)o(er)e(or)h(tracing)e(the)i(route)f(between)208
-4802 y(you)j(and)g(it.)37 b(\(Instructions)22 b(on)i(ho)n(w)f(to)i(do)e
-(this)i(v)n(aries)e(from)g(platform)g(to)h(platform,)f(so)h(you)g(may)f
-(w)o(ant)h(to)g(use)h(a)f(search)208 4902 y(engine)19
-b(to)h(\002nd)g(those)g(appropriate)e(for)h(you.\))125
-5068 y Fe(\017)41 b Fk(The)26 b(mail)h(serv)o(er)e(or)i(Mailman)f
-(might)g(not)g(be)h(functioning)d(properly)-5 b(.)41
-b(This)27 b(can)g(happen)e(if)i(the)f(system)h(is)h(o)o(v)o(erloaded)
-208 5168 y(with)20 b(viruses)g(or)g(spam)g(and)f(the)i(mail)f(system)g
-(that)h(hosts)f(Mailman)g(has)g(trouble)f(k)o(eeping)g(up.)208
-5300 y(T)-7 b(o)40 b(test)i(if)e(this)h(is)h(a)f(case,)46
-b(try)40 b(visiting)g(the)h(list')-5 b(s)42 b(web)e(interf)o(ace)g(and)
-g(try)g(sending)f(a)i(message)g(to)f Fd(LISTNAME-)208
-5400 y(request@DOMAIN)27 b Fk(with)i(the)g(command)e(\223)p
-Fc(help)p Fk(\224)h(\(without)g(the)g(quotes\))g(in)h(the)g
-Fd(Subject:)p Fk(.)50 b(If)28 b(neither)g(of)h(these)g(w)o(orks)p
-0 5549 3901 4 v 0 5649 a Ff(12)2839 b(7)83 b(Changing)24
-b(mail)h(deliv)n(er)r(y)p eop end
+TeXDict begin 12 11 bop 125 83 a Fe(\017)41 b Fk(No)20
+b(one)f(has)i(sent)f(an)o(y)g(mail)g(to)g(the)h(list\(s\))g(you')l(re)d
+(on)i(for)f(a)i(little)g(while.)208 212 y(T)-7 b(o)19
+b(check)g(if)g(this)h(is)g(the)g(case,)f(try)h(visiting)f(the)g(archi)n
+(v)o(es)f(of)h(the)h(list)g(\(assuming)e(that)i(the)f(list)i(has)e
+(archi)n(v)o(es\).)k(If)d(the)f(list)h(has)208 312 y(no)f(archi)n(v)o
+(es,)g(you)g(may)h(ha)n(v)o(e)g(to)g(ask)h(another)d(subscriber)-5
+b(.)24 b(\(See)d(Section)f(3.1)f(for)h(help)f(in)i(\002nding)e(the)h
+(list)h(archi)n(v)o(es.\))208 441 y Fh(Note:)h Fk(Generally)-5
+b(,)16 b(it)h(is)g(considered)e(impolite)h(to)h(send)f(test)h(messages)
+g(to)g(the)f(entire)h(list.)24 b(If)17 b(you)e(feel)i(a)g(need)f(to)g
+(test)i(that)f(the)208 541 y(list)j(is)f(w)o(orking)f(and)g(for)g(some)
+h(reason)f(you)g(cannot)g(simply)g(compose)g(a)h(re)o(gular)e(message)i
+(to)g(the)g(list,)h(it)f(is)h(less)g(disrupti)n(v)o(e)208
+640 y(to)j(send)f(a)h(help)g(message)f(to)h(the)g(list)h(request)e
+(address)h(\(LISTN)m(AME-request@DOMAIN\))c(to)k(see)h(if)f(that)g(w)o
+(orks,)g(or)f(to)208 740 y(contact)d(the)h(list)i(administrator)c
+(\(LISTN)m(AME-o)n(wner@DOMAIN\))f(to)j(ask)g(if)h(the)f(list)h(is)g(w)
+o(orking.)125 899 y Fe(\017)41 b Fk(Y)-9 b(ou)19 b(were)h(bouncing)e
+(mail)i(and)g(ha)n(v)o(e)g(had)f(mail)i(deli)n(v)o(ery)d
+(\(temporarily\))f(disabled)j(by)g(the)g(list)h(softw)o(are.)208
+1028 y(If)28 b(your)f(mail)h(pro)o(vider)e(\224bounces\224)g(too)i(man)
+o(y)f(messages)h(\(that)g(is,)j(it)e(tells)g(Mailman)f(that)g(the)g
+(message)h(could)e(not)h(be)208 1128 y(deli)n(v)o(ered\))18
+b(Mailman)i(e)n(v)o(entually)f(stops)h(trying)g(to)h(send)f(you)g
+(mail.)26 b(This)21 b(feature)e(allo)n(ws)i(Mailman)f(to)h(gracefully)e
+(handle)208 1227 y(addresses)29 b(which)g(no)g(longer)g(e)o(xist)h
+(\(for)e(e)o(xample,)j(the)f(subscriber)e(has)i(found)e(a)i(ne)n(w)g
+(internet)e(service)i(pro)o(vider)d(and)208 1327 y(for)o(got)20
+b(to)i(unsubscribe)f(the)h(old)g(address\),)g(as)h(well)f(as)h
+(addresses)f(which)g(are)g(temporarily)e(out-of-service)g(\(for)h(e)o
+(xample,)208 1427 y(the)d(subscriber)g(has)h(used)g(up)f(all)i(of)f
+(the)f(allotted)h(space)g(for)f(his)i(or)e(her)h(email)g(account,)e(or)
+i(the)g(subscriber')-5 b(s)18 b(mail)h(pro)o(vider)208
+1526 y(is)i(e)o(xperiencing)c(dif)n(\002culties\).)208
+1656 y(Ev)o(en)g(if)h(you)f(are)h(una)o(w)o(are)f(of)g(an)o(y)h(dif)n
+(\002culties)f(with)h(your)f(mail)h(pro)o(vider)m(,)e(it)j(is)g(a)f
+(good)f(idea)h(to)g(check)f(this.)25 b(Some)17 b(popular)208
+1755 y(webmail)23 b(pro)o(viders)e(and)j(internet)e(serv)o(ers)i(are)f
+(not)h(as)g(reliable)f(as)i(one)e(might)g(assume,)h(nor)f(is)i(the)f
+(internet)f(as)h(a)g(whole.)208 1855 y(Y)-9 b(ou)28 b(may)h(w)o(ant)g
+(to)g(also)g(send)g(yourself)f(a)h(test)h(message)f(from)f(another)g
+(account)g(or)g(ask)i(a)f(friend)f(to)h(send)g(you)f(a)i(test)208
+1954 y(message)20 b(to)g(mak)o(e)g(sure)g(your)f(subscribed)g(address)g
+(is)i(w)o(orking.)208 2084 y(T)-7 b(o)25 b(check)g(if)g(this)h(may)f
+(be)g(the)g(reason)g(you)f(are)i(not)f(recei)n(ving)e(messages,)k(log)e
+(in)g(to)h(the)f(your)f(options)g(page)h(\(See)g(Sec-)208
+2183 y(tion)30 b(3.1)g(for)h(more)f(details)h(on)g(ho)n(w)f(to)h(do)g
+(this\))g(and)f(look)g(at)i(your)d(options.)56 b(There)31
+b(should)e(be)i(one)g(mark)o(ed)e(\224Mail)208 2283 y(Deli)n(v)o
+(ery\224)19 b(\226)i(if)h(it)g(is)g(set)g(to)f(\224Disabled,)-6
+b(\224)20 b(set)i(it)g(to)f(\224Enabled\224)f(to)h(start)h(recei)n
+(ving)d(mail)j(again.)k(\(F)o(or)21 b(more)f(instructions)g(on)208
+2383 y(disabling)f(or)h(enabling)e(mail)j(deli)n(v)o(ery)-5
+b(,)18 b(see)i(Section)g(7.1.\))208 2512 y Fh(Note:)k
+Fk(Ev)o(en)19 b(if)i(you)f(ha)n(v)o(e)f(not)h(been)g(disabled)f(at)i
+(the)g(time)f(you)g(check,)f(you)g(could)h(be)g(bouncing)e(messages)i
+(and)g(not)g(ha)n(v)o(e)208 2611 y(reached)e(the)j(threshold)d(for)i
+(your)f(subscription)g(to)h(be)g(disabled.)k(Y)-9 b(ou)20
+b(may)g(need)f(to)h(check)g(again.)125 2770 y Fe(\017)41
+b Fk(There)19 b(is)i(a)g(delay)e(or)h(break)f(in)i(the)f(netw)o(orks)f
+(between)h(you)f(and)g(the)i(list)g(serv)o(er)-5 b(.)208
+2900 y(No)29 b(matter)f(what)h(man)o(y)f(of)h(us)g(w)o(ould)g(lik)o(e,)
+i(the)e(internet)f(is)i(not)f(100\045)f(reliable,)j(nor)d(is)i(it)g(al)
+o(w)o(ays)f(f)o(ast.)52 b(Sometimes,)208 2999 y(messages)27
+b(simply)f(tak)o(e)h(a)g(long)f(time)h(to)g(get)g(to)g(you.)44
+b(T)m(ry)26 b(to)h(be)g(patient,)h(especially)e(if)h(the)g(serv)o(er)f
+(is)i(f)o(ar)e(\(in)h(terms)g(of)208 3099 y(netw)o(orks,)19
+b(not)g(geography)-5 b(,)17 b(although)h(often)h(one)h(implies)g(the)g
+(other\))f(from)h(your)e(internet)i(service)g(pro)o(vider)-5
+b(.)208 3228 y(T)e(o)21 b(check)f(if)h(this)g(might)f(be)h(causing)f
+(your)g(problem,)f(you)h(can)g(try)h(pinging)e(the)i(list)h(serv)o(er)e
+(or)h(tracing)e(the)i(route)f(between)208 3328 y(you)j(and)g(it.)37
+b(\(Instructions)22 b(on)i(ho)n(w)f(to)i(do)e(this)i(v)n(aries)e(from)g
+(platform)g(to)h(platform,)f(so)h(you)g(may)f(w)o(ant)h(to)g(use)h(a)f
+(search)208 3427 y(engine)19 b(to)h(\002nd)g(those)g(appropriate)e(for)
+h(you.\))125 3586 y Fe(\017)41 b Fk(The)19 b(Mailman)h(installation)g
+(on)g(the)g(list)h(serv)o(er)e(is)i(not)f(functioning)e(or)i(not)g
+(functioning)d(properly)-5 b(.)208 3715 y(T)e(o)40 b(test)i(if)e(this)h
+(is)h(a)f(case,)46 b(try)40 b(visiting)g(the)h(list')-5
+b(s)42 b(web)e(interf)o(ace)g(and)g(try)g(sending)f(a)i(message)g(to)f
+Fd(LISTNAME-)208 3815 y(request@DOMAIN)27 b Fk(with)i(the)g(command)e
+(\224)p Fc(help)p Fk(\224)h(\(without)g(the)g(quotes\))g(in)h(the)g
+Fd(Subject:)p Fk(.)50 b(If)28 b(neither)g(of)h(these)g(w)o(orks)208
+3915 y(after)h(a)h(reasonable)e(length)g(of)h(time,)j(this)e(may)f(be)h
+(the)f(problem.)54 b(Y)-9 b(ou)30 b(may)g(wish)h(to)g(contact)e(either)
+h(the)h(list)g(or)g(site)208 4014 y(administrator\(s\).)0
+4338 y Fl(8)120 b(Digests)0 4588 y Fg(8.1)100 b(Ho)o(w)37
+b(can)h(I)f(star)t(t)h(or)g(stop)f(getting)i(the)f(list)f(posts)g(g)o
+(rouped)j(into)e(one)h(big)f(email?)65 b(\(digest)238
+4704 y(option\))0 4907 y Fk(Groups)29 b(of)h(posts)g(are)g(called)g
+(\224digests\224)g(in)g(Mailman.)53 b(Rather)30 b(than)g(get)g
+(messages)g(one)f(at)i(a)f(time,)j(you)c(can)g(get)h(messages)0
+5007 y(grouped)18 b(together)-5 b(.)25 b(On)c(a)g(moderately)d(b)n(usy)
+i(list,)i(this)f(typically)f(means)g(you)f(get)i(one)f(email)g(per)h
+(day)-5 b(,)19 b(although)g(it)i(may)f(be)g(more)0 5106
+y(or)g(less)h(frequent)e(depending)e(upon)i(the)h(list.)0
+5253 y(Y)-9 b(ou)20 b(may)f(also)i(w)o(ant)f(to)g(look)g(at)h(Section)e
+(8.2)h(which)g(discusses)g(MIME)g(and)g(plain)f(te)o(xt)i(digests.)0
+5400 y(T)-7 b(o)20 b(turn)g(digest)g(mode)f(on)h(or)g(of)n(f)f(using)h
+(the)g(web)g(interf)o(ace,)p 0 5549 3901 4 v 0 5649 a
+Ff(12)3402 b(8)83 b(Digests)p eop end
%%Page: 13 13
-TeXDict begin 13 12 bop 208 83 a Fk(after)30 b(a)h(reasonable)e(length)
-g(of)h(time,)j(this)e(may)f(be)h(the)f(problem.)54 b(Y)-9
-b(ou)30 b(may)g(wish)h(to)g(contact)e(either)h(the)h(list)g(or)g(site)
-208 183 y(administrator\(s\).)0 510 y Fl(8)120 b(Digests)0
-759 y Fg(8.1)100 b(Ho)o(w)37 b(can)h(I)f(star)t(t)h(or)g(stop)f
-(getting)i(the)f(list)f(posts)g(g)o(rouped)j(into)e(one)h(big)f(email?)
-65 b(\(digest)238 876 y(option\))0 1079 y Fk(Groups)29
-b(of)h(posts)g(are)g(called)g(\223digests\224)g(in)g(Mailman.)53
-b(Rather)30 b(than)g(get)g(messages)g(one)f(at)i(a)f(time,)j(you)c(can)
-g(get)h(messages)0 1178 y(grouped)18 b(together)-5 b(.)25
-b(On)c(a)g(moderately)d(b)n(usy)i(list,)i(this)f(typically)f(means)g
-(you)f(get)i(one)f(email)g(per)h(day)-5 b(,)19 b(although)g(it)i(may)f
-(be)g(more)0 1278 y(or)g(less)h(frequent)e(depending)e(upon)i(the)h
-(list.)0 1425 y(Y)-9 b(ou)20 b(may)f(also)i(w)o(ant)f(to)g(look)g(at)h
-(Section)e(8.2)h(which)g(discusses)g(MIME)g(and)g(plain)f(te)o(xt)i
-(digests.)0 1572 y(T)-7 b(o)20 b(turn)g(digest)g(mode)f(on)h(or)g(of)n
-(f)f(using)h(the)g(web)g(interf)o(ace,)104 1785 y(1.)41
-b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
-b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
-f(this.\))104 1951 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)
-f(\223Set)i(Digest)f(Mode.)-6 b(\224)208 2084 y(Set)20
-b(it)h(to)g(\223On\224)f(to)g(recei)n(v)o(e)f(messages)h(b)n(undled)f
-(together)g(in)h(digests.)25 b(Set)c(it)g(to)f(\223Of)n(f)5
-b(\224)20 b(to)g(recei)n(v)o(e)f(posts)h(separately)-5
-b(.)0 2297 y(T)e(o)20 b(turn)g(digest)g(mode)f(on)h(or)g(of)n(f)f
-(using)h(the)g(email)g(interf)o(ace,)104 2510 y(1.)41
-b(Send)24 b(a)h(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
+TeXDict begin 13 12 bop 104 83 a Fk(1.)41 b(Log)19 b(in)h(to)h(your)e
+(member)g(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(more)h
+(details)g(on)g(ho)n(w)f(to)i(do)f(this.\))104 244 y(2.)41
+b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f(\224Set)i(Digest)f(Mode.)
+-6 b(\224)208 374 y(Set)20 b(it)h(to)g(\224On\224)f(to)g(recei)n(v)o(e)
+f(messages)h(b)n(undled)f(together)g(in)h(digests.)25
+b(Set)c(it)g(to)f(\224Of)n(f\224)g(to)g(recei)n(v)o(e)f(posts)i
+(separately)-5 b(.)0 577 y(T)e(o)20 b(turn)g(digest)g(mode)f(on)h(or)g
+(of)n(f)f(using)h(the)g(email)g(interf)o(ace,)104 780
+y(1.)41 b(Send)24 b(a)h(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
Fk(with)k(the)f(command)f Fc(set)i(dig)o(est)g(plain)e
Fk(or)i Fc(set)g(dig)o(est)f(mime)h Fk(or)f Fc(set)i(di-)208
-2610 y(g)o(est)20 b(of)o(f)12 b Fk(.)208 2743 y(Commands)21
+880 y(g)o(est)20 b(of)o(f)12 b Fk(.)208 1010 y(Commands)21
b(can)h(appear)f(in)h(either)g(the)g(body)f(or)h(the)g(subject)g(of)g
(the)g(message.)30 b(\(See)23 b(Section)f(3.2)f(for)h(more)f
-(information)208 2842 y(about)e(sending)g(mail)h(commands.\))104
-3009 y(2.)41 b(Set)30 b(it)h(to)f(\223of)n(f)5 b(\224)29
-b(if)h(you)f(wish)i(to)f(recei)n(v)o(e)f(indi)n(vidual)f(posts)j
-(separately)-5 b(,)31 b(and)e(to)h(\223plain\224)g(or)g(\223mime\224)f
-(to)h(recei)n(v)o(e)f(posts)208 3108 y(grouped)17 b(into)j(one)g(lar)o
-(ge)f(mail.)25 b(See)c(Section)f(8.2)f(for)h(more)f(information)f(on)i
-(plain)g(v)o(ersus)f(MIME)h(digests.)0 3393 y Fg(8.2)100
-b(What)30 b(are)h(MIME)f(and)h(Plain)g(T)-12 b(e)m(xt)29
-b(Digests?)41 b(Ho)o(w)30 b(do)g(I)g(change)h(which)g(one)f(I)g(get?)41
-b(\(digest)238 3509 y(option\))0 3712 y Fk(MIME)19 b(is)h(short)f(for)g
+(information)208 1110 y(about)e(sending)g(mail)h(commands.\))104
+1271 y(2.)41 b(Set)31 b(it)g(to)f(\224of)n(f\224)f(if)i(you)e(wish)i
+(to)f(recei)n(v)o(e)g(indi)n(vidual)e(posts)j(separately)-5
+b(,)31 b(and)f(to)g(\224plain\224)g(or)g(\224mime\224)g(to)g(recei)n(v)
+o(e)f(posts)208 1370 y(grouped)17 b(into)j(one)g(lar)o(ge)f(mail.)25
+b(See)c(Section)f(8.2)f(for)h(more)f(information)f(on)i(plain)g(v)o
+(ersus)f(MIME)h(digests.)0 1653 y Fg(8.2)100 b(What)30
+b(are)h(MIME)f(and)h(Plain)g(T)-12 b(e)m(xt)29 b(Digests?)41
+b(Ho)o(w)30 b(do)g(I)g(change)h(which)g(one)f(I)g(get?)41
+b(\(digest)238 1769 y(option\))0 1972 y Fk(MIME)19 b(is)h(short)f(for)g
(Multipurpose)e(Internet)h(Mail)i(Extensions.)j(It)d(is)g(used)f(to)h
(send)f(things)g(by)g(email)g(which)g(are)g(not)g(necessarily)0
-3812 y(simple)h(plain)g(te)o(xt.)25 b(\(F)o(or)19 b(e)o(xample,)g(MIME)
+2072 y(simple)h(plain)g(te)o(xt.)25 b(\(F)o(or)19 b(e)o(xample,)g(MIME)
h(w)o(ould)f(be)h(used)g(if)h(you)e(were)h(sending)f(a)i(picture)e(of)h
-(your)f(dog)g(to)h(a)h(friend.\))0 3959 y(A)g(MIME)e(digest)i(has)f
+(your)f(dog)g(to)h(a)h(friend.\))0 2219 y(A)g(MIME)e(digest)i(has)f
(each)g(message)g(as)h(an)f(attachment)f(inside)h(the)g(message,)g
(along)f(with)i(a)f(summary)f(table)h(of)g(contents.)0
-4106 y(A)27 b(plain)f(te)o(xt)h(digest)g(is)g(a)g(simpler)g(form)e(of)i
+2366 y(A)27 b(plain)f(te)o(xt)h(digest)g(is)g(a)g(simpler)g(form)e(of)i
(digest,)h(which)e(should)f(be)i(readable)e(e)n(v)o(en)h(in)h(mail)g
-(readers)f(which)g(don')o(t)f(support)0 4205 y(MIME.)19
+(readers)f(which)g(don')o(t)f(support)0 2465 y(MIME.)19
b(The)h(messages)h(are)f(simply)g(put)f(one)h(after)g(the)g(other)g
-(into)f(one)h(lar)o(ge)f(te)o(xt)h(message.)0 4352 y(Most)f(modern)d
+(into)f(one)h(lar)o(ge)f(te)o(xt)h(message.)0 2612 y(Most)f(modern)d
(mail)j(programs)e(do)h(support)f(MIME,)h(so)h(you)e(only)h(need)g(to)h
(choose)e(plain)h(te)o(xt)h(digests)g(if)f(you)g(are)g(ha)n(ving)g
-(trouble)0 4452 y(reading)h(the)h(MIME)g(ones.)0 4599
+(trouble)0 2712 y(reading)h(the)h(MIME)g(ones.)0 2859
y Fh(Note:)j Fk(This)17 b(option)f(has)i(no)e(ef)n(fect)h(if)h(you)e
(are)h(not)g(recei)n(ving)f(mail)h(b)n(unched)e(as)j(digests.)24
b(\(See)18 b(Section)e(8.1)h(for)g(more)f(information)0
-4698 y(on)k(recei)n(ving)e(mail)j(as)g(digests.\))0 4845
+2958 y(on)k(recei)n(ving)e(mail)j(as)g(digests.\))0 3105
y(T)-7 b(o)20 b(set)h(your)e(digest)h(type)g(using)g(the)g(web)g
-(interf)o(ace:)104 5058 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
+(interf)o(ace:)104 3308 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g
-(on)g(ho)n(w)f(to)i(do)f(this.\))104 5224 y(2.)41 b(Look)19
-b(for)g(the)h(section)g(mark)o(ed)f(\223Get)i(MIME)e(or)h(Plain)h(T)-6
-b(e)o(xt)20 b(Digests?.)-6 b(\224)208 5357 y(Set)20 b(it)h(to)g
-(\223MIME\224)e(to)h(recei)n(v)o(e)g(digests)g(in)g(MIME)g(format,)f
-(or)h(\223Plain)g(te)o(xt\224)g(to)g(recei)n(v)o(e)f(digests)i(in)f
-(plain)g(te)o(xt)g(format.)p 0 5549 3901 4 v 3808 5649
-a Ff(13)p eop end
-%%Page: 14 14
-TeXDict begin 14 13 bop 0 83 a Fk(This)25 b(can)f(also)h(be)f(changed)f
-(for)g(multiple)h(lists)i(at)f(the)f(same)h(time)g(if)f(you)g(are)g
-(subscribed)f(to)i(more)f(than)g(one)f(list)j(on)e(the)g(same)0
-183 y(domain.)g(See)c(Section)g(10.1)f(for)h(information)d(about)j
-(changing)e(settings)i(globally)-5 b(.)0 330 y(T)e(o)20
+(on)g(ho)n(w)f(to)i(do)f(this.\))104 3469 y(2.)41 b(Look)19
+b(for)g(the)h(section)g(mark)o(ed)f(\224Get)i(MIME)e(or)h(Plain)h(T)-6
+b(e)o(xt)20 b(Digests?.)-6 b(\224)208 3599 y(Set)20 b(it)h(to)g
+(\224MIME\224)e(to)h(recei)n(v)o(e)g(digests)g(in)g(MIME)g(format,)f
+(or)h(\224Plain)g(te)o(xt\224)g(to)g(recei)n(v)o(e)f(digests)i(in)f
+(plain)g(te)o(xt)g(format.)0 3802 y(This)25 b(can)f(also)h(be)f
+(changed)f(for)g(multiple)h(lists)i(at)f(the)f(same)h(time)g(if)f(you)g
+(are)g(subscribed)f(to)i(more)f(than)g(one)f(list)j(on)e(the)g(same)0
+3902 y(domain.)g(See)c(Section)g(10.1)f(for)h(information)d(about)j
+(changing)e(settings)i(globally)-5 b(.)0 4049 y(T)e(o)20
b(set)h(your)e(digest)h(type)g(using)g(the)g(email)g(interf)o(ace,)104
-543 y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
+4252 y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
Fk(with)j(the)g(command)f Fc(set)i(dig)o(est)f(plain)f
-Fk(or)h Fc(set)h(dig)o(est)g(mime)p Fk(.)208 676 y(Commands)g(can)h
+Fk(or)h Fc(set)h(dig)o(est)g(mime)p Fk(.)208 4382 y(Commands)g(can)h
(appear)f(in)h(either)g(the)g(body)f(or)h(the)g(subject)g(of)g(the)g
(message.)30 b(\(See)23 b(Section)f(3.2)f(for)h(more)f(information)208
-775 y(about)e(sending)g(mail)h(commands.\))104 941 y(2.)41
-b(Set)27 b(it)h(to)g(\223plain\224)e(to)i(get)f(posts)h(b)n(undled)d
-(into)i(a)h(plain)f(te)o(xt)g(digest,)i(or)e(\223mime\224)f(to)i(get)f
-(posts)h(b)n(undled)d(together)h(into)h(a)208 1041 y(MIME)19
-b(digest.)0 1368 y Fl(9)120 b(Mailing)33 b(list)f(topics)0
-1601 y Fk(Some)21 b(lists)i(are)f(set)h(up)e(so)h(that)g(dif)n(ferent)e
-(topics)h(are)h(handled)e(by)h(Mailman.)29 b(F)o(or)21
-b(e)o(xample,)g(the)g(courses)h(list)g(on)g(Linuxchix.or)o(g)0
-1701 y(is)j(a)g(discussion)f(list)i(for)e(courses)g(being)f(run)h(by)g
-(linuxchix)f(members,)h(and)g(often)g(there)g(are)g(se)n(v)o(eral)g
-(courses)g(being)g(run)g(at)h(the)0 1800 y(same)c(time.)k(\(e)o(g:)g
-(Netw)o(orking)19 b(for)h(be)o(ginners,)e(C)j(programming,)c(L)2029
-1784 y Fa(A)2059 1800 y Fk(T)2096 1819 y(E)2136 1800
-y(X)k(document)d(mark)i(up.\))k(Each)c(of)h(the)f(courses)g(being)f
-(run)0 1900 y(is)i(associated)f(with)g(a)h(separate)f(topic)g(on)f(the)
-i(list)g(so)f(that)h(people)e(can)h(choose)f(only)g(to)i(recei)n(v)o(e)
-e(the)h(course)g(the)o(y)f(w)o(ant)h(to)h(tak)o(e.)0
-2047 y(These)i(topics)g(must)g(be)g(con\002gured)d(by)j(the)g(list)h
-(administrator)m(,)e(b)n(ut)h(it)g(is)h(the)f(responsibility)f(of)h
-(each)f(poster)h(to)g(mak)o(e)g(sure)f(that)0 2147 y(their)28
-b(post)g(is)i(put)e(with)g(the)h(correct)e(topic.)49
-b(Usually)-5 b(,)30 b(this)e(means)h(adding)d(a)j(w)o(ord)f(or)g(tag)g
-(of)g(some)h(type)e(to)i(the)f(subject)g(line)0 2246
-y(\(e)o(g:)g([Netw)o(orking])20 b(What)i(type)f(of)h(cables)g(do)f(I)i
-(need?\))29 b(or)21 b(making)g(sure)h(the)g Fd(K)m(e)o(yw)o(ords:)27
-b Fk(line)22 b(has)h(the)e(right)h(information.)27 b(\(By)0
-2346 y(def)o(ault,)21 b(you)g(can)g(put)h(a)g Fd(K)m(e)o(yw)o(ords:)27
-b Fk(section)22 b(in)g(the)f(be)o(ginning)e(of)j(the)g(body)e(of)h
-(your)g(message,)h(b)n(ut)f(this)h(can)g(be)g(con\002gured)d(by)0
-2445 y(your)g(list)i(administrator)-5 b(.\))24 b(Note)c(that)g(these)g
-(tags)h(are)f(case-insensiti)n(v)o(e.)0 2730 y Fg(9.1)100
-b(Ho)o(w)28 b(do)g(I)f(mak)n(e)i(sure)f(that)g(m)o(y)f(post)h(has)g
-(the)h(r)q(ight)f(topic?)0 2933 y Fk(When)20 b(a)h(list)g
-(administrator)d(de\002nes)i(a)h(topic,)f(he)g(or)g(she)g(sets)h(three)
-f(things:)125 3147 y Fe(\017)41 b Fk(a)20 b(topic)g(name)125
-3313 y Fe(\017)41 b Fk(a)20 b(re)o(gular)f(e)o(xpression)f(\(re)o(ge)o
-(xp.\))125 3479 y Fe(\017)41 b Fk(a)20 b(description)0
-3692 y(Y)-9 b(ou)21 b(can)h(vie)n(w)g(this)g(information)e(by)i
-(logging)e(in)i(to)g(your)f(member)f(options)h(page.)30
-b(\(See)22 b(Section)g(3.1)f(for)g(more)g(details)i(on)e(ho)n(w)0
-3792 y(to)f(do)g(this.\))25 b(and)20 b(clicking)f(on)h(the)g
-(\223details\224)g(link)g(for)g(an)o(y)f(topic)h(that)g(interests)h
-(you.)0 3938 y(T)-7 b(o)19 b(post)f(on)g(a)h(gi)n(v)o(en)f(topic,)g
+4482 y(about)e(sending)g(mail)h(commands.\))104 4643
+y(2.)41 b(Set)27 b(it)h(to)g(\224plain\224)e(to)i(get)f(posts)h(b)n
+(undled)d(into)i(a)h(plain)f(te)o(xt)g(digest,)i(or)e(\224mime\224)f
+(to)i(get)f(posts)h(b)n(undled)d(together)h(into)h(a)208
+4742 y(MIME)19 b(digest.)0 5068 y Fl(9)120 b(Mailing)33
+b(list)f(topics)0 5300 y Fk(Some)21 b(lists)i(are)f(set)h(up)e(so)h
+(that)g(dif)n(ferent)e(topics)h(are)h(handled)e(by)h(Mailman.)29
+b(F)o(or)21 b(e)o(xample,)g(the)g(courses)h(list)g(on)g(Linuxchix.or)o
+(g)0 5400 y(is)j(a)g(discussion)f(list)i(for)e(courses)g(being)f(run)h
+(by)g(linuxchix)f(members,)h(and)g(often)g(there)g(are)g(se)n(v)o(eral)
+g(courses)g(being)g(run)g(at)h(the)p 0 5549 3901 4 v
+0 5649 a Ff(8.2)83 b(What)24 b(are)f(MIME)h(and)g(Plain)g(T)-10
+b(e)n(xt)22 b(Digests?)29 b(Ho)o(w)23 b(do)g(I)g(change)h(which)f(one)h
+(I)f(get?)29 b(\(digest)23 b(option\))314 b(13)p eop
+end
+%%Page: 14 14
+TeXDict begin 14 13 bop 0 83 a Fk(same)21 b(time.)k(\(e)o(g:)g(Netw)o
+(orking)19 b(for)h(be)o(ginners,)e(C)j(programming,)c(L)2029
+66 y Fa(A)2059 83 y Fk(T)2096 102 y(E)2136 83 y(X)k(document)d(mark)i
+(up.\))k(Each)c(of)h(the)f(courses)g(being)f(run)0 183
+y(is)i(a)g(separate)e(topic)h(on)g(the)g(list)i(so)e(that)g(people)f
+(can)h(choose)g(only)f(to)h(recei)n(v)o(e)g(the)g(course)f(the)o(y)h(w)
+o(ant)g(to)g(tak)o(e.)0 330 y(These)31 b(topics)f(must)h(be)g
+(con\002gured)d(by)i(the)h(list)h(administrator)m(,)f(b)n(ut)f(it)i(is)
+g(the)e(responsibility)g(of)g(each)g(poster)h(to)f(mak)o(e)h(sure)0
+429 y(that)d(their)f(post)h(is)h(put)e(with)h(the)g(correct)f(topic.)47
+b(Usually)-5 b(,)29 b(this)g(means)e(adding)f(a)j(tag)e(of)h(some)g
+(type)f(to)h(the)g(subject)f(line)h(\(e)o(g:)0 529 y([Netw)o(orking])e
+(What)j(type)g(of)f(cables)h(do)f(I)h(need?\))50 b(or)28
+b(making)g(sure)g(the)h Fd(K)m(e)o(yw)o(ords:)42 b Fk(line)28
+b(has)h(the)g(right)f(information.)48 b(\(By)0 628 y(def)o(ault,)21
+b(you)g(can)g(put)h(a)g Fd(K)m(e)o(yw)o(ords:)27 b Fk(section)22
+b(in)g(the)f(be)o(ginning)e(of)j(the)g(body)e(of)h(your)g(message,)h(b)
+n(ut)f(this)h(can)g(be)g(con\002gured)d(by)0 728 y(your)g(list)i
+(administrator)-5 b(.\))24 b(Note)c(that)g(these)g(tags)h(are)f
+(case-insensiti)n(v)o(e.)0 1013 y Fg(9.1)100 b(Ho)o(w)28
+b(do)g(I)f(mak)n(e)i(sure)f(that)g(m)o(y)f(post)h(has)g(the)h(r)q(ight)
+f(topic?)0 1216 y Fk(When)20 b(a)h(list)g(administrator)d(de\002nes)i
+(a)h(topic,)f(he)g(or)g(she)g(sets)h(three)f(things:)125
+1429 y Fe(\017)41 b Fk(a)20 b(topic)g(name)125 1595 y
+Fe(\017)41 b Fk(a)20 b(re)o(gular)f(e)o(xpression)f(\(re)o(ge)o(xp\))
+125 1761 y Fe(\017)41 b Fk(a)20 b(description)0 1974
+y(Y)-9 b(ou)21 b(can)h(vie)n(w)g(this)g(information)e(by)i(logging)e
+(in)i(to)g(your)f(member)f(options)h(page.)30 b(\(See)22
+b(Section)g(3.1)f(for)g(more)g(details)i(on)e(ho)n(w)0
+2074 y(to)f(do)g(this.\))25 b(and)20 b(clicking)f(on)h(the)g
+(\224details\224)g(link)g(for)g(an)o(y)f(topic)h(that)g(interests)h
+(you.)0 2221 y(T)-7 b(o)19 b(post)f(on)g(a)h(gi)n(v)o(en)f(topic,)g
(you)g(need)g(to)g(mak)o(e)g(sure)h(that)g(the)f Fd(K)m(e)o(yw)o(ords:)
24 b Fk(or)18 b Fd(Subject:)23 b Fk(headers)18 b(in)g(a)h(message)g
-(match)f(the)g Fc(r)m(e)m(gular)0 4038 y(e)n(xpr)m(ession)g
-Fk(for)g(that)g(topic.)24 b(A)18 b(re)o(gular)f(e)o(xpression)g(is)i(a)
-f(pattern)f(which)h(may)g(match)f(more)h(than)f(one)h(thing.)24
-b(Re)o(gular)17 b(e)o(xpressions)0 4138 y(can)h(actually)f(be)h(f)o
-(airly)g(comple)o(x,)f(so)h(you)f(may)h(w)o(ant)g(to)h(just)f(ask)h
-(the)f(list)h(administrator)d(if)j(you)e(don')o(t)f(kno)n(w)h(ho)n(w)h
-(to)g(mak)o(e)g(heads)0 4237 y(or)i(tails)h(of)f(the)g(e)o(xpression)f
-(gi)n(v)o(en.)0 4384 y(If)e(you)f(really)g(w)o(ant)h(to)g(kno)n(w)f
-(more)g(about)f(re)o(gular)h(e)o(xpressions,)g(read)g(on,)h(b)n(ut)f
-(for)h(the)f(most)h(part,)g(your)f(list)h(administrator)f(should)0
-4484 y(include)j(in)i(the)f(topic)g(description)e(what)i(you)g(need)f
-(to)i(add)e(to)h(your)f(K)n(e)o(yw)o(ords)g(or)h(Subject)g(line)g(to)h
-(match)e(the)h(topic)g(pattern.)0 4631 y(Most)26 b(Mailman)f(topic)h(e)
-o(xpressions)e(will)j(be)f(f)o(airly)f(simple)h(re)o(gular)f(e)o
-(xpressions,)g(so)i(in)f(this)g(document)e(we)i(will)h(simply)e(gi)n(v)
-o(e)0 4730 y(you)c(some)i(common)d(e)o(xamples.)30 b(Re)o(gular)22
-b(e)o(xpressions)f(are)h(a)h(bit)f(too)g(comple)o(x)f(to)h(teach)g(in)h
-(a)f(fe)n(w)h(lines)f(here,)g(so)h(if)g(you)e(really)0
-4830 y(w)o(ant)e(to)g(understand)d(ho)n(w)j(the)f(re)o(gular)g(e)o
-(xpressions)f(w)o(ork,)h(you)g(should)g(\002nd)g(a)i(tutorial)e(or)g
-(reference)f(else)n(where.)24 b(\(F)o(or)18 b(e)o(xample,)0
-4930 y(De)n(vShed)h(has)h(a)h(decent)f(tutorial)f(at)i
-Fd(http://www)l(.de)n(vshed.com/Ser)r(v)n(er)p 2149 4930
+(match)f(the)g Fc(r)m(e)m(gular)0 2321 y(e)n(xpr)m(ession)27
+b Fk(for)g(that)h(topic.)46 b(Re)o(gular)26 b(e)o(xpressions)h(can)g
+(actually)g(be)g(f)o(airly)g(comple)o(x,)g(so)h(you)e(may)h(w)o(ant)h
+(to)f(just)h(ask)g(the)f(list)0 2420 y(administrator)19
+b(if)h(you)f(don')o(t)g(kno)n(w)g(ho)n(w)h(to)g(mak)o(e)g(heads)f(or)h
+(tails)i(of)d(the)i(e)o(xpression)d(gi)n(v)o(en.)0 2567
+y(Most)26 b(Mailman)f(topic)h(e)o(xpressions)e(will)j(be)f(f)o(airly)f
+(simple)h(re)o(gular)f(e)o(xpressions,)g(so)i(in)f(this)g(document)e
+(we)i(will)h(simply)e(gi)n(v)o(e)0 2667 y(you)c(some)i(common)d(e)o
+(xamples.)30 b(Re)o(gular)22 b(e)o(xpressions)f(are)h(a)h(bit)f(too)g
+(comple)o(x)f(to)h(teach)g(in)h(a)f(fe)n(w)h(lines)f(here,)g(so)h(if)g
+(you)e(really)0 2766 y(w)o(ant)e(to)g(understand)d(ho)n(w)j(the)f(re)o
+(gular)g(e)o(xpressions)f(w)o(ork,)h(you)g(should)g(\002nd)g(a)i
+(tutorial)e(or)g(reference)f(else)n(where.)24 b(\(F)o(or)18
+b(e)o(xample,)0 2866 y(De)n(vShed)h(has)h(a)h(decent)f(tutorial)f(at)i
+Fd(http://www)l(.de)n(vshed.com/Ser)r(v)n(er)p 2149 2866
42 4 v 40 w(Side/Administr)o(ation/Reg)o(Exp/)-6 b Fk(\))0
-5076 y(Here)20 b(are)g(some)g(e)o(xamples)f(of)h(possible)g(re)o(gular)
-f(e)o(xpressions)g(and)g(matching)g(lines:)p 0 5549 3901
-4 v 0 5649 a Ff(14)3051 b(9)84 b(Mailing)25 b(list)e(topics)p
-eop end
-%%Page: 15 15
-TeXDict begin 15 14 bop 567 70 a Fh(Regular)19 b(expr)o(ession)p
-1294 100 4 100 v 99 w(Matching)h(lines)p 517 103 2867
-4 v 567 173 a Fk(zuf)n(f)p 1294 203 4 100 v 645 w(K)n(e)o(yw)o(ords:)k
-(zuf)n(f)567 272 y(zuf)n(f)p 1294 302 V 645 w(K)n(e)o(yw)o(ords:)g
-(ZUFF)567 372 y(zuf)n(f)p 1294 402 V 645 w(K)n(e)o(yw)o(ords:)g(Zuf)n
-(f)567 472 y(zuf)n(f)p 1294 501 V 645 w(K)n(e)o(yw)o(ords:)g
-(amaryllis,)c(zuf)n(f,)f(applesauce)567 571 y(zuf)n(f)p
-1294 601 V 645 w(Subject:)25 b([zuf)n(f])19 b(Do)h(you)f(ha)n(v)o(e)h
-(the)g(right)g(stuf)n(f)f(for)h(zuf)n(f?)567 671 y(zuf)n(f)p
-1294 701 V 645 w(Subject:)25 b(Do)20 b(you)g(ha)n(v)o(e)f(the)h(right)g
-(stuf)n(f)g(for)f(zuf)n(f?)567 770 y(zuf)n(f)p 1294 800
-V 645 w(Subject:)25 b(What)c(is)g(zuf)n(f?)p 517 804
-2867 4 v 567 873 a Fe(n)p Fk([zuf)n(f)p Fe(n)p Fk(])p
-1294 903 4 100 v 505 w(K)n(e)o(yw)o(ords:)j([zuf)n(f])567
-973 y Fe(n)p Fk([zuf)n(f)p Fe(n)p Fk(])p 1294 1003 V
+3013 y(Here)20 b(are)g(some)g(e)o(xamples)f(of)h(possible)g(re)o(gular)
+f(e)o(xpressions)g(and)g(matching)g(lines:)567 3239 y
+Fh(Regular)g(expr)o(ession)p 1294 3269 4 100 v 99 w(Matching)h(lines)p
+517 3272 2867 4 v 567 3342 a Fk(zuf)n(f)p 1294 3372 4
+100 v 645 w(K)n(e)o(yw)o(ords:)k(zuf)n(f)567 3442 y(zuf)n(f)p
+1294 3472 V 645 w(K)n(e)o(yw)o(ords:)g(ZUFF)567 3541
+y(zuf)n(f)p 1294 3571 V 645 w(K)n(e)o(yw)o(ords:)g(Zuf)n(f)567
+3641 y(zuf)n(f)p 1294 3671 V 645 w(K)n(e)o(yw)o(ords:)g(amaryllis,)c
+(zuf)n(f,)f(applesauce)567 3741 y(zuf)n(f)p 1294 3770
+V 645 w(Subject:)25 b([zuf)n(f])19 b(Do)h(you)f(ha)n(v)o(e)h(the)g
+(right)g(stuf)n(f)f(for)h(zuf)n(f?)567 3840 y(zuf)n(f)p
+1294 3870 V 645 w(Subject:)25 b(Do)20 b(you)g(ha)n(v)o(e)f(the)h(right)
+g(stuf)n(f)g(for)f(zuf)n(f?)567 3940 y(zuf)n(f)p 1294
+3970 V 645 w(Subject:)25 b(What)c(is)g(zuf)n(f?)p 517
+3973 2867 4 v 567 4043 a Fe(n)p Fk([zuf)n(f)p Fe(n)p
+Fk(])p 1294 4073 4 100 v 505 w(K)n(e)o(yw)o(ords:)j([zuf)n(f])567
+4142 y Fe(n)p Fk([zuf)n(f)p Fe(n)p Fk(])p 1294 4172 V
505 w(Subject:)h([zuf)n(f])19 b(Do)h(you)f(ha)n(v)o(e)h(the)g(right)g
-(stuf)n(f?)567 1073 y Fe(n)p Fk([zuf)n(f)p Fe(n)p Fk(])p
-1294 1103 V 505 w(Subject:)25 b(Online)20 b(zuf)n(f)f(tutorials)h(\(w)o
+(stuf)n(f?)567 4242 y Fe(n)p Fk([zuf)n(f)p Fe(n)p Fk(])p
+1294 4272 V 505 w(Subject:)25 b(Online)20 b(zuf)n(f)f(tutorials)h(\(w)o
(as)h(Re:)26 b([zuf)n(f])18 b(What)j(is)g(zuf)n(f?\))0
-1273 y(A)g(fe)n(w)f(notes:)125 1467 y Fe(\017)41 b Fk(The)20
+4467 y(A)g(fe)n(w)f(notes:)125 4680 y Fe(\017)41 b Fk(The)20
b(matching)f(is)i(case-insensiti)n(v)o(e,)e(so)i(if)g(zuf)n(f)e
(matches,)h(so)h(will)g(ZUFF)-7 b(,)21 b(zuFF)-7 b(,)21
b(and)f(an)o(y)g(other)f(v)n(ariations)h(in)g(capitaliza-)208
-1567 y(tion.)125 1723 y Fe(\017)41 b Fk(Some)25 b(characters)g(ha)n(v)o
+4780 y(tion.)125 4946 y Fe(\017)41 b Fk(Some)25 b(characters)g(ha)n(v)o
(e)g(special)h(meaning)e(in)i(a)h(re)o(gular)d(e)o(xpression,)h(so)h
(to)g(match)g(those)f(characters)g(speci\002cally)-5
-b(,)26 b(the)o(y)208 1823 y(must)i(be)h(\223escaped\224)e(with)i(a)g
+b(,)26 b(the)o(y)208 5046 y(must)i(be)h(\224escaped\224)e(with)i(a)g
(backslash)e(\()p Fe(n)p Fk(\).)50 b(As)29 b(you)f(can)g(see)h(in)g
(the)f(abo)o(v)o(e)f(e)o(xample,)i([)f(and)g(])h(are)g(such)f
-(characters.)208 1922 y(\(Others)23 b(include)h(\223.)-6
-b(\224,)25 b(\223?\224,)h(and)e(\223*\224\).)37 b(The)24
+(characters.)208 5145 y(\(Others)23 b(include)h(\224.)-6
+b(\224,)25 b(\224?\224,)h(and)e(\224*\224\).)37 b(The)24
b(backslash)f(is)j(also)e(used)h(for)e(other)h(things)g(\(I)g(w)o(asn')
-o(t)g(kidding)f(about)g(re)o(gular)208 2022 y(e)o(xpressions)15
+o(t)g(kidding)f(about)g(re)o(gular)208 5245 y(e)o(xpressions)15
b(being)h(comple)o(x:)22 b(consult)17 b(other)f(documentation)e(for)i
(details)i(about)e(other)g(uses)h(of)g(the)g(backslash)f(character\),)
-208 2122 y(b)n(ut)k(this)g(is)i(the)e(most)g(lik)o(ely)g(use)h(in)f(a)g
-(topic)g(e)o(xpression.)0 2402 y Fg(9.2)100 b(Ho)o(w)28
+208 5345 y(b)n(ut)k(this)g(is)i(the)e(most)g(lik)o(ely)g(use)h(in)f(a)g
+(topic)g(e)o(xpression.)p 0 5549 3901 4 v 0 5649 a Ff(14)3051
+b(9)84 b(Mailing)25 b(list)e(topics)p eop end
+%%Page: 15 15
+TeXDict begin 15 14 bop 0 83 a Fg(9.2)100 b(Ho)o(w)28
b(do)g(I)f(subscr)q(ibe)j(to)e(all)g(or)g(only)h(some)f(topics)g(on)g
-(a)g(list?)0 2605 y Fk(If)g(topics)g(ha)n(v)o(e)f(been)g(set)i(up)f(by)
-f(your)g(mailing)g(list)i(administrator)m(,)f(you)f(can)h(choose)f(to)h
+(a)g(list?)0 286 y Fk(If)g(topics)g(ha)n(v)o(e)f(been)g(set)i(up)f(by)f
+(your)g(mailing)g(list)i(administrator)m(,)f(you)f(can)h(choose)f(to)h
(subscribe)f(to)h(only)f(part)h(of)g(a)g(list)h(by)0
-2705 y(selecting)20 b(the)g(topics)g(you)f(w)o(ant)i(to)f(recei)n(v)o
-(e.)0 2852 y(If)g(you)f(wish)i(to)f(get)g(all)h(messages)g(sent)f(to)g
+386 y(selecting)20 b(the)g(topics)g(you)f(w)o(ant)i(to)f(recei)n(v)o
+(e.)0 532 y(If)g(you)f(wish)i(to)f(get)g(all)h(messages)g(sent)f(to)g
(the)h(list,)g(mak)o(e)e(sure)h(you)g(are)g(not)g(subscribed)f(to)h(an)
-o(y)f(topics.)104 3057 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
+o(y)f(topics.)104 721 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g
-(on)g(ho)n(w)f(to)i(do)f(this.\))104 3213 y(2.)41 b(Look)19
-b(for)g(the)h(section)g(mark)o(ed)f(\223Which)h(topic)g(cate)o(gories)f
+(on)g(ho)n(w)f(to)i(do)f(this.\))104 871 y(2.)41 b(Look)19
+b(for)g(the)h(section)g(mark)o(ed)f(\224Which)h(topic)g(cate)o(gories)f
(w)o(ould)g(you)h(lik)o(e)g(to)h(subscribe)e(to?\224)208
-3341 y(If)26 b(an)o(y)f(topics)h(are)h(de\002ned,)f(you)g(can)g(select)
-h(those)f(you)f(wish.)44 b(If)26 b(you)f(do)h(not)g(select)h(an)o(y)f
-(topics)g(of)g(interest,)h(you)f(will)208 3441 y(recei)n(v)o(e)19
-b(all)h(posts)h(sent)f(to)h(the)f(list.)0 3647 y(Y)-9
+995 y(If)26 b(an)o(y)f(topics)h(are)h(de\002ned,)f(you)g(can)g(select)h
+(those)f(you)f(wish.)44 b(If)26 b(you)f(do)h(not)g(select)h(an)o(y)f
+(topics)g(of)g(interest,)h(you)f(will)208 1095 y(recei)n(v)o(e)19
+b(all)h(posts)h(sent)f(to)h(the)f(list.)0 1284 y(Y)-9
b(ou)21 b(probably)d(also)k(w)o(ant)f(to)g(look)g(at)g(Section)g(9.3)f
(which)h(discusses)h(changing)d(your)h(settings)h(for)f(messages)i
-(where)e(no)h(topic)g(is)0 3746 y(set.)0 4027 y Fg(9.3)100
+(where)e(no)h(topic)g(is)0 1383 y(set.)0 1661 y Fg(9.3)100
b(Ho)o(w)28 b(do)g(I)f(get)i(or)f(a)n(v)n(oid)g(getting)h(messages)g
-(with)e(no)i(topic)f(set?)0 4230 y Fk(Some)22 b(messages)g(will)h(not)f
-(match)g(an)o(y)g(prede\002ned)e(topic)i(pattern.)30
-b(Y)-9 b(ou)22 b(can)g(choose)f(to)i(recei)n(v)o(e)e(or)h(ignore)f
-(such)h(non-matching)0 4329 y(messages.)j(If)20 b(you)g(wish)g(to)h
-(get)f(all)h(messages)f(sent)h(to)f(the)h(list,)g(mak)o(e)f(sure)g(you)
-f(are)h(not)g(subscribed)f(to)i(an)o(y)e(speci\002c)i(topic.)j(\(See)0
-4429 y(Section)c(9.2.\))0 4576 y(If)e(you)f(are)g(only)g(subscribed)g
-(to)h(some)f(topics,)h(you)f(can)h(either)f(choose)g(to)h(either)f
-(recei)n(v)o(e)g(or)h(not)f(recei)n(v)o(e)g(messages)h(with)g(no)f
-(topic)0 4675 y(set,)k(much)e(the)h(w)o(ay)g(you)g(can)g(choose)f(to)h
-(subscribe)g(only)f(to)h(certain)g(topics.)0 4822 y(T)-7
-b(o)20 b(change)f(this)i(setting,)104 5016 y(1.)41 b(Log)19
-b(in)h(to)h(your)e(member)g(options)g(page.)24 b(\(See)c(Section)g(3.1)
-g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)f(this.\))104
-5172 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)f(\223Do)h
-(you)g(w)o(ant)g(to)g(recei)n(v)o(e)f(message)h(that)h(do)e(not)h
-(match)g(an)o(y)f(topic)h(\002lter?\224)208 5300 y(If)k(you)g(wish)h
-(to)g(recei)n(v)o(e)e(messages)i(with)g(no)f(topic)h(set,)h(select)f
-(\223Y)-8 b(es.)i(\224)39 b(If)24 b(you)g(do)g(not)h(wish)g(to)g(recei)
-n(v)o(e)e(such)i(messages,)208 5400 y(choose)19 b(\223No.)-6
-b(\224)p 0 5549 3901 4 v 0 5649 a Ff(9.2)83 b(Ho)o(w)23
-b(do)h(I)f(subscr)q(ibe)f(to)i(all)g(or)f(only)g(some)g(topics)g(on)g
-(a)h(list?)1612 b(15)p eop end
-%%Page: 16 16
-TeXDict begin 16 15 bop 0 83 a Fk(This)20 b(setting)h(has)f(no)g(ef)n
-(fect)f(if)i(you)e(are)h(not)g(subscribed)f(to)h(an)o(y)g(topics.)0
-408 y Fl(10)120 b(Setting)35 b(other)g(options)0 658
-y Fg(10.1)100 b(Change)30 b(Globally?)36 b(Set)28 b(Globally?)35
-b(What)29 b(does)f(that)g(mean?)0 861 y Fk(F)o(or)d(some)g(of)g(the)h
-(options)e(gi)n(v)o(en)g(in)i(your)e(member)g(options)g(page,)i(there)f
-(is)h(a)g(checkbox)d(which)i(says)h(\223Change)e(Globally\224)h(or)0
-960 y(\223Set)30 b(Globally)-5 b(.)f(\224)51 b(This)30
-b(means)f(that)h(if)g(you)e(change)g(this)i(option,)g(you)f(can)g(also)
-h(ha)n(v)o(e)f(the)g(change)g(made)f(for)h(all)h(your)e(other)0
-1060 y(subscriptions)21 b(on)i(the)f(same)h(domain.)31
-b(This)23 b(can)f(be)h(handy)e(if,)i(for)f(e)o(xample,)g(you)g(w)o(ant)
-g(to)h(mak)o(e)f(sure)h(all)g(your)e(passw)o(ords)i(are)0
-1160 y(the)d(same,)g(or)g(you)g(are)g(going)f(on)g(v)n(acation)g(and)h
-(w)o(ant)g(to)h(turn)e(of)n(f)h(mail)g(deli)n(v)o(ery)e(from)i(all)g
-(the)h(lists.)0 1442 y Fg(10.2)100 b(Ho)o(w)28 b(do)g(I)g(change)h(m)o
-(y)e(name)i(as)f(Mailman)h(kno)o(ws)f(it?)0 1645 y Fk(T)-7
-b(o)20 b(change)f(your)g(subscription)g(name,)104 1850
+(with)e(no)i(topic)f(set?)0 1864 y Fk(If)16 b(you)g(wish)h(to)g(get)f
+(all)h(messages)g(sent)g(to)g(the)f(list,)i(mak)o(e)e(sure)h(you)f(are)
+g(not)g(subscribed)f(to)i(an)o(y)f(speci\002c)h(topic.)23
+b(\(See)17 b(Section)f(9.2.\))0 2011 y(If)i(you)f(are)g(only)g
+(subscribed)g(to)h(some)f(topics,)h(you)f(can)h(either)f(choose)g(to)h
+(either)f(recei)n(v)o(e)g(or)h(not)f(recei)n(v)o(e)g(messages)h(with)g
+(no)f(topic)0 2110 y(set,)k(much)e(the)h(w)o(ay)g(you)g(can)g(choose)f
+(to)h(subscribe)g(only)f(to)h(certain)g(topics.)0 2257
+y(T)-7 b(o)20 b(change)f(this)i(setting,)104 2438 y(1.)41
+b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
+b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
+f(this.\))104 2587 y(2.)41 b(Look)19 b(for)g(the)h(section)g(mark)o(ed)
+f(\224Do)h(you)g(w)o(ant)g(to)g(recei)n(v)o(e)f(message)h(that)h(do)e
+(not)h(match)g(an)o(y)f(topic)h(\002lter?\224)208 2712
+y(If)25 b(you)f(wish)i(to)g(recei)n(v)o(e)e(messages)h(with)h(no)f
+(topic)g(set,)i(select)f(\224Y)-8 b(es.)i(\224)25 b(If)h(you)e(do)h
+(not)g(wish)h(to)f(recei)n(v)o(e)g(such)g(messages,)208
+2811 y(choose)19 b(\224No.)-6 b(\224)0 2992 y(This)20
+b(setting)h(has)f(no)g(ef)n(fect)f(if)i(you)e(are)h(not)g(subscribed)f
+(to)h(an)o(y)g(topics.)0 3312 y Fl(10)120 b(Setting)35
+b(other)g(options)0 3561 y Fg(10.1)100 b(Change)30 b(Globally?)36
+b(Set)28 b(Globally?)35 b(What)29 b(does)f(that)g(mean?)0
+3764 y Fk(F)o(or)f(some)h(of)f(the)g(options)g(gi)n(v)o(en)f(in)i(your)
+e(member)g(options)h(page,)h(there)f(is)i(a)f(tick-box)e(which)h(says)h
+(\224Change)e(Globally\224)h(or)0 3864 y(\224Set)e(Globally)-5
+b(.)f(\224)23 b(This)h(means)g(that)h(if)g(you)e(change)g(this)i
+(option,)f(you)f(can)h(also)h(ha)n(v)o(e)f(the)g(change)f(made)h(for)g
+(all)h(your)e(other)g(list)0 3963 y(subscriptions)18
+b(with)i(the)g(same)f(address)g(to)h(lists)h(on)e(the)h(same)f(domain.)
+24 b(This)19 b(can)h(be)f(handy)f(if,)i(for)f(e)o(xample,)f(you)h(w)o
+(ant)g(to)h(mak)o(e)0 4063 y(sure)f(all)g(your)f(passw)o(ords)h(are)g
+(the)g(same,)g(or)g(you)f(are)h(going)f(on)g(v)n(acation)g(and)g(w)o
+(ant)i(to)f(turn)f(of)n(f)g(mail)h(deli)n(v)o(ery)f(from)g(all)h(the)g
+(lists.)0 4341 y Fg(10.2)100 b(Ho)o(w)28 b(do)g(I)g(change)h(m)o(y)e
+(name)i(as)f(Mailman)h(kno)o(ws)f(it?)0 4543 y Fk(T)-7
+b(o)20 b(change)f(your)g(subscription)g(name,)104 4724
y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
b(\(See)c(Section)g(3.1)g(for)f(more)h(details)g(on)g(ho)n(w)f(to)i(do)
-f(this.\))104 2011 y(2.)41 b(In)31 b(the)h(section)f(mark)o(ed)g
-(\223Changing)f(your)g(LISTN)m(AME)h(membership)f(information,)-6
-b(\224)32 b(enter)f(your)g(ne)n(w)h(name)f(in)h(the)208
-2111 y(appropriate)17 b(box.)0 2315 y(This)25 b(can)f(also)h(be)f
+f(this.\))104 4873 y(2.)41 b(In)31 b(the)h(section)g(mark)o(ed)f
+(\224Changing)f(your)h(LISTN)m(AME)g(membership)f(information,)-6
+b(\224)29 b(enter)j(your)e(ne)n(w)i(name)f(in)i(the)208
+4973 y(appropriate)17 b(box.)0 5154 y(This)25 b(can)f(also)h(be)f
(changed)f(for)g(multiple)h(lists)i(at)f(the)f(same)h(time)g(if)f(you)g
(are)g(subscribed)f(to)i(more)f(than)g(one)f(list)j(on)e(the)g(same)0
-2414 y(domain.)g(See)c(Section)g(10.1)f(for)h(information)d(about)j
-(changing)e(settings)i(globally)-5 b(.)0 2561 y Fh(Note:)24
+5253 y(domain.)g(See)c(Section)g(10.1)f(for)h(information)d(about)j
+(changing)e(settings)i(globally)-5 b(.)0 5400 y Fh(Note:)24
b Fk(Y)-9 b(ou)20 b(do)g(not)g(need)f(to)h(ha)n(v)o(e)g(a)h
-(subscription)d(name)i(set.)0 2844 y Fg(10.3)100 b(Ho)o(w)28
-b(do)g(I)g(set)f(m)o(y)g(pref)m(erred)j(language?)0 3047
-y Fk(Mailman)15 b(is)i(multi-lingual,)e(meaning)f(its)j(interf)o(ace)e
-(has)i(been)e(translated)g(to)h(man)o(y)f(dif)n(ferent)f(languages.)22
-b(Y)-9 b(our)15 b(list)i(administrator)0 3147 y(can)24
-b(enable)g(v)n(arious)f(languages)g(for)h(their)g(use)h(when)e
-(interacting)h(with)g(Mailman.)37 b(\(F)o(or)24 b(a)h(complete)e
-(listing)h(of)h(the)f(languages)0 3246 y(see)e Fd(http://www)l
-(.list.org/i18n)o(.h)o(tml)-6 b Fk(.\))29 b(If)21 b(your)g(list)h(has)g
-(other)f(languages)f(enabled,)g(you)h(may)g(be)g(able)g(to)h(ha)n(v)o
-(e)f(the)g(web)h(interf)o(ace,)0 3346 y(etc.)j(in)c(a)f(language)f(of)h
-(your)f(choice.)0 3493 y Fh(Note:)34 b Fk(This)25 b(does)f(NO)m(T)h
-(necessarily)f(mean)g(that)h(all)h(the)f(posts)g(sent)g(to)g(the)g
-(list)h(will)f(be)g(in)g(the)g(language)e(you)h(selected.)39
-b(Only)0 3593 y(the)19 b(pre-prepared)c(te)o(xts)k(presented)f(by)g
-(Mailman)g(will)h(be)g(af)n(fected)f(by)g(this)h(setting.)25
-b(Posts)19 b(are)g(in)g(whate)n(v)o(er)e(language)g(the)i(poster)0
-3692 y(uses.)0 3839 y(Y)-9 b(our)19 b(preferred)f(language)g(is)j(set)g
-(when)e(you)g(subscribe)g(\(see)i(Section5.1\),)d(and)h(can)h(be)g
-(changed)e(later)i(if)g(the)g(list)h(supports)e(more)0
-3939 y(than)h(one)f(language.)0 4085 y(T)-7 b(o)20 b(change)f(your)g
-(preferred)f(language)h(in)h(Mailman,)104 4290 y(1.)41
-b(Log)19 b(in)h(to)h(your)e(member)g(options)g(page.)24
-b(\(See)c(Section)g(3.1)g(for)f(instructions)g(on)h(ho)n(w)g(to)g(do)g
-(this.\))104 4451 y(2.)41 b(Go)21 b(to)g(the)g(section)g(mark)o(ed)e
-(\223What)j(language)d(do)h(you)h(prefer?\224)26 b(and)20
-b(choose)g(the)h(appropriate)e(language)g(from)h(the)h(drop-)208
-4551 y(do)n(wn)e(list.)26 b(If)20 b(there)f(is)j(no)d(drop-do)n(wn)e
-(list)22 b(of)e(languages,)e(the)i(list)i(you)d(are)h(on)g(probably)e
-(only)h(supports)g(one)h(language.)0 4755 y(If)d(your)e(list)j(does)f
-(not)f(support)g(the)h(language)e(you)h(w)o(ould)g(prefer)g(to)h(use,)g
-(you)f(may)h(contact)f(the)h(list)h(administrator)d(\(LISTN)m(AME-)0
-4855 y(o)n(wner@DOMAIN\))26 b(to)h(see)h(if)g(it)g(can)f(be)g(added,)h
-(b)n(ut)g(remember)d(that)j(this)g(may)f(mean)f(some)h(w)o(ork)g(that)h
-(the)f(list)i(and/or)d(site)0 4954 y(administrator\(s\))18
-b(do)i(not)g(ha)n(v)o(e)f(time)i(or)f(the)g(ability)g(to)g(do.)0
-5101 y(If)32 b(your)e(language)g(of)i(choice)f(is)i(not)e(a)n(v)n
-(ailable)h(because)f(no)g(translation)g(e)o(xists)h(for)g(Mailman,)i
-(please)d(consider)g(v)n(olunteer)n(-)0 5201 y(ing)j(your)g(time)g(as)i
-(a)f(translator)-5 b(.)67 b(F)o(or)35 b(more)e(information)g(you)g(may)
-h(w)o(ant)h(to)g(consult)f(the)h(mailman-i18n)c(mailing)j(list)i(at)0
-5300 y Fd(http://mail.p)n(ython.org)o(/mail)o(man/)o(li)o(stinf)m(o/ma)
-o(ilma)o(n-i)o(18)o(n)-6 b Fk(.)52 b(The)28 b(current)g(status)h(of)g
-(internationalization)d(ef)n(forts)i(is)i(a)n(v)n(ailable)e(at)0
-5400 y Fd(http://www)l(.list.org/i18n)o(.h)o(tml)-6 b
-Fk(.)p 0 5549 3901 4 v 0 5649 a Ff(16)2871 b(10)84 b(Setting)24
-b(other)f(options)p eop end
-%%Page: 17 17
-TeXDict begin 17 16 bop 0 83 a Fh(Note:)31 b Fk(i18n)22
-b(is)j(a)f(common)d(short-hand)g(for)i(\223internationalization\224)d
-(because)j(the)g(w)o(ord)g(starts)h(with)g(an)f(i,)i(ends)e(with)h(an)f
-(n,)h(and)0 183 y(has)c(18)g(letters)h(in)f(between.)k(If)c(you)g
-(mumble)f(a)h(bit,)g(i18n)g(e)n(v)o(en)f(sounds)g(a)i(bit)f(lik)o(e)h
-(\223internationalization.)-6 b(\224)0 464 y Fg(10.4)100
+(subscription)d(name)i(set.)p 0 5549 3901 4 v 0 5649
+a Ff(9.2)83 b(Ho)o(w)23 b(do)h(I)f(subscr)q(ibe)f(to)i(all)g(or)f(only)
+g(some)g(topics)g(on)g(a)h(list?)1612 b(15)p eop end
+%%Page: 16 16
+TeXDict begin 16 15 bop 0 83 a Fg(10.3)100 b(Ho)o(w)28
+b(do)g(I)g(set)f(m)o(y)g(pref)m(erred)j(language?)0 286
+y Fk(Mailman)116 b(is)h(a)n(v)n(ailable)f(with)h(man)o(y)e(dif)n
+(ferent)g(languages.)312 b(\(F)o(or)116 b(a)h(complete)e(listing)i(see)
+0 386 y Fd(http://mailman.sourcef)n(orge)n(.n)o(et/i)o(18)o(n.h)o(tml)
+-6 b Fk(.\))87 b(This)41 b(means)f(that,)46 b(if)41 b(your)e(list)j
+(has)f(other)f(languages)g(enabled,)k(you)c(may)0 485
+y(be)20 b(able)g(to)h(ha)n(v)o(e)e(the)h(web)g(interf)o(ace,)g(etc.)25
+b(in)20 b(a)h(language)d(of)i(your)f(choice.)0 632 y
+Fh(Note:)34 b Fk(This)25 b(does)f(NO)m(T)h(necessarily)f(mean)g(that)h
+(all)h(the)f(posts)g(sent)g(to)g(the)g(list)h(will)f(be)g(in)g(the)g
+(language)e(you)h(selected.)39 b(Only)0 732 y(the)19
+b(pre-prepared)c(te)o(xts)k(presented)f(by)g(Mailman)g(will)h(be)g(af)n
+(fected)f(by)g(this)h(setting.)25 b(Posts)19 b(are)g(in)g(whate)n(v)o
+(er)e(language)g(the)i(poster)0 831 y(uses.)0 978 y(Y)-9
+b(our)19 b(preferred)f(language)g(is)j(set)g(when)e(you)g(subscribe)g
+(\(see)i(Section5.1\),)d(and)h(can)h(be)g(changed)e(later)i(if)g(the)g
+(list)h(supports)e(more)0 1078 y(than)h(one)f(language.)0
+1225 y(T)-7 b(o)20 b(change)f(your)g(preferred)f(language)h(in)h
+(Mailman,)104 1438 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
+(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(instructions)g(on)h
+(ho)n(w)g(to)g(do)g(this.\))104 1604 y(2.)41 b(Go)21
+b(to)h(the)f(section)g(mark)o(ed)f(\224What)i(language)e(do)h(you)f
+(prefer?\224)g(and)h(choose)f(the)i(appropriate)d(language)g(from)i
+(the)g(drop-)208 1704 y(do)n(wn)e(list.)26 b(If)20 b(there)f(is)j(no)d
+(drop-do)n(wn)e(list)22 b(of)e(languages,)e(the)i(list)i(you)d(are)h
+(on)g(probably)e(only)h(supports)g(one)h(language.)0
+1917 y(If)d(your)e(list)j(does)f(not)f(support)g(the)h(language)e(you)h
+(w)o(ould)g(prefer)g(to)h(use,)g(you)f(may)h(contact)f(the)h(list)h
+(administrator)d(\(LISTN)m(AME-)0 2017 y(o)n(wner@DOMAIN\))26
+b(to)h(see)h(if)g(it)g(can)f(be)g(added,)h(b)n(ut)g(remember)d(that)j
+(this)g(may)f(mean)f(some)h(w)o(ork)g(that)h(the)f(list)i(and/or)d
+(site)0 2116 y(administrator\(s\))18 b(do)i(not)g(ha)n(v)o(e)f(time)i
+(or)f(the)g(ability)g(to)g(do.)0 2263 y(If)32 b(your)e(language)g(of)i
+(choice)f(is)i(not)e(a)n(v)n(ailable)h(because)f(no)g(translation)g(e)o
+(xists)h(for)g(Mailman,)i(please)d(consider)g(v)n(olunteer)n(-)0
+2363 y(ing)j(your)g(time)g(as)i(a)f(translator)-5 b(.)67
+b(F)o(or)35 b(more)e(information)g(you)g(may)h(w)o(ant)h(to)g(consult)f
+(the)h(mailman-i18n)c(mailing)j(list)i(at)0 2462 y Fd(http://mail.p)n
+(ython.org)o(/mail)o(man/)o(li)o(stinf)m(o/ma)o(ilma)o(n-i)o(18)o(n)-6
+b Fk(.)31 b(\(i18n)21 b(is)i(a)f(common)e(short-hand)g(for)h
+(\224internationalization\224)e(because)0 2562 y(the)k(w)o(ord)g
+(starts)h(with)g(an)f(i,)i(ends)e(with)g(an)g(n,)h(and)f(has)h(18)f
+(letters)h(in)f(between.)34 b(If)23 b(you)f(mumble)g(a)i(bit,)g(i18n)f
+(e)n(v)o(en)f(sounds)h(a)g(bit)0 2662 y(lik)o(e)d
+(\224internationalization.)-6 b(\224\))0 2946 y Fg(10.4)100
b(Ho)o(w)28 b(do)g(I)g(a)n(v)n(oid)g(ha)n(ving)h(m)o(y)e(name)i(appear)
h(on)f(the)f(subscr)q(ibers)h(list?)35 b(\(the)28 b(hide)h(option\))0
-667 y Fk(If)c(you)f(do)h(not)g(w)o(ant)g(to)h(ha)n(v)o(e)e(your)g
+3149 y Fk(If)c(you)f(do)h(not)g(w)o(ant)g(to)h(ha)n(v)o(e)e(your)g
(email)h(address)g(sho)n(w)g(up)g(on)g(the)g(subscriber)f(list)i(for)f
(an)o(y)f(reason,)i(you)e(can)h(opt)g(to)g(ha)n(v)o(e)g(it)0
-767 y(concealed.)0 914 y(Common)i(reasons)g(for)g(doing)g(this)i
+3249 y(concealed.)0 3396 y(Common)i(reasons)g(for)g(doing)g(this)i
(include)e(a)n(v)n(oiding)f(unsolicited)h(b)n(ulk)h(email)g(\(spam\).)
47 b(By)29 b(def)o(ault,)g(the)f(subscribers)f(list)i(is)0
-1013 y(obscured)23 b(to)h(hinder)f(spam)h(harv)o(esters,)g(b)n(ut)h(if)
-f(you)g(feel)g(this)h(is)g(insuf)n(\002cient)f(it')-5
-b(s)25 b(easy)f(enough)f(to)h(remo)o(v)o(e)f(your)g(address)h(from)0
-1113 y(the)g(subscriber)f(list)j(gi)n(v)o(en)c(in)j(the)f(information)e
-(pages)i(or)g(by)f(email)i(request.)36 b(\(Note)24 b(that)g(this)h
-(does)f(not)g(conceal)f(your)g(address)0 1213 y(from)18
-b(the)i(list)g(administrators.\))j(Y)-9 b(ou)19 b(may)g(wish)g(to)h
-(see)g(Section)f(11.2)f(for)h(more)f(information)f(on)i(what)h(Mailman)
-e(can)i(do)f(to)g(help)0 1312 y(a)n(v)n(oid)h(spam.)0
-1459 y(T)-7 b(o)20 b(change)f(this)i(setting)f(using)g(the)g(web)g
-(interf)o(ace:)104 1658 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
+3495 y(obscured)c(to)i(hinder)f(spam)h(harv)o(esters,)g(b)n(ut)g(if)g
+(you)f(feel)h(this)h(is)g(insuf)n(\002cient)e(it')-5
+b(s)28 b(easy)f(enough)e(to)i(remo)o(v)o(e)e(address)i(from)f(the)0
+3595 y(subscriber)20 b(list)j(gi)n(v)o(en)d(in)h(the)h(information)d
+(pages)h(or)i(by)f(email)g(request.)28 b(\(Note)21 b(that)g(this)h
+(does)f(not)g(conceal)g(your)f(address)h(from)0 3695
+y(the)d(list)i(administrators.\))i(Y)-9 b(ou)18 b(may)g(wish)h(to)f
+(see)h(Section)f(11.2)f(for)h(more)g(information)d(on)j(what)h(Mailman)
+e(can)i(do)e(to)i(help)f(a)n(v)n(oid)0 3794 y(spam.)0
+3941 y(T)-7 b(o)20 b(change)f(this)i(setting)f(using)g(the)g(web)g
+(interf)o(ace:)104 4155 y(1.)41 b(Log)19 b(in)h(to)h(your)e(member)g
(options)g(page.)24 b(\(See)c(Section)g(3.1)g(for)f(instructions)g(on)h
-(ho)n(w)g(to)g(do)g(this.\))104 1817 y(2.)41 b(Go)24
-b(to)g(the)h(section)f(mark)o(ed)f(\223Conceal)h(yourself)f(from)g
-(subscriber)g(list?\224)39 b(and)23 b(choose)h(\223Y)-8
-b(es\224)24 b(to)h(hide)f(your)f(name)h(from)208 1916
-y(the)c(list,)h(or)f(\223No\224)g(to)g(allo)n(w)g(your)f(name)h(to)g
-(appear)f(on)h(the)g(list.)0 2115 y(T)-7 b(o)20 b(change)f(this)i
-(setting)f(using)g(the)g(email)g(interf)o(ace:)104 2314
-y(1.)41 b(Send)19 b(a)i(mail)f(to)h Fd(LISTNAME-request@DOMAIN)c
-Fk(with)j(the)g(command)f Fc(set)i(hide)e(on)h Fk(or)g
-Fc(set)h(hide)f(of)o(f)12 b Fk(.)208 2444 y(Commands)21
-b(can)h(appear)f(in)h(either)g(the)g(body)f(or)h(the)g(subject)g(of)g
-(the)g(message.)30 b(\(See)23 b(Section)f(3.2)f(for)h(more)f
-(information)208 2543 y(about)e(sending)g(mail)h(commands.\))104
-2702 y(2.)41 b(Set)20 b(it)h(to)f(\223on\224)g(to)g(conceal)f(your)g
-(email)h(address)g(from)f(the)h(membership)e(list,)j(or)f(\223of)n(f)5
-b(\224)19 b(to)h(stop)g(concealing)e(your)h(address.)0
-3026 y Fl(11)120 b(Other)35 b(common)e(questions)0 3276
-y Fg(11.1)100 b(Ho)o(w)28 b(do)g(I)g(vie)n(w)g(the)g(list)f(archiv)n
-(es?)0 3479 y Fk(If)22 b(the)g(list)h(is)g(being)e(archi)n(v)o(ed,)f
-(pre)n(viously)g(posted)i(messages)g(can)g(be)g(vie)n(wed)f(by)h(going)
-e(to)i(the)g(archi)n(v)o(e')-5 b(s)21 b(web)h(pages,)g(a)h(link)e(to)0
-3578 y(which)g(can)g(be)g(found)f(on)h(the)g(list)i(information)c(page)
-h(and)h(in)h(the)f Fd(List-Archiv)n(e:)26 b Fk(header)21
-b(of)g(e)n(v)o(ery)f(posted)g(message)i(\(unless)f(your)0
-3678 y(list)e(administrator)d(has)i(disabled)f(such)h(headers\).)23
-b(Man)o(y)16 b(mail)i(programs)e(hide)i(the)g Fd(List-Archiv)n(e:)k
-Fk(mail)c(header)m(,)f(so)h(you)f(may)g(ha)n(v)o(e)0
-3777 y(to)j(tell)h(your)e(mail)i(program)d(to)i(allo)n(w)g(you)f(to)i
-(vie)n(w)f(full)g(headers)f(before)g(you)g(will)i(be)f(able)g(to)h(see)
-f(it.)0 3924 y(Public)31 b(archi)n(v)o(es)f(usually)h(ha)n(v)o(e)f
-(addresses)h(of)g(the)g(form)g Fd(http://WEBSER)l(VER/piper)r(mai)o
-(l/L)o(IST)o(NAME/)26 b Fk(and)31 b(pri)n(v)n(ate)f(archi)n(v)o(es)0
-4024 y(usually)20 b(ha)n(v)o(e)f(addresses)h(of)g(the)g(form)f
-Fd(http://WEBSER)l(VER/mailman/pr)q(iv)n(ate)o(/LI)o(STNAME)-6
-b Fk(.)0 4171 y(See)21 b(Section)e(3.1)h(for)g(more)f(information)f(on)
-h(\002nding)h(the)g(addresses)g(of)g(a)g(list.)0 4452
+(ho)n(w)g(to)g(do)g(this.\))104 4321 y(2.)41 b(Go)25
+b(to)g(the)g(section)g(mark)o(ed)f(\224Conceal)h(yourself)e(from)h
+(subscriber)g(list?\224)i(and)f(choose)f(\224Y)-8 b(es\224)25
+b(to)h(hide)e(your)g(name)h(from)208 4420 y(the)20 b(list,)h(or)f
+(\224No\224)g(to)g(allo)n(w)g(your)f(name)h(to)g(appear)f(on)h(the)g
+(list.)0 4633 y(T)-7 b(o)20 b(change)f(this)i(setting)f(using)g(the)g
+(email)g(interf)o(ace:)104 4847 y(1.)41 b(Send)19 b(a)i(mail)f(to)h
+Fd(LISTNAME-request@DOMAIN)c Fk(with)j(the)g(command)f
+Fc(set)i(hide)e(on)h Fk(or)g Fc(set)h(hide)f(of)o(f)12
+b Fk(.)208 4980 y(Commands)21 b(can)h(appear)f(in)h(either)g(the)g
+(body)f(or)h(the)g(subject)g(of)g(the)g(message.)30 b(\(See)23
+b(Section)f(3.2)f(for)h(more)f(information)208 5079 y(about)e(sending)g
+(mail)h(commands.\))104 5245 y(2.)41 b(Set)20 b(it)h(to)g(\224on\224)e
+(to)i(conceal)e(your)g(email)h(address)g(from)f(the)h(membership)e
+(list,)j(or)f(\224of)n(f\224)f(to)i(stop)f(concealing)e(your)h
+(address.)p 0 5549 3901 4 v 0 5649 a Ff(16)2871 b(10)84
+b(Setting)24 b(other)f(options)p eop end
+%%Page: 17 17
+TeXDict begin 17 16 bop 0 88 a Fl(11)120 b(Other)35 b(common)e
+(questions)0 338 y Fg(11.1)100 b(Ho)o(w)28 b(do)g(I)g(vie)n(w)g(the)g
+(list)f(archiv)n(es?)0 540 y Fk(If)22 b(the)h(list)h(has)e(archi)n(v)o
+(es,)g(the)o(y)g(can)g(be)h(vie)n(wed)e(by)h(going)g(to)g(a)h(web)g
+(page)f(address.)31 b(This)23 b(address)f(usually)g(link)o(ed)f(from)h
+(the)g(list)0 640 y(information)16 b(page)h(and)h(can)g(be)g(found)f
+(in)h(the)g Fd(List-Archiv)n(e:)23 b Fk(of)18 b(e)n(v)o(ery)f(list)j
+(message)e(unless)g(your)f(list)i(administrator)e(has)h(disabled)0
+740 y(these)j(headers.)27 b(\(Man)o(y)19 b(mail)j(programs)d(hide)h
+(the)h Fd(List-Archiv)n(e:)26 b Fk(mail)21 b(header)m(,)e(so)j(you)e
+(may)g(ha)n(v)o(e)h(to)g(tell)h(your)d(mail)j(program)c(to)0
+839 y(allo)n(w)i(you)f(to)i(vie)n(w)f(full)g(headers)f(before)g(you)g
+(will)i(be)f(able)g(to)h(see)g(it.\))0 986 y(Public)31
+b(archi)n(v)o(es)f(usually)h(ha)n(v)o(e)f(addresses)h(of)g(the)g(form)g
+Fd(http://WEBSER)l(VER/piper)r(mai)o(l/L)o(IST)o(NAME/)26
+b Fk(and)31 b(pri)n(v)n(ate)f(archi)n(v)o(es)0 1086 y(usually)20
+b(ha)n(v)o(e)f(addresses)h(of)g(the)g(form)f Fd(http://WEBSER)l
+(VER/mailman/pr)q(iv)n(ate)o(/LI)o(STNAME)-6 b Fk(.)0
+1233 y(See)21 b(Section)e(3.1)h(for)g(more)f(information)f(on)h
+(\002nding)h(the)g(addresses)g(of)g(a)g(list.)0 1516
y Fg(11.2)100 b(What)29 b(does)f(Mailman)h(do)g(to)f(help)h(protect)f
(me)g(from)g(unsolicited)h(b)n(ulk)g(email)f(\(spam\)?)0
-4655 y Fk(A)c(technical)e(list')-5 b(s)24 b(archi)n(v)o(es)e(may)h
+1719 y Fk(A)c(technical)e(list')-5 b(s)24 b(archi)n(v)o(es)e(may)h
(include)f(answers)h(to)g(a)g(range)f(of)h(dif)n(ferent)f(questions.)32
b(Often,)23 b(the)g(people)f(who)h(ha)n(v)o(e)f(posted)0
-4755 y(these)e(answers)h(w)o(ould)e(be)h(happ)o(y)f(to)i(help)f
+1819 y(these)e(answers)h(w)o(ould)e(be)h(happ)o(y)f(to)i(help)f
(someone)f(who)g(doesn')o(t)g(quite)h(understand)e(the)j(answer)m(,)e
-(and)h(don')o(t)e(mind)i(gi)n(ving)f(their)0 4855 y(address)i(out)f
+(and)h(don')o(t)e(mind)i(gi)n(ving)f(their)0 1919 y(address)i(out)f
(for)h(that)g(purpose.)26 b(But)c(although)d(it)j(w)o(ould)f(be)g(w)o
(onderful)e(if)i(e)n(v)o(eryone)e(could)h(contact)h(each)f(other)h
-(easily)-5 b(,)21 b(we)g(also)0 4954 y(w)o(ant)f(to)h(mak)o(e)e(sure)h
+(easily)-5 b(,)21 b(we)g(also)0 2018 y(w)o(ant)f(to)h(mak)o(e)e(sure)h
(that)h(the)f(list)h(and)f(list)h(archi)n(v)o(es)e(are)h(not)g(ab)n
-(used)g(by)g(people)f(who)g(send)h(spam.)0 5101 y(T)-7
+(used)g(by)g(people)f(who)g(send)h(spam.)0 2165 y(T)-7
b(o)21 b(mak)o(e)f(a)h(range)e(of)i(options)e(a)n(v)n(ailable)h(to)h
(list)h(administrators,)d(Mailman)h(allo)n(ws)h(a)g(v)n(ariety)e(of)h
-(con\002gurations)f(to)h(help)g(protect)0 5201 y(email)j(addresses.)33
+(con\002gurations)f(to)h(help)g(protect)0 2265 y(email)j(addresses.)33
b(Man)o(y)22 b(of)h(these)g(settings)g(are)g(optional)f(to)h(the)g
(list)h(administrator)m(,)e(so)h(your)f(particular)f(list)k(may)d(be)h
-(set)h(up)e(in)0 5300 y(dif)n(ferent)j(w)o(ays.)45 b(List)27
-b(administrators)e(must)i(w)o(alk)g(a)g(\002ne)g(line)g(between)f
-(protecting)e(subscribers)i(and)g(making)g(it)h(dif)n(\002cult)f(for)0
-5400 y(people)19 b(to)h(get)h(in)f(touch.)p 0 5549 3901
-4 v 0 5649 a Ff(10.4)84 b(Ho)o(w)22 b(do)i(I)f(a)n(v)n(oid)h(ha)n(ving)
-g(m)o(y)e(name)i(appear)g(on)f(the)g(subscr)q(ibers)f(list?)29
-b(\(the)23 b(hide)h(option\))608 b(17)p eop end
-%%Page: 18 18
-TeXDict begin 18 17 bop 125 83 a Fe(\017)41 b Fk(Subscriber)18
-b(lists)307 249 y Fh(\226)41 b Fk(The)30 b(list)h(administrator)d(can)i
-(choose)f(to)i(ha)n(v)o(e)e(the)h(subscriber)f(list)i(public,)h(vie)n
-(w)o(able)d(only)g(to)h(list)i(members,)f(or)390 348
-y(vie)n(w)o(able)20 b(only)f(to)h(list)i(administrators.)307
-481 y Fh(\226)41 b Fk(The)20 b(subscriber)g(list)h(is)g(sho)n(wn)f
-(with)h(the)f(addresses)g(obscured)f(to)i(mak)o(e)f(it)h(dif)n
-(\002cult)f(for)f(spam)i(harv)o(esters)e(to)i(collect)390
-580 y(your)e(address.)307 713 y Fh(\226)41 b Fk(Y)-9
+(set)h(up)e(in)0 2364 y(man)o(y)17 b(w)o(ays.)25 b(List)20
+b(administrators)d(must)i(w)o(alk)f(a)i(\002ne)e(line)h(between)f
+(protecting)f(subscribers)h(and)g(making)f(it)j(dif)n(\002cult)e(for)g
+(people)0 2464 y(to)i(get)h(in)f(touch.)125 2687 y Fe(\017)41
+b Fk(Subscriber)18 b(lists)307 2851 y Fh(\226)41 b Fk(The)30
+b(list)h(administrator)d(can)i(choose)f(to)i(ha)n(v)o(e)e(the)h
+(subscriber)f(list)i(public,)h(vie)n(w)o(able)d(only)g(to)h(list)i
+(members,)f(or)390 2950 y(vie)n(w)o(able)20 b(only)f(to)h(list)i
+(administrators.)307 3081 y Fh(\226)41 b Fk(The)20 b(subscriber)g(list)
+h(is)g(sho)n(wn)f(with)h(the)f(addresses)g(obscured)f(to)i(mak)o(e)f
+(it)h(dif)n(\002cult)f(for)f(spam)i(harv)o(esters)e(to)i(collect)390
+3180 y(your)e(address.)307 3311 y Fh(\226)41 b Fk(Y)-9
b(ou)20 b(can)g(choose)f(to)i(ha)n(v)o(e)e(your)g(address)h(hidden)f
(from)g(the)h(subscriber)f(list.)26 b(\(See)21 b(Section)e(10.4)h(for)f
-(more)h(informa-)390 812 y(tion.\))307 945 y Fh(\226)41
+(more)h(informa-)390 3410 y(tion.\))307 3540 y Fh(\226)41
b(Note:)25 b Fk(The)19 b(entire)h(subscriber)f(list)i(is)h(al)o(w)o
(ays)e(a)n(v)n(ailable)g(to)g(the)h(list)g(administrators.)125
-1110 y Fe(\017)41 b Fk(List)20 b(archi)n(v)o(es)307 1276
+3704 y Fe(\017)41 b Fk(List)20 b(archi)n(v)o(es)307 3867
y Fh(\226)41 b Fk(The)28 b(list)h(administrator)e(can)h(choose)f(for)g
(the)h(archi)n(v)o(es)f(to)i(be)f(public,)h(vie)n(w)o(able)e(only)g(to)
-i(members)e(\(pri)n(v)n(ate\),)h(or)390 1376 y(completely)19
-b(una)n(v)n(ailable.)307 1508 y Fh(\226)41 b Fk(The)28
+i(members)e(\(pri)n(v)n(ate\),)h(or)390 3967 y(completely)19
+b(una)n(v)n(ailable.)307 4097 y Fh(\226)41 b Fk(The)28
b(HTML)h(archi)n(v)o(es)e(which)h(are)h(created)f(by)g(Pipermail)g
(\(the)g(archi)n(ving)f(program)f(which)i(comes)h(def)o(ault)e(with)390
-1608 y(Mailman\))d(contain)f(only)h(obscured)e(addresses.)38
+4197 y(Mailman\))d(contain)f(only)h(obscured)e(addresses.)38
b(Other)24 b(archi)n(ving)e(programs)h(are)h(a)n(v)n(ailable)g(and)g
-(can)g(do)g(dif)n(ferent)390 1707 y(le)n(v)o(els)c(of)g(obfuscation)e
-(to)j(mak)o(e)e(addresses)h(less)i(readable.)307 1840
-y Fh(\226)41 b Fk(If)18 b(you)g(wish)g(to)h(be)f(more)f(sure,)h(you)g
-(can)g(set)h(the)f(mail)g(header)f(\223)p Fd(X-No-archiv)n(e:)23
-b Fk(yes\224)18 b(and)g(Mailman)f(will)i(not)f(archi)n(v)o(e)390
-1939 y(your)h(posts.)25 b(Similarly)-5 b(,)20 b(you)f(can)h(set)h(the)f
-(mail)g(header)f(\223)p Fd(X-Archiv)n(e:)25 b Fk(no\224)19
-b(to)i(disable)f(archi)n(ving.)390 2055 y Fh(W)-5 b(ar)o(ning:)24
-b Fk(This)c(does)g(not)f(stop)h(other)f(members)g(from)g(quoting)f
-(your)h(posts,)h(possibly)f(e)n(v)o(en)g(including)f(your)h(email)390
-2155 y(address.)125 2320 y Fe(\017)41 b Fk(Limited)19
-b(posting)g(to)i(the)f(lists)307 2486 y Fh(\226)41 b
-Fk(The)20 b(list)i(administrator)d(can)h(choose)g(who)g(can)g(post)h
-(to)f(the)h(list.)27 b(Most)21 b(lists)h(are)e(either)g(moderated)f
-(\(a)i(moderator)d(or)390 2586 y(administrator)g(re)n(vie)n(ws)g(each)h
-(posting\),)f(set)i(so)f(only)f(subscribers)g(may)h(post)g(to)g(the)g
-(list,)h(or)f(allo)n(w)g(an)o(yone)e(to)i(post)g(to)390
-2685 y(the)h(list.)307 2818 y Fh(\226)41 b Fk(By)20 b(allo)n(wing)e
-(only)g(subscribers)h(to)g(post)g(to)g(a)h(list,)g(Mailman)e(often)h
-(blocks)f(all)i(spam)f(and)g(some)g(viruses)f(from)h(being)390
-2917 y(sent)i(through)d(the)i(list.)26 b(As)21 b(such,)f(this)g(is)i(a)
-e(f)o(airly)g(common)e(setting)i(used)g(by)g(list)h(administrators.)125
-3083 y Fe(\017)41 b Fk(Anon)o(ymous)17 b(lists)307 3249
-y Fh(\226)41 b Fk(Lists)22 b(can)f(also)h(be)f(made)f(fully)g(anon)o
-(ymous:)25 b(all)c(identifying)e(information)g(about)h(the)h(sender)f
-(is)i(stripped)f(from)f(the)390 3348 y(header)f(before)g(the)h(message)
-g(is)h(sent)g(on.)307 3481 y Fh(\226)41 b Fk(This)27
-b(is)g(not)e(typically)h(used)g(for)f(anti-spam)g(measures)h(\(it)g
-(has)h(other)e(uses\),)i(b)n(ut)g(it)f(could)g(be)g(used)g(in)g(that)g
-(w)o(ay)g(if)390 3580 y(desired.)0 3809 y(Of)c(course,)f(man)o(y)f
-(address-obscuring)e(methods)i(can)i(be)f(circumv)o(ented)e(by)i
-(determined)f(people,)g(so)i(be)g(a)o(w)o(are)f(that)g(the)h(protec-)0
-3909 y(tions)e(used)g(may)g(not)g(be)g(enough.)0 4236
-y Fl(A)119 b(Email)32 b(commands)i(quic)n(k)f(ref)l(erence)208
-4454 y Fk(con\002rm)19 b Fb(<)p Fk(CONFIRMA)-9 b(TION-STRING)p
-Fb(>)390 4620 y Fk(Con\002rm)23 b(an)h(action.)36 b(The)23
+(can)g(do)g(dif)n(ferent)390 4296 y(le)n(v)o(els)c(of)g(obfuscation)e
+(to)j(mak)o(e)e(addresses)h(less)i(readable.)307 4427
+y Fh(\226)41 b Fk(If)21 b(you)e(wish)i(to)g(be)g(more)e(sure,)i(you)e
+(can)i(set)g(the)g(mail)g(header)e Fd(X-no-archiv)n(e:)24
+b Fk(and)c(Mailman)g(will)h(not)g(archi)n(v)o(e)e(your)390
+4526 y(posts.)25 b Fh(W)-5 b(ar)o(ning:)23 b Fk(This)d(does)e(not)h
+(stop)g(other)f(members)g(from)g(quoting)f(your)h(posts,)h(possibly)g
+(e)n(v)o(en)f(including)f(your)390 4626 y(email)j(address.)125
+4789 y Fe(\017)41 b Fk(Limited)19 b(posting)g(to)i(the)f(lists)307
+4953 y Fh(\226)41 b Fk(The)20 b(list)i(administrator)d(can)h(choose)g
+(who)g(can)g(post)h(to)f(the)h(list.)27 b(Most)21 b(lists)h(are)e
+(either)g(moderated)f(\(a)i(moderator)d(or)390 5053 y(administrator)g
+(re)n(vie)n(ws)g(each)h(posting\),)f(set)i(so)f(only)f(subscribers)g
+(may)h(post)g(to)g(the)g(list,)h(or)f(allo)n(w)g(an)o(yone)e(to)i(post)
+g(to)390 5152 y(the)h(list.)307 5282 y Fh(\226)41 b Fk(By)20
+b(allo)n(wing)e(only)g(subscribers)h(to)g(post)g(to)g(a)h(list,)g
+(Mailman)e(often)h(blocks)f(all)i(spam)f(and)g(some)g(viruses)f(from)h
+(being)390 5382 y(sent)i(through)d(the)i(list.)26 b(As)21
+b(such,)f(this)g(is)i(a)e(f)o(airly)g(common)e(setting)i(used)g(by)g
+(list)h(administrators.)p 0 5549 3901 4 v 3808 5649 a
+Ff(17)p eop end
+%%Page: 18 18
+TeXDict begin 18 17 bop 125 83 a Fe(\017)41 b Fk(Anon)o(ymous)17
+b(lists)307 249 y Fh(\226)41 b Fk(Lists)22 b(can)f(also)h(be)f(made)f
+(fully)g(anon)o(ymous:)25 b(all)c(identifying)e(information)g(about)h
+(the)h(sender)f(is)i(stripped)f(from)f(the)390 349 y(header)f(before)g
+(the)h(message)g(is)h(sent)g(on.)307 482 y Fh(\226)41
+b Fk(This)27 b(is)g(not)e(typically)h(used)g(for)f(anti-spam)g
+(measures)h(\(it)g(has)h(other)e(uses\),)i(b)n(ut)g(it)f(could)g(be)g
+(used)g(in)g(that)g(w)o(ay)g(if)390 581 y(desired.)0
+811 y(Of)c(course,)f(man)o(y)f(address-obscuring)e(methods)i(can)i(be)f
+(circumv)o(ented)e(by)i(determined)f(people,)g(so)i(be)g(a)o(w)o(are)f
+(that)g(the)h(protec-)0 911 y(tions)e(used)g(may)g(not)g(be)g(enough.)0
+1238 y Fl(A)119 b(Email)32 b(commands)i(quic)n(k)f(ref)l(erence)208
+1457 y Fk(con\002rm)19 b Fb(<)p Fk(CONFIRMA)-9 b(TION-STRING)p
+Fb(>)390 1623 y Fk(Con\002rm)23 b(an)h(action.)36 b(The)23
b(con\002rmation-string)e(is)k(required)d(and)h(should)g(be)h(supplied)
-f(within)g(a)i(mailback)d(con\002r)n(-)390 4720 y(mation)e(notice.)208
-4885 y(end)390 5051 y(Stop)g(processing)f(commands.)k(Use)e(this)g(if)f
+f(within)g(a)i(mailback)d(con\002r)n(-)390 1723 y(mation)e(notice.)208
+1889 y(end)390 2055 y(Stop)g(processing)f(commands.)k(Use)e(this)g(if)f
(your)f(mail)i(program)d(automatically)g(adds)i(a)h(signature)e
-(\002le.)208 5216 y(help)390 5382 y(Recei)n(v)o(e)h(a)h(cop)o(y)e(of)h
-(the)g(help)g(message.)p 0 5549 3901 4 v 0 5649 a Ff(18)2447
-b(A)83 b(Email)25 b(commands)e(quic)n(k)g(ref)n(erence)p
-eop end
-%%Page: 19 19
-TeXDict begin 19 18 bop 208 83 a Fk(info)390 249 y(Get)21
-b(information)d(about)h(this)i(mailing)e(list.)208 415
-y(lists)390 581 y(See)i(a)f(list)i(of)e(the)g(public)f(mailing)h(lists)
-h(on)f(this)h(GNU)f(Mailman)g(serv)o(er)-5 b(.)208 747
-y(passw)o(ord)19 b([)p Fb(<)p Fk(OLDP)-8 b(ASSW)o(ORD)p
-Fb(>)21 b(<)p Fk(NEWP)-8 b(ASSW)o(ORD)p Fb(>)p Fk(])21
-b([address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390 913
-y(Retrie)n(v)o(e)16 b(or)g(change)f(your)g(passw)o(ord.)23
-b(W)m(ith)17 b(no)f(ar)o(guments,)f(this)h(returns)g(your)f(current)g
-(passw)o(ord.)23 b(W)m(ith)17 b(ar)o(guments)390 1013
-y Fb(<)p Fk(OLDP)-8 b(ASSW)o(ORD)p Fb(>)21 b Fk(and)f
-Fb(<)p Fk(NEWP)-8 b(ASSW)o(ORD)p Fb(>)21 b Fk(you)f(can)g(change)f
-(your)g(passw)o(ord.)208 1179 y(set)i(...)390 1345 y(Set)g(or)f(vie)n
-(w)g(your)f(membership)f(options.)390 1461 y(Use)25 b(`set)g(help')e
-(\(without)g(the)i(quotes\))e(to)h(get)h(a)f(more)g(detailed)g(list)h
-(of)f(the)g(options)g(you)f(can)h(change.)36 b(This)24
-b(list)i(is)390 1561 y(also)21 b(gi)n(v)o(en)e(in)h(Appendix)e(B.)390
-1677 y(Use)j(`set)g(sho)n(w')e(\(without)g(the)i(quotes\))e(to)h(vie)n
-(w)g(your)f(current)g(option)g(settings.)208 1843 y(subscribe)g([)p
+(\002le.)208 2221 y(help)390 2387 y(Recei)n(v)o(e)h(a)h(cop)o(y)e(of)h
+(the)g(help)g(message.)208 2553 y(info)390 2719 y(Get)h(information)d
+(about)h(this)i(mailing)e(list.)208 2885 y(lists)390
+3051 y(See)i(a)f(list)i(of)e(the)g(public)f(mailing)h(lists)h(on)f
+(this)h(GNU)f(Mailman)g(serv)o(er)-5 b(.)208 3217 y(passw)o(ord)19
+b([)p Fb(<)p Fk(OLDP)-8 b(ASSW)o(ORD)p Fb(>)21 b(<)p
+Fk(NEWP)-8 b(ASSW)o(ORD)p Fb(>)p Fk(])21 b([address=)p
+Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390 3383 y(Retrie)n(v)o(e)16
+b(or)g(change)f(your)g(passw)o(ord.)23 b(W)m(ith)17 b(no)f(ar)o
+(guments,)f(this)h(returns)g(your)f(current)g(passw)o(ord.)23
+b(W)m(ith)17 b(ar)o(guments)390 3483 y Fb(<)p Fk(OLDP)-8
+b(ASSW)o(ORD)p Fb(>)21 b Fk(and)f Fb(<)p Fk(NEWP)-8 b(ASSW)o(ORD)p
+Fb(>)21 b Fk(you)f(can)g(change)f(your)g(passw)o(ord.)208
+3649 y(set)i(...)390 3815 y(Set)g(or)f(vie)n(w)g(your)f(membership)f
+(options.)390 3931 y(Use)25 b(`set)g(help')e(\(without)g(the)i
+(quotes\))e(to)h(get)h(a)f(more)g(detailed)g(list)h(of)f(the)g(options)
+g(you)f(can)h(change.)36 b(This)24 b(list)i(is)390 4031
+y(also)21 b(gi)n(v)o(en)e(in)h(Appendix)e(B.)390 4147
+y(Use)j(`set)g(sho)n(w')e(\(without)g(the)i(quotes\))e(to)h(vie)n(w)g
+(your)f(current)g(option)g(settings.)208 4313 y(subscribe)g([)p
Fb(<)p Fk(P)-8 b(ASSW)o(ORD)p Fb(>)p Fk(])21 b([digest\227nodigest])c
-([address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390 2009
+([address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390 4479
y(Subscribe)25 b(to)h(this)g(mailing)f(list.)43 b(Y)-9
b(our)25 b(passw)o(ord)g(must)h(be)g(gi)n(v)o(en)e(to)i(unsubscribe)e
-(or)i(change)e(your)h(options,)h(b)n(ut)390 2109 y(if)32
+(or)i(change)e(your)h(options,)h(b)n(ut)390 4579 y(if)32
b(you)e(omit)h(the)g(passw)o(ord,)i(one)d(will)i(be)f(generated)f(for)g
(you.)57 b(Y)-9 b(ou)31 b(may)f(be)h(periodically)f(reminded)f(of)i
-(your)390 2208 y(passw)o(ord.)390 2325 y(The)21 b(ne)o(xt)g(ar)o
+(your)390 4678 y(passw)o(ord.)390 4794 y(The)21 b(ne)o(xt)g(ar)o
(gument)e(may)i(be)h(either:)27 b(`nodigest')20 b(or)h(`digest')g(\(no)
f(quotes!\).)28 b(If)21 b(you)g(wish)g(to)h(subscribe)f(an)g(address)
-390 2424 y(other)f(than)g(the)g(address)g(you)g(sent)g(this)h(request)f
+390 4894 y(other)f(than)g(the)g(address)g(you)g(sent)g(this)h(request)f
(from,)f(you)h(may)f(specify)h(`address=)p Fb(<)p Fk(ADDRESS)p
-Fb(>)p Fk(')f(\(no)g(brack)o(ets)390 2524 y(around)g(the)h(email)g
-(address,)f(and)h(no)g(quotes!\))208 2690 y(unsubscribe)e([)p
+Fb(>)p Fk(')f(\(no)g(brack)o(ets)390 4994 y(around)g(the)h(email)g
+(address,)f(and)h(no)g(quotes!\))208 5160 y(unsubscribe)e([)p
Fb(<)p Fk(P)-8 b(ASSW)o(ORD)p Fb(>)p Fk(])21 b([address=)p
-Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390 2856 y(Unsubscribe)e(from)g(the)h
+Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])p 0 5549 3901 4 v 0 5649
+a Ff(18)2447 b(A)83 b(Email)25 b(commands)e(quic)n(k)g(ref)n(erence)p
+eop end
+%%Page: 19 19
+TeXDict begin 19 18 bop 390 83 a Fk(Unsubscribe)19 b(from)g(the)h
(mailing)f(list.)26 b(If)20 b(gi)n(v)o(en,)e(your)h(passw)o(ord)h(must)
g(match)f(your)g(current)f(passw)o(ord.)25 b(If)20 b(omitted,)390
-2956 y(a)30 b(con\002rmation)d(email)i(will)g(be)g(sent)h(to)f(the)g
+183 y(a)30 b(con\002rmation)d(email)i(will)g(be)g(sent)h(to)f(the)g
(unsubscribing)d(address.)51 b(If)29 b(you)f(wish)i(to)f(unsubscribe)e
-(an)i(address)390 3055 y(other)20 b(than)g(the)g(address)g(you)g(sent)g
+(an)i(address)390 282 y(other)20 b(than)g(the)g(address)g(you)g(sent)g
(this)h(request)f(from,)f(you)h(may)f(specify)h(`address=)p
Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(')f(\(no)g(brack)o(ets)390
-3155 y(around)g(the)h(email)g(address,)f(and)h(no)g(quotes!\))208
-3321 y(who)f([)p Fb(<)p Fk(P)-8 b(ASSW)o(ORD)p Fb(>)p
+382 y(around)g(the)h(email)g(address,)f(and)h(no)g(quotes!\))208
+543 y(who)f([)p Fb(<)p Fk(P)-8 b(ASSW)o(ORD)p Fb(>)p
Fk(])21 b([address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390
-3487 y(See)i(e)n(v)o(eryone)d(who)h(is)i(on)f(this)h(mailing)e(list.)33
+705 y(See)i(e)n(v)o(eryone)d(who)h(is)i(on)f(this)h(mailing)e(list.)33
b(The)21 b(roster)h(is)h(limited)f(to)h(list)g(members)e(only)-5
-b(,)21 b(and)h(you)f(must)i(supply)390 3587 y(your)g(membership)e
-(passw)o(ord)i(to)h(retrie)n(v)o(e)f(it.)36 b(If)23 b(you')l(re)f
-(posting)h(from)f(an)i(address)f(other)g(than)g(your)g(membership)390
-3686 y(address,)i(specify)f(your)g(membership)f(address)h(with)h
+b(,)21 b(and)h(you)f(must)i(supply)390 804 y(your)g(membership)e(passw)
+o(ord)i(to)h(retrie)n(v)o(e)f(it.)36 b(If)23 b(you')l(re)f(posting)h
+(from)f(an)i(address)f(other)g(than)g(your)g(membership)390
+904 y(address,)i(specify)f(your)g(membership)f(address)h(with)h
(`address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(')e(\(no)h(brack)o(ets)g
-(around)f(the)i(email)390 3786 y(address,)20 b(and)f(no)h(quotes!\))0
-4113 y Fl(B)119 b(Member)34 b(options)h(quic)n(k)d(ref)l(erence)208
-4332 y Fk(set)21 b(help)390 4498 y(Sho)n(w)f(this)h(detailed)e(help.)
-208 4664 y(set)i(sho)n(w)e([address=)p Fb(<)p Fk(ADDRESS)p
-Fb(>)p Fk(])390 4830 y(V)-5 b(ie)n(w)21 b(your)e(current)f(option)h
+(around)f(the)i(email)390 1004 y(address,)20 b(and)f(no)h(quotes!\))0
+1329 y Fl(B)119 b(Member)34 b(options)h(quic)n(k)d(ref)l(erence)208
+1546 y Fk(set)21 b(help)390 1707 y(Sho)n(w)f(this)h(detailed)e(help.)
+208 1868 y(set)i(sho)n(w)e([address=)p Fb(<)p Fk(ADDRESS)p
+Fb(>)p Fk(])390 2030 y(V)-5 b(ie)n(w)21 b(your)e(current)f(option)h
(settings.)26 b(If)20 b(you')l(re)e(posting)h(from)g(an)h(address)g
-(other)f(than)h(your)f(membership)f(address,)390 4930
+(other)f(than)h(your)f(membership)f(address,)390 2130
y(specify)24 b(your)g(membership)f(address)h(with)h(`address=)p
Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(')e(\(no)h(brack)o(ets)h(around)d(the)j
-(email)g(address,)390 5029 y(and)20 b(no)g(quotes!\).)208
-5195 y(set)h(authenticate)d Fb(<)p Fk(P)-8 b(ASSW)o(ORD)p
-Fb(>)22 b Fk([address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])p
+(email)g(address,)390 2229 y(and)20 b(no)g(quotes!\).)208
+2391 y(set)h(authenticate)d Fb(<)p Fk(P)-8 b(ASSW)o(ORD)p
+Fb(>)22 b Fk([address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(])390
+2552 y(T)-7 b(o)23 b(set)g(an)o(y)f(of)g(your)g(options,)f(you)h(must)h
+(include)e(this)i(command)e(\002rst,)i(along)f(with)h(your)e
+(membership)g(passw)o(ord.)390 2652 y(If)h(you')l(re)d(posting)i(from)g
+(an)g(address)h(other)e(than)i(your)e(membership)g(address,)h(specify)g
+(your)f(membership)g(address)390 2751 y(with)h(`address=)p
+Fb(<)p Fk(ADDRESS)p Fb(>)p Fk(')d(\(no)h(brack)o(ets)h(around)e(the)i
+(email)h(address,)e(and)h(no)f(quotes!\).)208 2913 y(set)i(ack)f(on)208
+3012 y(set)h(ack)f(of)n(f)390 3174 y(When)j(the)h(`ack')f(option)f(is)i
+(turned)e(on,)i(you)e(will)j(recei)n(v)o(e)d(an)h(ackno)n(wledgement)d
+(message)k(whene)n(v)o(er)d(you)i(post)g(a)390 3274 y(message)d(to)h
+(the)f(list.)208 3435 y(set)h(digest)f(plain)208 3535
+y(set)h(digest)f(mime)208 3634 y(set)h(digest)f(of)n(f)390
+3796 y(When)j(the)g(`digest')f(option)g(is)i(turned)e(of)n(f,)h(you)f
+(will)i(recei)n(v)o(e)e(postings)g(immediately)g(when)h(the)o(y)f(are)h
+(posted.)33 b(Use)390 3895 y(`set)26 b(digest)f(plain')f(if)i(instead)f
+(you)f(w)o(ant)h(to)g(recei)n(v)o(e)f(postings)h(b)n(undled)e(into)i(a)
+h(plain)f(te)o(xt)g(digest)g(\(i.e.)39 b(RFC)27 b(1153)390
+3995 y(digest\).)d(Use)17 b(`set)g(digest)g(mime')f(if)h(instead)f(you)
+g(w)o(ant)h(to)g(recei)n(v)o(e)e(postings)i(b)n(undled)e(together)g
+(into)h(a)i(MIME)e(digest.)208 4156 y(set)21 b(deli)n(v)o(ery)d(on)208
+4256 y(set)j(deli)n(v)o(ery)d(of)n(f)390 4417 y(T)l(urn)j(deli)n(v)o
+(ery)e(on)i(or)g(of)n(f.)28 b(This)21 b(does)g(not)g(unsubscribe)e
+(you,)i(b)n(ut)g(instead)g(tells)h(Mailman)f(not)g(to)g(deli)n(v)o(er)f
+(messages)390 4517 y(to)f(you)f(for)g(no)n(w)-5 b(.)24
+b(This)19 b(is)h(useful)e(if)h(you')l(re)e(going)g(on)i(v)n(acation.)k
+(Be)d(sure)e(to)h(use)g(`set)g(deli)n(v)o(ery)f(on')g(when)g(you)g
+(return)390 4617 y(from)h(v)n(acation!)208 4778 y(set)i(myposts)e(on)
+208 4878 y(set)i(myposts)e(of)n(f)390 5039 y(Use)f(`set)g(myposts)f(of)
+n(f)5 b(')16 b(to)i(a)n(v)n(oid)f(recei)n(ving)f(copies)h(of)g
+(messages)g(you)g(post)g(to)h(the)f(list.)26 b(This)17
+b(has)h(no)f(ef)n(fect)g(if)g(you')l(re)390 5139 y(recei)n(ving)i
+(digests.)208 5300 y(set)i(hide)e(on)208 5400 y(set)i(hide)e(of)n(f)p
0 5549 3901 4 v 3808 5649 a Ff(19)p eop end
%%Page: 20 20
-TeXDict begin 20 19 bop 390 83 a Fk(T)-7 b(o)23 b(set)g(an)o(y)f(of)g
-(your)g(options,)f(you)h(must)h(include)e(this)i(command)e(\002rst,)i
-(along)f(with)h(your)e(membership)g(passw)o(ord.)390
-183 y(If)h(you')l(re)d(posting)i(from)g(an)g(address)h(other)e(than)i
-(your)e(membership)g(address,)h(specify)g(your)f(membership)g(address)
-390 282 y(with)h(`address=)p Fb(<)p Fk(ADDRESS)p Fb(>)p
-Fk(')d(\(no)h(brack)o(ets)h(around)e(the)i(email)h(address,)e(and)h(no)
-f(quotes!\).)208 448 y(set)i(ack)f(on)208 548 y(set)h(ack)f(of)n(f)390
-714 y(When)j(the)h(`ack')f(option)f(is)i(turned)e(on,)i(you)e(will)j
-(recei)n(v)o(e)d(an)h(ackno)n(wledgement)d(message)k(whene)n(v)o(er)d
-(you)i(post)g(a)390 814 y(message)d(to)h(the)f(list.)208
-980 y(set)h(digest)f(plain)208 1079 y(set)h(digest)f(mime)208
-1179 y(set)h(digest)f(of)n(f)390 1345 y(When)j(the)g(`digest')f(option)
-g(is)i(turned)e(of)n(f,)h(you)f(will)i(recei)n(v)o(e)e(postings)g
-(immediately)g(when)h(the)o(y)f(are)h(posted.)33 b(Use)390
-1445 y(`set)26 b(digest)f(plain')f(if)i(instead)f(you)f(w)o(ant)h(to)g
-(recei)n(v)o(e)f(postings)h(b)n(undled)e(into)i(a)h(plain)f(te)o(xt)g
-(digest)g(\(i.e.)39 b(RFC)27 b(1153)390 1544 y(digest\).)d(Use)17
-b(`set)g(digest)g(mime')f(if)h(instead)f(you)g(w)o(ant)h(to)g(recei)n
-(v)o(e)e(postings)i(b)n(undled)e(together)g(into)h(a)i(MIME)e(digest.)
-208 1710 y(set)21 b(deli)n(v)o(ery)d(on)208 1810 y(set)j(deli)n(v)o
-(ery)d(of)n(f)390 1976 y(T)l(urn)j(deli)n(v)o(ery)e(on)i(or)g(of)n(f.)
-28 b(This)21 b(does)g(not)g(unsubscribe)e(you,)i(b)n(ut)g(instead)g
-(tells)h(Mailman)f(not)g(to)g(deli)n(v)o(er)f(messages)390
-2076 y(to)f(you)f(for)g(no)n(w)-5 b(.)24 b(This)19 b(is)h(useful)e(if)h
-(you')l(re)e(going)g(on)i(v)n(acation.)k(Be)d(sure)e(to)h(use)g(`set)g
-(deli)n(v)o(ery)f(on')g(when)g(you)g(return)390 2175
-y(from)h(v)n(acation!)208 2341 y(set)i(myposts)e(on)208
-2441 y(set)i(myposts)e(of)n(f)390 2607 y(Use)f(`set)g(myposts)f(of)n(f)
-5 b(')16 b(to)i(a)n(v)n(oid)f(recei)n(ving)f(copies)h(of)g(messages)g
-(you)g(post)g(to)h(the)f(list.)26 b(This)17 b(has)h(no)f(ef)n(fect)g
-(if)g(you')l(re)390 2707 y(recei)n(ving)i(digests.)208
-2873 y(set)i(hide)e(on)208 2972 y(set)i(hide)e(of)n(f)390
-3138 y(Use)i(`set)g(hide)e(on')h(to)g(conceal)f(your)g(email)i(address)
-e(when)h(people)f(request)h(the)g(membership)e(list.)208
-3304 y(set)j(duplicates)e(on)208 3404 y(set)i(duplicates)e(of)n(f)390
-3570 y(Use)k(`set)g(duplicates)e(of)n(f)5 b(')21 b(if)h(you)g(w)o(ant)g
-(Mailman)g(not)g(to)g(send)g(you)f(messages)i(if)f(your)f(address)h(is)
-h(e)o(xplicitly)e(men-)390 3670 y(tioned)g(in)h(the)g(T)-7
-b(o:)29 b(or)21 b(Cc:)30 b(\002elds)22 b(of)g(the)f(message.)30
-b(This)22 b(can)g(reduce)e(the)i(number)e(of)i(duplicate)f(postings)g
-(you)g(will)390 3769 y(recei)n(v)o(e.)208 3935 y(set)g(reminders)d(on)
-208 4035 y(set)j(reminders)d(of)n(f)390 4201 y(Use)j(`set)g(reminders)d
-(of)n(f)5 b(')19 b(if)i(you)e(w)o(ant)h(to)h(disable)f(the)g(monthly)e
+TeXDict begin 20 19 bop 390 83 a Fk(Use)21 b(`set)g(hide)e(on')h(to)g
+(conceal)f(your)g(email)i(address)e(when)h(people)f(request)h(the)g
+(membership)e(list.)208 249 y(set)j(duplicates)e(on)208
+349 y(set)i(duplicates)e(of)n(f)390 515 y(Use)k(`set)g(duplicates)e(of)
+n(f)5 b(')21 b(if)h(you)g(w)o(ant)g(Mailman)g(not)g(to)g(send)g(you)f
+(messages)i(if)f(your)f(address)h(is)h(e)o(xplicitly)e(men-)390
+614 y(tioned)g(in)h(the)g(T)-7 b(o:)29 b(or)21 b(Cc:)30
+b(\002elds)22 b(of)g(the)f(message.)30 b(This)22 b(can)g(reduce)e(the)i
+(number)e(of)i(duplicate)f(postings)g(you)g(will)390
+714 y(recei)n(v)o(e.)208 880 y(set)g(reminders)d(on)208
+980 y(set)j(reminders)d(of)n(f)390 1146 y(Use)j(`set)g(reminders)d(of)n
+(f)5 b(')19 b(if)i(you)e(w)o(ant)h(to)h(disable)f(the)g(monthly)e
(passw)o(ord)i(reminder)e(for)i(this)h(mailing)e(list.)p
0 5549 3901 4 v 0 5649 a Ff(20)2488 b(B)83 b(Member)24
b(options)g(quic)n(k)f(ref)n(erence)p eop end
diff --git a/admin/www/mailman-member.txt b/admin/www/mailman-member.txt
index 78c29e53..9d73f137 100644
--- a/admin/www/mailman-member.txt
+++ b/admin/www/mailman-member.txt
@@ -1,18 +1,17 @@
+ #GNU Mailman - List Member Manual Contents About this document...
+ About this document...
- #first Contents
-
- GNU Mailman - List Member Manual
+ Previous Page Up One Level Next Page GNU Mailman - List Member Manual
_________________________________________________________________
- GNU Mailman - List Member Manual
-
- Terri Oda
+GNU Mailman - List Member Manual
- terri(at)zone12.com
+ Terri Oda
- Release 2.1
- October 2, 2004
+ terri(at)zone12.com
+ Release 2.1
+ December 13, 2004
Front Matter
@@ -26,7 +25,7 @@
Contents
- * Front Matter
+ *
+ 1 Introduction
o 1.1 Acknowledgements
o 1.2 What is a mailing list?
@@ -79,7 +78,6 @@ Contents
unsolicited bulk email (spam)?
+ 1 Email commands quick reference
+ 2 Member options quick reference
- * About this document ...
1 Introduction
@@ -103,10 +101,10 @@ Contents
the message) and web sites (eg: drop-down box, button) or can look
them up. We also assume that the reader can already use his or her
email program and web browser well enough that instructions such as
- ``send email to this address'' or ``visit this web page'' or ``fill in
- the form provided'' are clear. If you are not familiar with these
- actions, you may want to consult other documentation to learn how to
- do these things with your particular setup.
+ "send email to this address" or "visit this web page" or "fill in the
+ form provided" are clear. If you are not familiar with these actions,
+ you may want to consult other documentation to learn how to do these
+ things with your particular setup.
1.1 Acknowledgements
@@ -122,11 +120,7 @@ Contents
artificial life spam detector, and is actually more of a programmer
than technical writer.
- Thanks to Margaret McCarthy, Jason Walton and Barry Warsaw for their
- help in proofreading and otherwise improving this manual.
-
- Thanks also to Ikeda Soji, who made the Japanese translation of this
- document, and Pablo Chamorro C., who made the Spanish translation.
+ Proofreading thanks go to Margaret McCarthy and Jason Walton.
1.2 What is a mailing list?
@@ -140,34 +134,34 @@ Contents
Two common types of email mailing lists are announcement lists and
discussion lists.
- Announcement lists are used so that one person or group can send
+ Announcement lists are are used so that one person or group can send
announcements to a group of people, much like a magazine publisher's
mailing list is used to send out magazines. For example, a band may
- use an announcement mailing list to let their fan base know about
- their upcoming concerts.
-
- A discussion list allows a group of people to discuss topics amongst
- themselves, with everyone able to send mail to the list and have it
- distributed to everyone in the group. This discussion may also be
- moderated, so only selected posts are sent on to the group as a whole,
- or only certain people are allowed to send to the group. For example,
- a group of model plane enthusiasts might use a discussion mailing list
+ use a mailing list to let their fan base know about their upcoming
+ concerts.
+
+ A discussion list is used to allow a group of people to discuss topics
+ amongst themselves, with everyone able to send mail to the list and
+ have it distributed to everyone in the group. This discussion may also
+ be moderated, so only selected posts are sent on to the group as a
+ whole, or only certain people are allowed to send to the group. For
+ example, a group of model plane enthusiasts might use a mailing list
to share tips about model construction and flying.
Some common terms:
- * A ``post'' typically denotes a message sent to a mailing list.
+ * A "post" typically denotes a message sent to a mailing list.
(Think of posting a message on a bulletin board.)
* People who are part of an electronic mailing list are usually
- called the list's ``members'' or ``subscribers.''
- * ``List administrators'' are the people in charge of maintaining
- that one list. Lists may have one or more administrators.
+ called the list's "members" or "subscribers."
+ * "List administrators" are the people in charge of maintaining that
+ one list. Lists may have one or more administrators.
* A list may also have people in charge of reading posts and
deciding if they should be sent on to all subscribers. These
people are called list moderators.
* Often more than one electronic mailing list will be run using the
same piece of software. The person who maintains the software
- which runs the lists is called the ``site administrator.'' Often
- the site administrator also administrates individual lists.
+ which runs the lists is called the "site administrator." Often the
+ site administrator also administrates individual lists.
1.3 GNU Mailman
@@ -236,12 +230,12 @@ Contents
web interface provides instructions as you go, but there are times
when people may prefer the email interface, so both are provided.
-
3.1 The web interface
- The web interface of Mailman is its selling point for many people,
- since it makes it much easier for subscribers and administrators to
- see which options are available, and what these options do.
+ The web interface of Mailman is its selling point for many
+ administrators, since it makes it much easier for subscribers and
+ administrators to see which options are available, and what these
+ options do.
Every mailing list is also accessible by a number of web pages. Note
that the exact URLs are configurable by the site administrator, so
@@ -268,8 +262,8 @@ Contents
m)
+ This page can also be accessed by going to the listinfo page
and entering your email address into the box beside the
- button marked ``Unsubscribe or Edit Options'' (this is near
- the bottom of the page).
+ button marked "Unsubscribe or Edit Options" (this is near the
+ bottom of the page).
+ The member options page allows you to log in/out and change
your list settings, as well as unsubscribe or get a copy of
your password mailed to you.
@@ -286,7 +280,7 @@ Contents
+ Usually found at http://WEBSERVER/pipermail/LISTNAME if the
list is publicly archived, and
http://WEBSERVER/mailman/private/LISTNAME if the list is
- privately archived. (For example,
+ privately archives. (For example,
http://lists.example.com/pipermail/mylist or
http://lists.example.com/mailman/private/mylist)
+ The list archive pages have copies of the posts sent to the
@@ -299,7 +293,6 @@ Contents
subscribed email address and your password to log in. (See
Section 6.1 for more information on getting your password.)
-
3.2 The email interface
Every mailing list has a set of email addresses to which messages can
@@ -326,11 +319,17 @@ Contents
which processes email commands that can be used to set member
subscription options, as well as process other commands. A list of
members' email commands is provided in Appendix A.
- * mylist-bounces@example.com - This address is used in Mailman's
- automatic bounce processing.
- * mylist-confirm@example.com - This address is used for processing
- confirmation messages for subscription and unsubscription
- requests.
+ * mylist-bounces@example.com - This address receives bounces from
+ members whose addresses have become either temporarily or
+ permanently inactive. The -bounces address is also a mail robot
+ that processes bounces and automatically disables or removes
+ members as configured in the bounce processing settings. Any
+ bounce messages that are either unrecognized, or do not seem to
+ contain member addresses, are forwarded to the list
+ administrators.
+ * mylist-confirm@example.com - This address is another email robot,
+ which processes confirmation messages for subscription and
+ unsubscription requests.
There's also an -admin address which also reaches the list
administrators, but this address only exists for compatibility with
@@ -342,11 +341,11 @@ Contents
Commands can appear in the subject line or the body of the message.
Each command should be on a separate line. If your mail program
automatically appends a signature to your messages, you may want to
- put the word ``end'' (without the quotes) on a separate line after
- your other commands. The end command tells Mailman not to process the
- email after that point.
+ put the word "end" (without the quotes) on a separate line after your
+ other commands. The end command tells Mailman not to process the email
+ after that point.
- The most important command is probably the ``help'' command, since it
+ The most important command is probably the "help" command, since it
makes Mailman return a message full of useful information about the
email commands and directions to the web interface.
@@ -354,7 +353,6 @@ Contents
Appendices A and B. (These have been slightly adapted from the output
of the help command.)
-
4 I need to talk to a human!
If you have any trouble with any of these commands, you can always
@@ -380,7 +378,6 @@ Contents
often the only things a list member needs to know, these can both be
done without requiring you to know a password.
-
5.1 How do I join a list? (subscribe)
There are two common ways you can subscribe to a Mailman mailing list.
@@ -389,23 +386,20 @@ Contents
1. Go to the list information page for the list you want to join.
(This will probably be something like
http://WEBSERVER/mailman/listinfo/LISTNAME)
- 2. Look for the section marked ``Subscribing to LISTNAME'' and fill
- in the boxes. You can fill in the following:
+ 2. Look for the section marked "Subscribing to LISTNAME" and fill in
+ the boxes. You can fill in the following:
+ You must enter your email address.
+ You may choose to supply your real name.
+ You may choose a password. If you do not choose one, Mailman
will generate one for you.
Warning: Do NOT use a valuable password, since this password
- may occasionally be mailed to you in plain text.
+ may be mailed to you in plain text.
+ If the list supports more than one language, you may be able
to choose your preferred language. Note: This setting does
- not affect posts to the list, only Mailman texts that come
- from the list software, such as your member options page.
+ not affect posts to the list, only pre-prepared Mailman texts
+ such as your member options page.
3. Press the subscribe button. A new page should appear telling you
- that your subscription request has been received. This page will
- provide you with further instructions, such as the need to wait
- for and reply to a confirmation messages, depending on the list's
- subscription policies.
+ that your request has been sent.
Using the email interface:
1. Open a mail program which sends mail from the address you want to
@@ -423,7 +417,7 @@ Contents
Follow the instructions given in the message to confirm your wish
to be subscribed.
* A moderator may also need to confirm your subscription if you are
- subscribing to a closed list.
+ subscribing to a limited list.
* Or you may have to wait for a moderator and follow the
instructions in the confirmation mail.
@@ -435,7 +429,6 @@ Contents
Note: Subscribing can be done in other ways as well. See Appendix A
for more advanced email subscribing commands.
-
5.2 How do I leave a list? (unsubscribe)
Don't want to be on a list any more? If you're just going on vacation
@@ -453,12 +446,12 @@ Contents
1. Go to the list information page for the list you want to leave.
(This will probably be something like
http://WEBSERVER/mailman/listinfo/LISTNAME)
- 2. Look for the section marked ``LISTNAME subscribers'' (usually
- found near the bottom of the page).
- 3. There should be a button marked ``Unsubscribe or Edit Options.''
+ 2. Look for the section marked "LISTNAME subscribers" (usually found
+ near the bottom of the page).
+ 3. There should be a button marked "Unsubscribe or Edit Options."
Enter your email address in the box beside this button and press
the button.
- 4. You should be brought to a new page which has an ``Unsubscribe''
+ 4. You should be brought to a new page which has an "Unsubscribe"
button. Press it to unsubscribe and follow the instructions given.
Using the email interface:
@@ -473,7 +466,6 @@ Contents
instructions given in that mail to complete the unsubscription. This
is to stop people from unsubscribing you without your permission. In
addition, a moderator may need to approve your unsubscription.
- (Administrator-approved unsubscriptions are uncommon.)
If you do not receive this confirmation mail with instructions, make
sure that you typed your email address correctly (if you were using
@@ -497,7 +489,6 @@ Contents
unsubscription commands). See Section 6.1 for more information on
getting your password.
-
6 Passwords
Your password was either set by you or generated by Mailman when you
@@ -510,7 +501,6 @@ Contents
Warning: Do NOT use a valuable password for Mailman, since it can be
sent in plain text to you.
-
6.1 How do I get my password?
If you've forgotten your password and haven't saved the welcome
@@ -520,14 +510,14 @@ Contents
1. Go to the list information page for the list from which you wish
to get your password (This will probably be something like
http://WEBSERVER/mailman/listinfo/LISTNAME)
- 2. Look for the section marked ``LISTNAME subscribers'' (this section
+ 2. Look for the section marked "LISTNAME subscribers" (this section
is usually found near the bottom of the page).
- 3. There should be a button marked ``Unsubscribe or Edit Options.''
+ 3. There should be a button marked "Unsubscribe or Edit Options."
Enter your email address in the box beside this button and press
the button.
- 4. You should be brought to a new page which has an ``Password
- Reminder'' section. Press the ``Remind'' button to have your
- password emailed to you.
+ 4. You should be brought to a new page which has an "Password
+ Reminder" section. Press the "Remind" button to have your password
+ emailed to you.
If you do not receive the password reminder email after doing this,
make sure that you typed your email address correctly and that the
@@ -557,7 +547,7 @@ Contents
instructions on how to do this.)
2. Look for the password changing boxes on the right-hand side of the
page and enter your new password in the appropriate boxes, then
- press the button marked ``Change My Password.''
+ press the button marked "Change My Password."
This can also be changed for multiple lists at the same time if you
are subscribed to more than one list on the same domain. See
@@ -588,8 +578,8 @@ Contents
Using the web interface:
1. Log in to your member options page. (See Section 3.1 for
instructions on how to do this.)
- 2. Look for the section marked ``Get password reminder email for this
- list?'' and change the value accordingly.
+ 2. Look for the section marked "Get password reminder email for this
+ list?" and change the value accordingly.
This can also be changed for multiple lists at the same time if you
are subscribed to more than one list on the same domain. See
@@ -601,12 +591,11 @@ Contents
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``on'' to receive reminders, and ``off'' to stop
- receiving reminders.
+ 2. Set it to "on" to receive reminders, and "off" to stop receiving
+ reminders.
7 Changing mail delivery
-
7.1 How do I turn mail delivery on or off? (delivery option)
You may wish to temporarily stop getting messages from the list
@@ -628,8 +617,8 @@ Contents
To disable/enable mail delivery using the web interface:
1. Log in to your options page. (See Section 3.1 for instructions.)
- 2. Go down to the section marked ``Mail delivery'' and select
- ``Disabled'' to stop receiving mail, and ``Enabled'' to start
+ 2. Go down to the section marked "Mail delivery" and select
+ "Disabled" to stop receiving mail, and "Enabled" to start
receiving mail.
This can also be changed for multiple lists at the same time if you
@@ -642,29 +631,24 @@ Contents
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``off'' to stop receiving posts, and ``on'' to start
+ 2. Set it to "off" to stop receiving posts, and "on" to start
receiving them again.
-
7.2 How can I avoid getting duplicate messages? (duplicates option)
Mailman can't completely stop you from getting duplicate messages, but
it can help. One common reason people get multiple copies of a mail is
- that the sender has used a ``group reply'' function to send mail to
- both the list and some number of individuals. If you want to avoid
- getting these messages, Mailman can be set to check and see if you are
- in the To: or CC: lines of the message. If your address appears there,
- then Mailman can be told not to deliver another copy to you. This
- means you get only the copy sent by the original sender, and not a
- copy which been altered by Mailman (to include headers and footers,
- strip attachments, etc.).
+ that the sender has used a "group reply" function to send mail to both
+ the list and some number of individuals. If you want to avoid getting
+ these messages, Mailman can be set to check and see if you are in the
+ To: or CC: lines of the message. If your address appears there, then
+ Mailman can be told not to deliver another copy to you.
To turn this on or off using the web interface:
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Scroll down to the bottom of the page to the section marked
- ``Avoid duplicate copies of messages?'' and change the value
- accordingly.
+ 2. Scroll down to the bottom of the page to the section marked "Avoid
+ duplicate copies of messages?" and change the value accordingly.
This can also be changed for multiple lists at the same time if you
are subscribed to more than one list on the same domain. See
@@ -676,33 +660,27 @@ Contents
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``on'' to receive list copies of messages already sent
- to you, set it to ``off'' to avoid receiving these duplicates.
-
+ 2. Set it to "on" to receive list copies of messages already sent to
+ you, set it to "off" to avoid receiving these duplicates.
7.3 How do I change my subscription address?
To change your subscription address,
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. In the section marked ``Changing your LISTNAME membership
- information,'' enter your new address.
+ 2. In the section marked "Changing your LISTNAME membership
+ information," enter your new address.
3. If you wish to change your address for all subscriptions using the
- old address, select the ``Change globally'' box. If you have
+ old address, select the "Change globally" box. If you have
subscriptions under another address or for lists on a different
domain, these will have to be done separately. See Section 10.1
for more information about changing settings globally.
- A confirmation message will be sent to your new address, and the
- change will not happen until you confirm the change by following the
- instructions in that message.
-
There is no special way to do this from the email interface, but you
can subscribe and unsubscribe for more or less the same effect. (See
Sections 5.1 and 5.2 for more information on subscribing and
unsubscribing.)
-
7.4 How do I stop or start getting copies of my own posts? (myposts option)
By default in Mailman, you get a copy of every post you send to the
@@ -719,9 +697,9 @@ Contents
To set this using the web interface:
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Look for the section marked ``Receive your own posts to the
- list?'' Set it to ``Yes'' to receive copies of your own posts, and
- ``No'' to avoid receiving them.
+ 2. Look for the section marked "Receive your own posts to the list?"
+ Set it to "Yes" to receive copies of your own posts, and "No" to
+ avoid receiving them.
To set this using the email interface:
1. Send a mail to LISTNAME-request@DOMAIN with the command
@@ -729,9 +707,8 @@ Contents
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``on'' to receive copies of your own posts, and ``off''
- to avoid receiving them.
-
+ 2. Set it to "on" to receive copies of your own posts, and "off" to
+ avoid receiving them.
7.5 How can I get Mailman to tell me when my post has been received by the
list? (ack option)
@@ -751,10 +728,10 @@ list? (ack option)
To set this using the web interface:
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Look for the section marked ``Receive acknowledgement mail when
- you send mail to the list?'' Set it to ``Yes'' to receive a mail
- letting you know your post has been received, and ``No'' to avoid
- receiving such an acknowledgement.
+ 2. Look for the section marked "Receive acknowledgement mail when you
+ send mail to the list?" Set it to "Yes" to receive a mail letting
+ you know your post has been received, and "No" to avoid receiving
+ such an acknowledgement.
To set this using the email interface:
1. Send a mail to LISTNAME-request@DOMAIN with the command set ack on
@@ -762,8 +739,8 @@ list? (ack option)
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``on'' if you wish to receive mail letting you know your
- post has been received, and ``off'' to avoid receiving such an
+ 2. Set it to "on" if you wish to receive mail letting you know your
+ post has been received, and "off" to avoid receiving such an
acknowledgement.
7.6 I don't seem to be getting mail from the lists. What should I do?
@@ -784,11 +761,11 @@ list? (ack option)
(LISTNAME-owner@DOMAIN) to ask if the list is working.
* You were bouncing mail and have had mail delivery (temporarily)
disabled by the list software.
- If your mail provider ``bounces'' too many messages (that is, it
+ If your mail provider "bounces" too many messages (that is, it
tells Mailman that the message could not be delivered) Mailman
eventually stops trying to send you mail. This feature allows
Mailman to gracefully handle addresses which no longer exist (for
- example, the subscriber has found a new Internet service provider
+ example, the subscriber has found a new internet service provider
and forgot to unsubscribe the old address), as well as addresses
which are temporarily out-of-service (for example, the subscriber
has used up all of the allotted space for his or her email
@@ -803,14 +780,10 @@ list? (ack option)
working.
To check if this may be the reason you are not receiving messages,
log in to the your options page (See Section 3.1 for more details
- on how to do this) and look at your options. If your subscription
- has been disabled or Mailman has received bounces from your email
- address, there will be a big banner at the top of this page.
- To re-enable mail delivery, look for an option marked ``Mail
- Delivery'' and set it to ``Enabled'' to start receiving mail
- again. To get rid of your bounce score, you can disable and then
- re-enable delivery. For more instructions on disabling or enabling
- mail delivery, see Section 7.1.
+ on how to do this) and look at your options. There should be one
+ marked "Mail Delivery" - if it is set to "Disabled," set it to
+ "Enabled" to start receiving mail again. (For more instructions on
+ disabling or enabling mail delivery, see Section 7.1.)
Note: Even if you have not been disabled at the time you check,
you could be bouncing messages and not have reached the threshold
for your subscription to be disabled. You may need to check again.
@@ -826,23 +799,21 @@ list? (ack option)
(Instructions on how to do this varies from platform to platform,
so you may want to use a search engine to find those appropriate
for you.)
- * The mail server or Mailman might not be functioning properly. This
- can happen if the system is overloaded with viruses or spam and
- the mail system that hosts Mailman has trouble keeping up.
+ * The Mailman installation on the list server is not functioning or
+ not functioning properly.
To test if this is a case, try visiting the list's web interface
and try sending a message to LISTNAME-request@DOMAIN with the
- command ``help'' (without the quotes) in the Subject:. If neither
- of these works after a reasonable length of time, this may be the
+ command "help" (without the quotes) in the Subject:. If neither of
+ these works after a reasonable length of time, this may be the
problem. You may wish to contact either the list or site
administrator(s).
8 Digests
-
8.1 How can I start or stop getting the list posts grouped into one big email?
(digest option)
- Groups of posts are called ``digests'' in Mailman. Rather than get
+ Groups of posts are called "digests" in Mailman. Rather than get
messages one at a time, you can get messages grouped together. On a
moderately busy list, this typically means you get one email per day,
although it may be more or less frequent depending upon the list.
@@ -853,9 +824,9 @@ list? (ack option)
To turn digest mode on or off using the web interface,
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Look for the section marked ``Set Digest Mode.''
- Set it to ``On'' to receive messages bundled together in digests.
- Set it to ``Off'' to receive posts separately.
+ 2. Look for the section marked "Set Digest Mode."
+ Set it to "On" to receive messages bundled together in digests.
+ Set it to "Off" to receive posts separately.
To turn digest mode on or off using the email interface,
1. Send a mail to LISTNAME-request@DOMAIN with the command
@@ -863,12 +834,11 @@ list? (ack option)
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``off'' if you wish to receive individual posts
- separately, and to ``plain'' or ``mime'' to receive posts grouped
- into one large mail. See Section 8.2 for more information on plain
+ 2. Set it to "off" if you wish to receive individual posts
+ separately, and to "plain" or "mime" to receive posts grouped into
+ one large mail. See Section 8.2 for more information on plain
versus MIME digests.
-
8.2 What are MIME and Plain Text Digests? How do I change which one I get?
(digest option)
@@ -894,9 +864,9 @@ list? (ack option)
To set your digest type using the web interface:
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Look for the section marked ``Get MIME or Plain Text Digests?.''
- Set it to ``MIME'' to receive digests in MIME format, or ``Plain
- text'' to receive digests in plain text format.
+ 2. Look for the section marked "Get MIME or Plain Text Digests?."
+ Set it to "MIME" to receive digests in MIME format, or "Plain
+ text" to receive digests in plain text format.
This can also be changed for multiple lists at the same time if you
are subscribed to more than one list on the same domain. See
@@ -908,9 +878,8 @@ list? (ack option)
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``plain'' to get posts bundled into a plain text digest,
- or ``mime'' to get posts bundled together into a MIME digest.
-
+ 2. Set it to "plain" to get posts bundled into a plain text digest,
+ or "mime" to get posts bundled together into a MIME digest.
9 Mailing list topics
@@ -918,44 +887,37 @@ list? (ack option)
For example, the courses list on Linuxchix.org is a discussion list
for courses being run by linuxchix members, and often there are
several courses being run at the same time. (eg: Networking for
- beginners, C programming, LATEX document mark up.) Each of the courses
- being run is associated with a separate topic on the list so that
- people can choose only to receive the course they want to take.
+ beginners, C programming, LaTeX document mark up.) Each of the courses
+ being run is a separate topic on the list so that people can choose
+ only to receive the course they want to take.
These topics must be configured by the list administrator, but it is
the responsibility of each poster to make sure that their post is put
- with the correct topic. Usually, this means adding a word or tag of
- some type to the subject line (eg: [Networking] What type of cables do
- I need?) or making sure the Keywords: line has the right information.
- (By default, you can put a Keywords: section in the beginning of the
- body of your message, but this can be configured by your list
+ with the correct topic. Usually, this means adding a tag of some type
+ to the subject line (eg: [Networking] What type of cables do I need?)
+ or making sure the Keywords: line has the right information. (By
+ default, you can put a Keywords: section in the beginning of the body
+ of your message, but this can be configured by your list
administrator.) Note that these tags are case-insensitive.
-
9.1 How do I make sure that my post has the right topic?
When a list administrator defines a topic, he or she sets three
things:
* a topic name
- * a regular expression (regexp.)
+ * a regular expression (regexp)
* a description
You can view this information by logging in to your member options
page. (See Section 3.1 for more details on how to do this.) and
- clicking on the ``details'' link for any topic that interests you.
+ clicking on the "details" link for any topic that interests you.
To post on a given topic, you need to make sure that the Keywords: or
Subject: headers in a message match the regular expression for that
- topic. A regular expression is a pattern which may match more than one
- thing. Regular expressions can actually be fairly complex, so you may
+ topic. Regular expressions can actually be fairly complex, so you may
want to just ask the list administrator if you don't know how to make
heads or tails of the expression given.
- If you really want to know more about regular expressions, read on,
- but for the most part, your list administrator should include in the
- topic description what you need to add to your Keywords or Subject
- line to match the topic pattern.
-
Most Mailman topic expressions will be fairly simple regular
expressions, so in this document we will simply give you some common
examples. Regular expressions are a bit too complex to teach in a few
@@ -967,31 +929,30 @@ list? (ack option)
Here are some examples of possible regular expressions and matching
lines:
- Regular expression Matching lines
- zuff Keywords: zuff
- zuff Keywords: ZUFF
- zuff Keywords: Zuff
- zuff Keywords: amaryllis, zuff, applesauce
- zuff Subject: [zuff] Do you have the right stuff for zuff?
- zuff Subject: Do you have the right stuff for zuff?
- zuff Subject: What is zuff?
- \[zuff\] Keywords: [zuff]
- \[zuff\] Subject: [zuff] Do you have the right stuff?
+ Regular expression Matching lines
+ zuff Keywords: zuff
+ zuff Keywords: ZUFF
+ zuff Keywords: Zuff
+ zuff Keywords: amaryllis, zuff, applesauce
+ zuff Subject: [zuff] Do you have the right stuff for zuff?
+ zuff Subject: Do you have the right stuff for zuff?
+ zuff Subject: What is zuff?
+ \[zuff\] Keywords: [zuff]
+ \[zuff\] Subject: [zuff] Do you have the right stuff?
\[zuff\] Subject: Online zuff tutorials (was Re: [zuff] What is zuff?)
A few notes:
* The matching is case-insensitive, so if zuff matches, so will
ZUFF, zuFF, and any other variations in capitalization.
* Some characters have special meaning in a regular expression, so
- to match those characters specifically, they must be ``escaped''
+ to match those characters specifically, they must be "escaped"
with a backslash (\). As you can see in the above example, [ and ]
- are such characters. (Others include ``.'', ``?'', and ``*''). The
+ are such characters. (Others include ".", "?", and "*"). The
backslash is also used for other things (I wasn't kidding about
regular expressions being complex: consult other documentation for
details about other uses of the backslash character), but this is
the most likely use in a topic expression.
-
9.2 How do I subscribe to all or only some topics on a list?
If topics have been set up by your mailing list administrator, you can
@@ -1003,8 +964,8 @@ list? (ack option)
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Look for the section marked ``Which topic categories would you
- like to subscribe to?''
+ 2. Look for the section marked "Which topic categories would you like
+ to subscribe to?"
If any topics are defined, you can select those you wish. If you
do not select any topics of interest, you will receive all posts
sent to the list.
@@ -1012,13 +973,10 @@ list? (ack option)
You probably also want to look at Section 9.3 which discusses changing
your settings for messages where no topic is set.
-
9.3 How do I get or avoid getting messages with no topic set?
- Some messages will not match any predefined topic pattern. You can
- choose to receive or ignore such non-matching messages. If you wish to
- get all messages sent to the list, make sure you are not subscribed to
- any specific topic. (See Section 9.2.)
+ If you wish to get all messages sent to the list, make sure you are
+ not subscribed to any specific topic. (See Section 9.2.)
If you are only subscribed to some topics, you can either choose to
either receive or not receive messages with no topic set, much the way
@@ -1027,34 +985,32 @@ list? (ack option)
To change this setting,
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. Look for the section marked ``Do you want to receive message that
- do not match any topic filter?''
- If you wish to receive messages with no topic set, select ``Yes.''
- If you do not wish to receive such messages, choose ``No.''
+ 2. Look for the section marked "Do you want to receive message that
+ do not match any topic filter?"
+ If you wish to receive messages with no topic set, select "Yes."
+ If you do not wish to receive such messages, choose "No."
This setting has no effect if you are not subscribed to any topics.
10 Setting other options
-
10.1 Change Globally? Set Globally? What does that mean?
For some of the options given in your member options page, there is a
- checkbox which says ``Change Globally'' or ``Set Globally.'' This
- means that if you change this option, you can also have the change
- made for all your other subscriptions on the same domain. This can be
- handy if, for example, you want to make sure all your passwords are
- the same, or you are going on vacation and want to turn off mail
- delivery from all the lists.
-
+ tick-box which says "Change Globally" or "Set Globally." This means
+ that if you change this option, you can also have the change made for
+ all your other list subscriptions with the same address to lists on
+ the same domain. This can be handy if, for example, you want to make
+ sure all your passwords are the same, or you are going on vacation and
+ want to turn off mail delivery from all the lists.
10.2 How do I change my name as Mailman knows it?
To change your subscription name,
1. Log in to your member options page. (See Section 3.1 for more
details on how to do this.)
- 2. In the section marked ``Changing your LISTNAME membership
- information,'' enter your new name in the appropriate box.
+ 2. In the section marked "Changing your LISTNAME membership
+ information," enter your new name in the appropriate box.
This can also be changed for multiple lists at the same time if you
are subscribed to more than one list on the same domain. See
@@ -1064,12 +1020,10 @@ list? (ack option)
10.3 How do I set my preferred language?
- Mailman is multi-lingual, meaning its interface has been translated to
- many different languages. Your list administrator can enable various
- languages for their use when interacting with Mailman. (For a complete
- listing of the languages see http://www.list.org/i18n.html.) If your
- list has other languages enabled, you may be able to have the web
- interface, etc. in a language of your choice.
+ Mailman is available with many different languages. (For a complete
+ listing see http://mailman.sourceforge.net/i18n.html.) This means
+ that, if your list has other languages enabled, you may be able to
+ have the web interface, etc. in a language of your choice.
Note: This does NOT necessarily mean that all the posts sent to the
list will be in the language you selected. Only the pre-prepared texts
@@ -1082,10 +1036,10 @@ list? (ack option)
To change your preferred language in Mailman,
1. Log in to your member options page. (See Section 3.1 for
instructions on how to do this.)
- 2. Go to the section marked ``What language do you prefer?'' and
- choose the appropriate language from the drop-down list. If there
- is no drop-down list of languages, the list you are on probably
- only supports one language.
+ 2. Go to the section marked "What language do you prefer?" and choose
+ the appropriate language from the drop-down list. If there is no
+ drop-down list of languages, the list you are on probably only
+ supports one language.
If your list does not support the language you would prefer to use,
you may contact the list administrator (LISTNAME-owner@DOMAIN) to see
@@ -1097,15 +1051,10 @@ list? (ack option)
exists for Mailman, please consider volunteering your time as a
translator. For more information you may want to consult the
mailman-i18n mailing list at
- http://mail.python.org/mailman/listinfo/mailman-i18n. The current
- status of internationalization efforts is available at
- http://www.list.org/i18n.html.
-
- Note: i18n is a common short-hand for ``internationalization'' because
- the word starts with an i, ends with an n, and has 18 letters in
- between. If you mumble a bit, i18n even sounds a bit like
- ``internationalization.''
-
+ http://mail.python.org/mailman/listinfo/mailman-i18n. (i18n is a
+ common short-hand for "internationalization" because the word starts
+ with an i, ends with an n, and has 18 letters in between. If you
+ mumble a bit, i18n even sounds a bit like "internationalization.")
10.4 How do I avoid having my name appear on the subscribers list? (the hide
option)
@@ -1116,18 +1065,17 @@ option)
Common reasons for doing this include avoiding unsolicited bulk email
(spam). By default, the subscribers list is obscured to hinder spam
harvesters, but if you feel this is insufficient it's easy enough to
- remove your address from the subscriber list given in the information
- pages or by email request. (Note that this does not conceal your
- address from the list administrators.) You may wish to see
- Section 11.2 for more information on what Mailman can do to help avoid
- spam.
+ remove address from the subscriber list given in the information pages
+ or by email request. (Note that this does not conceal your address
+ from the list administrators.) You may wish to see Section 11.2 for
+ more information on what Mailman can do to help avoid spam.
To change this setting using the web interface:
1. Log in to your member options page. (See Section 3.1 for
instructions on how to do this.)
- 2. Go to the section marked ``Conceal yourself from subscriber
- list?'' and choose ``Yes'' to hide your name from the list, or
- ``No'' to allow your name to appear on the list.
+ 2. Go to the section marked "Conceal yourself from subscriber list?"
+ and choose "Yes" to hide your name from the list, or "No" to allow
+ your name to appear on the list.
To change this setting using the email interface:
1. Send a mail to LISTNAME-request@DOMAIN with the command
@@ -1135,20 +1083,20 @@ option)
Commands can appear in either the body or the subject of the
message. (See Section 3.2 for more information about sending mail
commands.)
- 2. Set it to ``on'' to conceal your email address from the membership
- list, or ``off'' to stop concealing your address.
+ 2. Set it to "on" to conceal your email address from the membership
+ list, or "off" to stop concealing your address.
11 Other common questions
11.1 How do I view the list archives?
- If the list is being archived, previously posted messages can be
- viewed by going to the archive's web pages, a link to which can be
- found on the list information page and in the List-Archive: header of
- every posted message (unless your list administrator has disabled such
- headers). Many mail programs hide the List-Archive: mail header, so
- you may have to tell your mail program to allow you to view full
- headers before you will be able to see it.
+ If the list has archives, they can be viewed by going to a web page
+ address. This address usually linked from the list information page
+ and can be found in the List-Archive: of every list message unless
+ your list administrator has disabled these headers. (Many mail
+ programs hide the List-Archive: mail header, so you may have to tell
+ your mail program to allow you to view full headers before you will be
+ able to see it.)
Public archives usually have addresses of the form
http://WEBSERVER/pipermail/LISTNAME/ and private archives usually have
@@ -1157,7 +1105,6 @@ option)
See Section 3.1 for more information on finding the addresses of a
list.
-
11.2 What does Mailman do to help protect me from unsolicited bulk email
(spam)?
@@ -1172,8 +1119,8 @@ option)
To make a range of options available to list administrators, Mailman
allows a variety of configurations to help protect email addresses.
Many of these settings are optional to the list administrator, so your
- particular list may be set up in different ways. List administrators
- must walk a fine line between protecting subscribers and making it
+ particular list may be set up in many ways. List administrators must
+ walk a fine line between protecting subscribers and making it
difficult for people to get in touch.
* Subscriber lists
@@ -1197,9 +1144,7 @@ option)
available and can do different levels of obfuscation to make
addresses less readable.
+ If you wish to be more sure, you can set the mail header
- ``X-No-archive: yes'' and Mailman will not archive your
- posts. Similarly, you can set the mail header ``X-Archive:
- no'' to disable archiving.
+ X-no-archive: and Mailman will not archive your posts.
Warning: This does not stop other members from quoting your
posts, possibly even including your email address.
* Limited posting to the lists
@@ -1222,7 +1167,6 @@ option)
determined people, so be aware that the protections used may not be
enough.
-
1 Email commands quick reference
* confirm $<$ CONFIRMATION-STRING $>$
@@ -1276,7 +1220,6 @@ option)
membership address with `address= $<$ ADDRESS $>$ ' (no
brackets around the email address, and no quotes!)
-
2 Member options quick reference
* set help
@@ -1334,7 +1277,7 @@ option)
About this document ...
- GNU Mailman - List Member Manual, October 2, 2004, Release 2.1
+ GNU Mailman - List Member Manual, December 13, 2004, Release 2.1
This document was generated using the LaTeX2HTML translator.
@@ -1348,7 +1291,7 @@ option)
contributed by Christopher Petrilli.
_________________________________________________________________
- GNU Mailman - List Member Manual
+ Previous Page Up One Level Next Page GNU Mailman - List Member Manual
_________________________________________________________________
- Release 2.1, documentation updated on October 2, 2004.
+ Release 2.1, documentation updated on December 13, 2004.
diff --git a/admin/www/site.ht b/admin/www/site.ht
index 53961f30..8da919f9 100644
--- a/admin/www/site.ht
+++ b/admin/www/site.ht
@@ -3,11 +3,19 @@ Links: links.h doco-links.h
Site Administrator Documentation
-By definition, the site administrator has shell access to the Mailman
-installation, and the proper permissions for total control over
-Mailman at the site. The site admin can edit the
-Mailman/mm_cfg.py configuration file, and can run the
-various and sundry command line scripts.
+
The GNU Mailman - Installation
+Manual describes how to build and install Mailman. It contains general
+instructions, as well as specific details for various platforms, mail, and web
+servers. It is also available in
+PDF format (approx. 110k),
+PostScript format, (approx. 129k),
+and
+plain text format (approx. 63k).
+
+
By definition, the site administrator has shell access to the Mailman
+installation, and the proper permissions for total control over Mailman at the
+site. The site admin can edit the Mailman/mm_cfg.py
+configuration file, and can run the various and sundry command line scripts.
-By definition, the site administrator has shell access to the Mailman
-installation, and the proper permissions for total control over
-Mailman at the site. The site admin can edit the
-Mailman/mm_cfg.py configuration file, and can run the
-various and sundry command line scripts.
+
The GNU Mailman - Installation
+Manual describes how to build and install Mailman. It contains general
+instructions, as well as specific details for various platforms, mail, and web
+servers. It is also available in
+PDF format (approx. 110k),
+PostScript format, (approx. 129k),
+and
+plain text format (approx. 63k).
+
+
By definition, the site administrator has shell access to the Mailman
+installation, and the proper permissions for total control over Mailman at the
+site. The site admin can edit the Mailman/mm_cfg.py
+configuration file, and can run the various and sundry command line scripts.
Command line scripts
diff --git a/admin/www/users.ht b/admin/www/users.ht
index a48b4d56..02bb81d1 100644
--- a/admin/www/users.ht
+++ b/admin/www/users.ht
@@ -7,11 +7,10 @@ Links: links.h doco-links.h
by Terri Oda takes a question-and-answer
approach to helping end-users perform basic tasks in Mailman. Also available
in
-PDF format (approx. 96k),
-DVI format (approx. 84k),
-PS format (approx. 128k),
-or
-Plain text format (approx. 68k).
+PDF format (approx. 93k),
+PS format (approx. 124k),
+and
+plain text format (approx. 64k).