* Cory Wright <[EMAIL PROTECTED]> [09-18-2002 00:00]:
> I could see this being useful in a few ways.  For example, if I wanted to
> block further mail from senders who hadn't confirmed messages in 10 days
> then I could pipe it through a script to extract the Return-Path and add
> it badmailfrom.  Or this could be used to add the messages to a bayesian
> spam database.  There are probably other useful things this feature could
> do, but these are just off the top of my head.

Add this to ~/.tmda/config:

PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")

PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")

It will give you the option to whitelist or blacklist the mail sender
from an interactive tmda-pending.  

PENDING_DELETE_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")

This will make the Delete function in tmda-pending, whether interactive or 
batch, blacklist the mail sender.

Not sure if this covers exactly what you want, but it seems close.
Check Defaults.py for other fun things.


> Cory Wright

-jon

-- 
Jon Nathan
[EMAIL PROTECTED]
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to