diff options
Diffstat (limited to '')
-rw-r--r-- | admin/www/mailman-admin/node27.html | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/admin/www/mailman-admin/node27.html b/admin/www/mailman-admin/node27.html new file mode 100644 index 00000000..f9173857 --- /dev/null +++ b/admin/www/mailman-admin/node27.html @@ -0,0 +1,130 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>3.9 The Archiving Options Category</title> +<META NAME="description" CONTENT="3.9 The Archiving Options Category"> +<META NAME="keywords" CONTENT="mailman-admin"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<link rel="STYLESHEET" href="mailman-admin.css"> +<link rel="first" href="mailman-admin.html"> +<link rel="contents" href="contents.html" title="Contents"> + +<LINK REL="next" HREF="node28.html"> +<LINK REL="previous" HREF="node26.html"> +<LINK REL="up" HREF="node9.html"> +<LINK REL="next" HREF="node28.html"> +</head> +<body> +<DIV CLASS="navigation"> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td><A HREF="node26.html"><img src="../icons/previous.gif" + border="0" height="32" + alt="Previous Page" width="32"></A></td> +<td><A HREF="node9.html"><img src="../icons/up.gif" + border="0" height="32" + alt="Up One Level" width="32"></A></td> +<td><A HREF="node28.html"><img src="../icons/next.gif" + border="0" height="32" + alt="Next Page" width="32"></A></td> +<td align="center" width="100%">GNU Mailman - List Administration Manual</td> +<td><A href="contents.html"><img src="../icons/contents.gif" + border="0" height="32" + alt="Contents" width="32"></A></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +</tr></table> +<b class="navlabel">Previous:</b> <a class="sectref" HREF="node26.html">3.8 The Bounce Processing</A> +<b class="navlabel">Up:</b> <a class="sectref" HREF="node9.html">3 The List Configuration</A> +<b class="navlabel">Next:</b> <a class="sectref" HREF="node28.html">3.10 The Mail/News Gateway</A> +<br><hr> +</DIV> +<!--End of Navigation Panel--> + +<H2><A NAME="SECTION002390000000000000000"> +3.9 The Archiving Options Category</A> +</H2> + +<P> +Mailman comes with a built-in web-based archiver called +<i>Pipermail</i>, although it can be configured to use external, +third party archivers. + +<P> +<DL> +<DT><STRONG>archive</STRONG></DT> +<DD>This option tells Mailman whether to archive messages it receives + or not, regardless of whether Pipermail or a third party archiver + is used. Turn this off if you don't want to archive messages. + +<P> +Note that senders can control whether their own posts are + archived, on an individual per-message basis. If the posted + message has a <span class="mailheader">X-No-Archive:</span> header (regardless of + value), or a <span class="mailheader">X-Archive:</span> header with a value of + <code>No</code> (case insensitive), then the message will not be + archived, although it will be treated as normal in all other + ways. + +<P> +</DD> +<DT><STRONG>archive_private</STRONG></DT> +<DD>Controls whether Pipermail archives are private or public. + Private archives require a valid member address and password, or a + list administrator password in order to access them. This + option has no effect when a third party archiver is used. + +<P> +</DD> +<DT><STRONG>archive_volume_frequency</STRONG></DT> +<DD>Controls how Pipermail splits messages in the archive. The most + common option is <i>Monthly</i> meaning a new archive volume is + started every month. Very high volume lists may want a shorter + frequency (e.g. <i>Weekly</i> or <i>Daily</i>) where as lower + volume lists may want a longer frequency (e.g. <i>Yearly</i>). + This option has no effect when a third party archiver is used. +</DD> +</DL> + +<P> + +<DIV CLASS="navigation"> +<p><hr> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td><A HREF="node26.html"><img src="../icons/previous.gif" + border="0" height="32" + alt="Previous Page" width="32"></A></td> +<td><A HREF="node9.html"><img src="../icons/up.gif" + border="0" height="32" + alt="Up One Level" width="32"></A></td> +<td><A HREF="node28.html"><img src="../icons/next.gif" + border="0" height="32" + alt="Next Page" width="32"></A></td> +<td align="center" width="100%">GNU Mailman - List Administration Manual</td> +<td><A href="contents.html"><img src="../icons/contents.gif" + border="0" height="32" + alt="Contents" width="32"></A></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +</tr></table> +<b class="navlabel">Previous:</b> <a class="sectref" HREF="node26.html">3.8 The Bounce Processing</A> +<b class="navlabel">Up:</b> <a class="sectref" HREF="node9.html">3 The List Configuration</A> +<b class="navlabel">Next:</b> <a class="sectref" HREF="node28.html">3.10 The Mail/News Gateway</A> +<hr> +<span class="release-info">Release 2.1, documentation updated on October 2, 2004.</span> +</DIV> +<!--End of Navigation Panel--> + +</BODY> +</HTML> |