[EMAIL PROTECTED] wrote: > I may be missing something on the website as this seems pretty basic, but > is it possible to add an address to the whitelist upon sending an e-mail? > Currently, I'll send an e-mail, only to have the recipient verify his > address when responding back. In case this matters, I'm running qmail. > Thank you. Allyn
You could put this in your outbound filter:
to * tag
from bare=append
And set this variable in your configuration:
BARE_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
And then honor it thusly in your incoming filter:
from-file ~/.tmda/lists/confirmed accept
signature.asc
Description: OpenPGP digital signature
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
