The milter module for Python provides a python interface to Sendmail's libmilter that exploits all its features. Milters can run on the same machine as sendmail, or another machine. The milter can 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.
Python SRS Library is a Python translation of the Perl reference implementation for SRS (Sender Rewriting Scheme) with easy to install packaging and built-in sendmail integration. SRS is needed when forwarding mail for SMTP authorization schemes that publish which IPs are authorized to send mail from a domain (for example SPF - Sender Policy Framework). It can also detect forged SMTP bounces by signing the return path for outgoing mail.
tuipeer and Java 2 Java 2 has broken the AWT abstraction. (Boo! Hiss!) It is no longer possible to extend java.awt.Toolkit and work with the Java 2 AWT classes. The existing version of tuipeer wi...
Browser architecture needs to emulate Apache A good browser design need not be troubled by the turbulent web standards waters. The core browser should provide efficient URL fetching only. Thi...