------------------------------------------------------------
revno: 36
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: admin
timestamp: Fri 2008-10-31 14:38:20 -0700
message:
  Added some newer 'bin' and 'cron' scripts to the site.ht(ml) lists.
modified:
  www/site.ht
  www/site.html

=== modified file 'www/site.ht'
--- a/www/site.ht       2006-09-17 18:16:07 +0000
+++ b/www/site.ht       2008-10-31 21:38:20 +0000
@@ -24,7 +24,7 @@
 For more details, run the script with the <code>--help</code> option,
 which will print out the usage synopsis.  <em>You must run these
 scripts from the bin directory in the Mailman installation location,
-usually <code>/home/mailman</code></em>.
+default <code>/usr/local/mailman</code></em>.
 
 <dl>
 <dt><b>add_members</b>
@@ -52,6 +52,10 @@
 <dd>Use this script to check, and optionally fix, the permissions of
     the various files in a Mailman installation.
 
+<dt><b>cleanarch</b>
+<dd>Use this script to check a .mbox file for unescaped From_ lines
+    in the message bodies prior to using it as input to <b>arch</b>.
+
 <dt><b>clone_member</b>
 <dd>Use this script to <em>clone</em> an address on a particular list
     into different address.  This is useful when someone is changing
@@ -86,6 +90,9 @@
 <dt><b>digest_arch</b>
 <dd>This script is deprecated.
 
+<dt><b>discard</b>
+<dd>Use this script to discard held messages for a list or lists.
+
 <dt><b>dumpdb</b>
 <dd>This script dumps the plain text representation for any <code>.db</code>
     database file.  These files usually contain Python marshaled
