"Jason R. Mastaler" <[EMAIL PROTECTED]> writes:
> 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]"]
Can we do the expanduser() in the code rather than in the config file?
MAIL_FOLLOWUP_TO = "~/.lists"
Tim
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers