Using libdspam from Python

1.3

At the lowest level, the dspam module provides a thin wrapper around the libdspam API. This API lets you classify emails and train the dictionaries in a custom integrated manner.

At the next level, the Dspam module (note the case difference) provides a Python friendly object oriented wrapper for the low level API.

threading

The libdspam library which pydspam wraps is threadsafe. However, some of the storage driver plugins are not threadsafe.


Generated on 15 Feb 2015 for pydspam by  doxygen 1.6.1