2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Pythonfilter ques...
FromSent OnAttachments
ScottJan 24, 2007 4:52 pm 
Gordon MessmerJan 25, 2007 6:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Pythonfilter questionsActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Jan 25, 2007 6:28:18 am
List:net.sourceforge.lists.courier-users

Scott wrote:

Pythonfilter is fabulous!

Thanks.

1. How do I find and read the greylist data?

The data is stored in a dbm file in /var/state/pythonfilter. All of the tokens are MD5 hashes, so there's not much useful to read therein.

2. Is there a way to modify the data by hand or an interface via python command line?

You can, but since it's all MD5 hashes, it's a bit of work. The DB is mostly just a black box for the module.

3. Same q's regarding whitelisting.

The auto_whitelist module? Same answers.