cvs commit: ports/mail Makefile ports/mail/spmfilter Makefile
distinfo pkg-descr pkg-plist ports/mail/spmfilter/files spmfilter.in
Sahil Tandon
sahil at FreeBSD.org
Tue Apr 27 02:31:59 UTC 2010
sahil 2010-04-27 02:31:59 UTC
FreeBSD ports repository
Modified files:
mail Makefile
Added files:
mail/spmfilter Makefile distinfo pkg-descr pkg-plist
mail/spmfilter/files spmfilter.in
Log:
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)
Revision Changes Path
1.1018 +1 -0 ports/mail/Makefile
1.1 +102 -0 ports/mail/spmfilter/Makefile (new)
1.1 +3 -0 ports/mail/spmfilter/distinfo (new)
1.1 +31 -0 ports/mail/spmfilter/files/spmfilter.in (new)
1.1 +11 -0 ports/mail/spmfilter/pkg-descr (new)
1.1 +23 -0 ports/mail/spmfilter/pkg-plist (new)
More information about the cvs-all
mailing list