On Oct 20, 2004, at 5:51 PM, Nate Sanders wrote:
.tmda/conf:
CONFIRM_APPEND = "/home/tmda/confirmed"
PENDING_BLACKLIST_APPEND = "/home/tmda/blacklist"
PENDING_WHITELIST_APPEND = "/home/tmda/whitelist"

I'm not sure this will be reliable - you'll end up with each user's TMDA process potentially running in parallel and wishing to update the lists at the same time. I don't believe TMDA has the locking required to make this work, without the potential for losing data.

What you probably want to do is have each user maintain their own list files (xxx_APPEND variables), but have each user's filter reference all users' list files. This is a hassle, but at least will be guaranteed to be reliable.

--
Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO
[EMAIL PROTECTED]     http://www.wwwdotorg.org/pgp.html

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to