Lamson 0.9.1 Out, New Docs

I released Lamson 0.9.1 today so please grab it and test it and shoot me feedback.

The little changes are easier handling of attachments in MailRequest, a
small tweak to spam_filter, and then a bunch of test enhancements and extra
gear. The big change is a redesign to lamson.args so that it infers the
command line arguments from the lamson.commands function keyword arguments.
It’s mostly an internal change since others can’t write their own commands
(yet).

New Documentation

I ran into a bunch of folks who didn’t know that Lamson had built-in spam
filtering, so I wrote a document on Filtering Spam With Lamson that tells you how
to use it.

Lamson’s spam filtering support is fairly simplistic, but still useful for
filtering crap out of your handlers. It’s biggest problem is the current
implementation requires you to use the (barely documented) “SpamBayes”
command line tools for things like training.

I’ve got some instructions to get you started with the most important
SpamBayes command line tool you’ll need for training.

ChangeLog

Here’s the log of what I did: