David Leangen wrote:
Everything seems to be working fine, except for one thing.Even after having sent a confirmation and the mail gets correctly delivered, the confirmed user is not recorded for future reference. This means that a confirmation needs to be sent for each message. How can I the confirmed user be added automatically to the white list?
You need to set the CONFIRM_APPEND variable to some filename in your
/etc/tmdarc or ~/.tmda/config, for example:
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
and then configure your filter to check this file, e.g.:
from-file ~/.tmda/lists/confirmed accept
--
Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO
[EMAIL PROTECTED] http://www.wwwdotorg.org/pgp.html
signature.asc
Description: OpenPGP digital signature
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
