Hello, all.

I decide to publish my own filter for Sendmail, which use the Milter API.

It has only the most necessary in the real life opportunities:
1. Except from scan the messages which greater than defined size;
2. Except from scan the hosts/networks (white list);
3. Mark subject if SPAM detected;
4. Add information header with scan results;
5. Copy SPAM to the defined mailbox;
6. Reject SPAM at the DATA stage,
   if SPAM score is greater than defined value;
7. Log all activities to syslog.

Advantages:
1. Small code (does not exceed 580 lines);
2. Fast work;
3. Stable (production quality);
4. Very low resources are required;
5. No temporary files are created.

You can get it here:
http://smfs.sourceforge.net/
http://sourceforge.net/projects/smfs/

Feedback are welcome :)


-- 
Kind regards,
Eugene Kurmanin

Reply via email to