Python
Latest commit
3696d61
Jun 29, 2011
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
== 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.