Sorry, didn't introduce myself properly. I'm Ed. I'm a Python developer who's been working on an internal newsletter system for my company, and is looking to use Lamson initially to handle bouncebacks and when people reply to emails with "Unsubscribe" in the subject (even though the message says to click the link at the bottom). But hopefully in the long term I'll be able to use Lamson for the whole process of generating emails as well. As a secondary question, is there a good Unix tool for browsing maildir folders? Something that will display the headers reasonably well and automatically base64-decode the body when necessary. Ed
On Mon, Sep 21, 2009 at 4:39 PM, Ed Singleton <singletoned@gmail.com> wrote: > ... > > As a secondary question, is there a good Unix tool for browsing > maildir folders? Something that will display the headers reasonably > well and automatically base64-decode the body when necessary. > I've not an expert, but I believe the Mutt (www.mutt.org) e-mail client is nice. It supports multiple mailbox formats, including maildir. Some screenshots at http://wiki.mutt.org/index.cgi?ConfigList/ScreenShots Bernt