I decided to hack this into tmda-inject since it was really easy to
do. The variable is named `MAIL_FOLLOWUP_TO', and it can either be a
path to a file like QMAILMFTFILE, or since this is Python, a list for
greater flexibility.
Examples:
MAIL_FOLLOWUP_TO = "/foo/bar/lists.txt"
MAIL_FOLLOWUP_TO = os.path.expanduser("~/.lists")
MAIL_FOLLOWUP_TO = ["[EMAIL PROTECTED]", "[EMAIL PROTECTED]"]
Originally, I thought about only supporting a list since one can
easily create a list from a file of addresses if need be:
MAIL_FOLLOWUP_TO = file("/home/jason/.lists").readlines()
However I thought that many (most?) users of this feature will want to
point to a file, so it might be nice to hide all this Python from
them.
Any comments or suggestions to this interface?
-------------------- Start of forwarded message --------------------
To: [EMAIL PROTECTED]
Date: Wed, 04 Feb 2004 14:22:05 -0700
From: "Jason R. Mastaler" <[EMAIL PROTECTED]>
Chris Berry <[EMAIL PROTECTED]> writes:
> Thanks for the mini-tutuorial, you just saved me several hours of
> research.
NP. At some point I'll probably add a `TMDAMFTFILE' feature since
AFAIK, qmail is the only supported MTA with this functionality.
-------------------- End of forwarded message --------------------
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers