Categories
PythonMilter
PythonMilter provides a Python interface to Sendmail's libmilter. Milters can run on the same machine as sendmail, a different one, or even run with a different operating system or processor than sendmail.
Sendmail talks to the milter via a local or internet socket, and keeps the milter informed of events as it processes a mail connection. At any point, the milter can cut the conversation short by telling sendmail to ACCEPT, REJECT, or DISCARD the message. After receiving a complete message from sendmail, the milter can again REJECT or DISCARD it, but it can also ACCEPT it with changes to the headers or body.
Last updated 20 Jul, 2005
About
Leadership
- Stuart D. Gathman - Maintainer
- Jim Niemira - Contributor
Requirements
- Python 2.2.2 or later (Use Requirement)
- (Use Requirement)
- PythonDNS (Weak Prerequisite)
- pydspam (Weak Prerequisite)
- Python SRS library (Weak Prerequisite)
Related Projects
Versions
0.8.2
0.8.2 stable released 2005-07-20
- Released: 20 Jul, 2005
- Code Maturity: Stable
- Source Archive: http://www.bmsi.com/python/milter-0.8.2.tar.gz
- Licenses: GPLv2
- Interfaces: Command Line, Daemon



