2011
2008
ZSFA -- Son Of Sam Email Server
by greutSoS is just a Python based SMTP server that can receive emails, process them using handlers based on routing regex, and then relay results out again using templates. All of this is done without using alias files, m4 macros, pipes, weird protocols, or duplicate processing of the emails.
one simple pythonic SMTP server