ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/courier-pythonfilter/pkg-descr
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (9 years, 11 months ago) by laffer1
File size: 677 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 Courier pythonfilter
2
3 pythonfilter is a framework for developing courierfilter programs in
4 Python. The pythonfilter program itself is a multi-threaded daemon
5 that loads filters as python modules and passes the control and data
6 files from courier to each module in turn.
7
8 pythonfilter includes several modules that provide utility functions.
9 These modules are found in the "courier" directory. The "config"
10 module provides functions to access or interpret Courier's
11 configuration settings. The "control" module provides functions
12 to interpret Courier's control files.
13
14 pythonfilter is distributed under the GNU General Public License
15 (GPL), as described in the COPYING file.