From 8e3eb2ee332e1ed4ed911bb919cc809e102a7da4 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sun, 15 Aug 2004 18:42:18 +0000 Subject: For the first time, add a port of my own piece of code... This milter does not itself filter spam, instead it memorizes the verdicts issued by your other anti-spam defenses to reduce the system load and resource consumption, by temporarily rejecting the relays suspected of spamming (banned) and, optionally, by permanently rejecting the relays "convicted" of spamming (blacklisted). The idea is to stem the spam from real spam sources, while reducing the ill effects of false-positives to merely delaying, rather than rejecting future messages. WWW: http://virtual-estates.net/skem/ --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index 740f1dbf57a9..30a004399a44 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -188,6 +188,7 @@ SUBDIR += milter-greylist SUBDIR += milter-regex SUBDIR += milter-sender + SUBDIR += milter-skem SUBDIR += mimedefang SUBDIR += mini_sendmail SUBDIR += minimalist -- cgit v1.2.3