Nils Vogels <[EMAIL PROTECTED]> writes:

> For my outgoing messages I would like to use some form of
> 'auto-cleaning' whitelist.
>
> Offcourse, I'll explain what I mean ;)
>
> I'm using tmda-ofmipd for outgoing traffic and have the following
> relevant settings in my config:
>
> BARE_APPEND = os.path.expanduser("~/.tmda/lists/outgoing")
> ACTION_OUTGOING = "bare=append"
>
> I would like to protect myself some from the addresses I send email
> towards, but trust them for a short period of time
> (which could very well be equal to PENDING_LIFETIME) and if they
> decide to email me back afterwards, be challenged like normal.

How about using http://tmda.net/config-vars.html#DB_BARE_APPEND in
conjunction with a matching 'from-sql' rule in your incoming filter
file?  Then perhaps you could periodically purge entries from the
database that exceed your desired expiration period?
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to