aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-04-27 02:31:59 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-04-27 02:31:59 +0000
commite98328f755348c1c8d5f4eb772562324eaf7b6f8 (patch)
tree3f8bab7dcb7770314234b056a158a1f78fc598cc /mail/Makefile
parentf63d29be3789072c3fd952783e8b8b430ca1c537 (diff)
downloadports-e98328f755348c1c8d5f4eb772562324eaf7b6f8.tar.gz
ports-e98328f755348c1c8d5f4eb772562324eaf7b6f8.zip
spmfilter is a high-performance mail filtering framework, written in C.
It attempts to be a general filtering framework for any purposes. Filtering mechanisms are provided by plugins, the API enables spmfilter plugins to access messages as they are being processed by the MTA. This allows them to examine and modify message content and meta-information during the SMTP transaction. Plugins are loaded at runtime and can be processed in any sequence, the processing chain can also be altered by a single plugin WWW: http://www.spmfilter.org/ PR: ports/145673 Submitted by: Frank Wall <fw at moov.de> Reworked by: sahil@ (myself) Approved by: wxs@ (mentor)
Notes
Notes: svn path=/head/; revision=253327
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index c137ea1067af..97a0af719efa 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -645,6 +645,7 @@
SUBDIR += spamprobe
SUBDIR += spamstats
SUBDIR += spfval
+ SUBDIR += spmfilter
SUBDIR += spruce
SUBDIR += sqlgrey
SUBDIR += squirrelmail