A pure-Python implementation of the sendmail milter protocol
Python
Latest commit 3696d61 Jun 29, 2011 @siebenmann codec: make encode_optneg() be actually useful
I'm not sure it's the right answer. Proper usage requires you to
combine optneg_mta_capable() or optneg_milter_capable() and then
call encode_optneg() the right way, and this feels like a crappy
interface that we should roll into one, but then it takes a lot
of arguments and returns a lot of results.

API design is hard, let's go coding.
Failed to load latest commit information.
milter
.gitignore
README README: add a very sketchy copyright notice Jun 21, 2011

README

== What it is:

This is a Python module for general (sendmail) milter support. Its goal
is to provide tools for dealing with either side of the milter protocol
(either as a milter or as a pseudo-mailer that speaks to a milter),
starting with protocol encoding and decoding.

=== Copyright:

GPL v3 for now.