Added State handling for Postfix Requests
Added Statehandler (MySQL, PostgreSQL)
Added StateCleaner (MySQL, PostgreSQL)
changed Application to Support StateHandler, Cleaner
fixed a bug that request time was always the StartupTime from Check
Added Task to the Server Factory so automated Cleanups or anything else can be done automaticaly.
Changed LocalHostSenderDomain to ALocalHostSenderDomain which uses pydns so no need to import two DNSModules
Change Config settings to seperate File (thanks to Michael Lausch)
added SPFCheck for Postfix Policy Server
GreyListing Check implementation has been modularized for more usabillity. Implemented GreyListing MySQL, PostgreSQL, GDBM Database Backends.
added SQL String escape for Request Strings.
ive already had this in earlyer version but forgot to adapt it to the SF releases.
a Python implementation of Postfix Policy Server, based on Twisted Framework and trying to be as modular as possible. Initial working for GreyListing and rejecting Invalid From Domains (pointing Localhost or 0.0.0.0)
Checks i want to include in future, Dspam, AntiVirus Checks