If I wanted all my users to share a common whitelist, blacklist, confirmed, would this work?

.tmda/conf:
CONFIRM_APPEND = "/home/tmda/confirmed"
PENDING_BLACKLIST_APPEND = "/home/tmda/blacklist"
PENDING_WHITELIST_APPEND = "/home/tmda/whitelist"

[EMAIL PROTECTED] ~]$ ls -l /home/tmda/whitelist
-rwxrwxrwx 1 root root 6689 Oct 20 12:27 /home/tmda/whitelist


[EMAIL PROTECTED] ~]$ ls -l /home/tmda/blacklist
-rwxrwxrwx 1 root root 12848 Oct 20 12:33 /home/tmda/blacklist


[EMAIL PROTECTED] ~]$ ls -l /home/tmda/confirmed
-rwxrwxrwx 1 root root 875 Oct 20 17:42 /home/tmda/confirmed


I'm testing it right now, and it does seem to work. But I wanted to know if there was a better way to do it?

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

Reply via email to