@@ -103,6 +110,9 @@
 <dd>Use this script to regenerate the plain text and <em>db</em> alias
     files for Postfix (if you're using Postfix as your MTA).
 
+<dt><b>inject</b>
+<dd>Use this script to inject a message into a Mailman queue.
+
 <dt><b>list_admins</b>
 <dd>List all the owners of a mailing list.
 
@@ -114,6 +124,10 @@
     print just the regular or just the digest members, print the
     case-preserved addresses of the members, etc.
 
+<dt><b>list_owners</b>
+<dd>This script is a variant of <b>list_admins</b> that can also list
+    moderators and can select a subset of lists.
+
 <dt><b>mailmanctl</b>
 <dd>The main qrunner control script.  Use this to start, stop, and
     restart the qrunner.
@@ -125,7 +139,7 @@
     choose wisely!
 
 <dt><b>move_list</b>
-<dd>Use this script when you move Mailman to a new installation location.
+<dd>This script is deprecated.
 
 <dt><b>newlist</b>
 <dd>Use this script to create new mailing lists.
@@ -133,6 +147,10 @@
 <dt><b>qrunner</b>
 <dd>Use this to run a single qrunner once (for debugging).
 
+<dt><b>rb-archfix</b>
+<dd>Use this script to reduce the size of pre-Mailman 2.1.3 -article
+    database files.
+
 <dt><b>remove_members</b>
 <dd>Use this list to remove members from a mailing list.
 
@@ -141,6 +159,10 @@
     archives are not removed unless the <code>--archives</code> option
     is given.
 
+<dt><b>show_qfiles</b>
+<dd>Use this script to display the message contained in one or more
+    Mailman queue entry files.
+
 <dt><b>sync_members</b>
 <dd>Use this to synchronize mailing lists in a list's database with a
     plain text file of addresses, similar to what is used for
@@ -153,6 +175,16 @@
     <p>Command line options let you send various notification emails,
     preview the changes, etc.
 
+<dt><b>transcheck</b>
+<dd>Use this script to to check the templates and message catalog of a
+    translation to make sure that variables and tags referenced in the
+    translation are the same as the variables and tags in the original
+    templates and catalog.
+
+<dt><b>unshunt</b>
+<dd>Use this script to reprocess shunted messages after fixing the
+    underying problem that caused the shunting.
+
 <dt><b>update</b>
 <dd>Don't use this script manually; it is used as part of the
     installation and upgrade procedures.
@@ -225,6 +257,14 @@
 <dd>Checks for ending list requests (posts and subscriptions) and
     mails the list manager if there are any.
 
+<dt><b>cull_bad_shunt</b>
+<dd>Removes and possibly archives old entries fron the 'bad' and 'shunt'
+    queues.
+
+<dt><b>disabled</b>
+<dd>Sends warning notices when due and ultimately unsubscribes members
+    with delivery disabled by bounce.
+
 <dt><b>gate_news</b>
 <dd>Polls the NNTP servers for messages and forwards any new messages
     to their mailing list gateways.

=== modified file 'www/site.html'
--- a/www/site.html     2008-07-06 15:42:40 +0000
+++ b/www/site.html     2008-10-31 21:38:20 +0000
@@ -2,7 +2,7 @@
                       "http://www.w3.org/TR/html4/loose.dtd"; >
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sun Jul  6 11:41:20 2008 -->
+<!-- Fri Oct 31 14:32:47 2008 -->
 <!-- USING HT2HTML 2.0 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -203,7 +203,7 @@
 For more details, run the script with the <code>--help</code> option,
 which will print out the usage synopsis.  <em>You must run these
 scripts from the bin directory in the Mailman installation location,
-usually <code>/home/mailman</code></em>.
+default <code>/usr/local/mailman</code></em>.
 
 <dl>
 <dt><b>add_members</b>
@@ -231,6 +231,10 @@
 <dd>Use this script to check, and optionally fix, the permissions of
     the various files in a Mailman installation.
 
+<dt><b>cleanarch</b>
+<dd>Use this script to check a .mbox file for unescaped From_ lines
+    in the message bodies prior to using it as input to <b>arch</b>.
+
 <dt><b>clone_member</b>
 <dd>Use this script to <em>clone</em> an address on a particular list
     into different address.  This is useful when someone is changing
@@ -265,6 +269,9 @@
 <dt><b>digest_arch</b>
 <dd>This script is deprecated.
 
+<dt><b>discard</b>
+<dd>Use this script to discard held messages for a list or lists.
+
 <dt><b>dumpdb</b>
 <dd>This script dumps the plain text representation for any <code>.db</code>
     database file.  These files usually contain Python marshaled
@@ -282,6 +289,9 @@
 <dd>Use this script to regenerate the plain text and <em>db</em> alias
     files for Postfix (if you're using Postfix as your MTA).
 
+<dt><b>inject</b>
+<dd>Use this script to inject a message into a Mailman queue.
+
 <dt><b>list_admins</b>
 <dd>List all the owners of a mailing list.
 
@@ -293,6 +303,10 @@
     print just the regular or just the digest members, print the
     case-preserved addresses of the members, etc.
 
+<dt><b>list_owners</b>
+<dd>This script is a variant of <b>list_admins</b> that can also list
+    moderators and can select a subset of lists.
+
 <dt><b>mailmanctl</b>
 <dd>The main qrunner control script.  Use this to start, stop, and
     restart the qrunner.
@@ -304,7 +318,7 @@
     choose wisely!
 
 <dt><b>move_list</b>
-<dd>Use this script when you move Mailman to a new installation location.
+<dd>This script is deprecated.
 
 <dt><b>newlist</b>
 <dd>Use this script to create new mailing lists.
@@ -312,6 +326,10 @@
 <dt><b>qrunner</b>
 <dd>Use this to run a single qrunner once (for debugging).
 
+<dt><b>rb-archfix</b>
+<dd>Use this script to reduce the size of pre-Mailman 2.1.3 -article
+    database files.
+
 <dt><b>remove_members</b>
 <dd>Use this list to remove members from a mailing list.
 
@@ -320,6 +338,10 @@
     archives are not removed unless the <code>--archives</code> option
     is given.
 
+<dt><b>show_qfiles</b>
+<dd>Use this script to display the message contained in one or more
+    Mailman queue entry files.
+
 <dt><b>sync_members</b>
 <dd>Use this to synchronize mailing lists in a list's database with a
     plain text file of addresses, similar to what is used for
@@ -332,6 +354,16 @@
     <p>Command line options let you send various notification emails,
     preview the changes, etc.
 
+<dt><b>transcheck</b>
+<dd>Use this script to to check the templates and message catalog of a
+    translation to make sure that variables and tags referenced in the
+    translation are the same as the variables and tags in the original
+    templates and catalog.
+
+<dt><b>unshunt</b>
+<dd>Use this script to reprocess shunted messages after fixing the
+    underying problem that caused the shunting.
+
 <dt><b>update</b>
 <dd>Don't use this script manually; it is used as part of the
     installation and upgrade procedures.
@@ -404,6 +436,14 @@
 <dd>Checks for ending list requests (posts and subscriptions) and
     mails the list manager if there are any.
 
+<dt><b>cull_bad_shunt</b>
+<dd>Removes and possibly archives old entries fron the 'bad' and 'shunt'
+    queues.
+
+<dt><b>disabled</b>
+<dd>Sends warning notices when due and ultimately unsubscribes members
+    with delivery disabled by bounce.
+
 <dt><b>gate_news</b>
 <dd>Polls the NNTP servers for messages and forwards any new messages
     to their mailing list gateways.



--

https://code.launchpad.net/~mailman-administrivia/mailman-administrivia/admin

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to