I have appended a patch that modifies tmda-rfilter to automatically cleanup the pending directory. Currently, messages that are confirmed and delivered still remain in the ./tmda/pending directory, because sometimes messages are sent multiple times by users.
The length of this cache is controlled with the DELIVERED_CACHE_LEN variable in Defaults.py, if the number of messages spills over that limit, they are purged from the dictionary list. However, only the message key/value pair in the dictionary list is purged, the actual message never gets deleted. The patch fixes that. cheers, Mike -- [EMAIL PROTECTED] http://www.hoc.net/~mike/
tmda.diff.gz
Description: application/gunzip
