<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>~lionel.porcheron &#187; tips</title>
	<atom:link href="http://www.porcheron.info/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.porcheron.info</link>
	<description></description>
	<lastBuildDate>Sun, 31 Jan 2010 17:21:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using listadmin to manage mailman</title>
		<link>http://www.porcheron.info/using-listsadmin-to-manage-mailman/</link>
		<comments>http://www.porcheron.info/using-listsadmin-to-manage-mailman/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 17:09:51 +0000</pubDate>
		<dc:creator>Lionel Porcheron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[listadmin]]></category>
		<category><![CDATA[mailman]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.porcheron.info/?p=69</guid>
		<description><![CDATA[I'm managing a bunch of mailman lists for work and out-of-work activities. The web interface of mailman is great, but sometimes, it is just slow to have to go through the web interface. It is unproductive when you have several pending messages and you have to go through all the queues. Hopefully, listadmin is there [...]]]></description>
			<content:encoded><![CDATA[<p>I'm managing a bunch of mailman lists for work and out-of-work activities. The web interface of mailman is great, but sometimes, it is just slow to have to go through the web interface. It is unproductive when you have several pending messages and you have to go through all the queues. Hopefully, listadmin is there <img src='http://www.porcheron.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Setup is easy on Ubuntu or Debian:</p>
<pre>$ sudo apt-get install listadmin</pre>
<p>Configuration is not really difficult. It is a file ~/.listadmin.ini, here is a sample configuration:</p>
<pre># lists.xxxxxx.com
adminurl https://lists.xxxxxx.com/admindb/{list}
password secret
dev@lists.xxxxxx.com
users@lists.xxxxx.com</pre>
<p>Launching with the command line:</p>
<pre>lionel@brehat:~$ listadmin lists.xxxxxx.fr
fetching data for dev@lists.xxxxxx.com ... nothing in queue
fetching data for users@lists.xxxxxx.com ...
[1/1] ============== users@lists.xxxxxxx.com =====================
From:     uaowiqemxjoije@mbit.ru
Subject:  Faire de l'argent en ligne - Plus de 500 euro/jour! ba
Reason:   Message avec destination implicite                   Spam? 0
Approve/Reject/Discard/Skip/view Body/Full/jump #/Undo/Help/Quit ? D
Submit changes? [yes] yes</pre>
<p>By default, listadmin will go through all the lists in your configuration file. Note that you can have several lists on several hosts. You can limit to some list / host appending a list name or a regexp to the command line. In my example, I just limited to a host.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.porcheron.info/using-listsadmin-to-manage-mailman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
