diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-05 07:28:43 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-05 07:28:43 +0800 |
commit | b2bd7f8c3f7589d7af564bd65a23823b11329afc (patch) | |
tree | a933fb382724c438d0c47f23211a672dccc9407c /mail/Makefile | |
parent | 10c69221ef77504f622a736f91206e4f95c8d92f (diff) | |
download | freebsd-ports-gnome-b2bd7f8c3f7589d7af564bd65a23823b11329afc.tar.gz freebsd-ports-gnome-b2bd7f8c3f7589d7af564bd65a23823b11329afc.tar.zst freebsd-ports-gnome-b2bd7f8c3f7589d7af564bd65a23823b11329afc.zip |
Courier pythonfilter
pythonfilter is a framework for developing courierfilter programs in
Python. The pythonfilter program itself is a multi-threaded daemon
that loads filters as python modules and passes the control and data
files from courier to each module in turn.
pythonfilter includes several modules that provide utility functions.
These modules are found in the "courier" directory. The "config"
module provides functions to access or interpret Courier's
configuration settings. The "control" module provides functions
to interpret Courier's control files.
pythonfilter is distributed under the GNU General Public License
(GPL), as described in the COPYING file.
PR: ports/101862
Submitted by: Milan Obuch
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 5e9575121069..d33a5f49ba69 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -45,6 +45,7 @@ SUBDIR += courier SUBDIR += courier-authlib-vchkpw SUBDIR += courier-imap + SUBDIR += courier-pythonfilter SUBDIR += couriergraph SUBDIR += crashecho SUBDIR += crm114 |