On 14/09/2012 16:46, Chris Adams wrote: > Once upon a time, Wietse Venema <wie...@porcupine.org> said: >> Postfix supports Milter too. There are some differences but it might >> just work. > > Oh yeah, I know that (I just wrote a milter for some servers at work > running postfix). I was trying to avoid the extra overhead (and config > management work) of mimedefang/amavis since I was just looking for basic > spam blocking.
Hello, I wrote some python code that implements a very simple milter to filter incoming emails, using a python SpamAssassin spamd client (to avoid the overhead of forking a process and handling the streaming of data). The difference with other similar project you can find on the web is the fact that the milter speaks directly with spamd instead of forking a child process (and that the code is IMHO much nicer). I never found time to polish the code and publish it, but I'll be happy to share it. I think it may be useful for low volume mail servers. I use it for handling my personal domain mail traffic. Cheers, Daniele