J C Lawrence <[EMAIL PROTECTED]> writes:

> I'm attempting to set up a multi-user TMDA arrangement where TMDA is
> used as a front-filter for a set f Mailman mailing lists, each with
> different list owners.  I'd like to have CONFIRM_CC set such that
> copies of held mail are sent to the list owners as a form of
> behavioural logging.
>
> This should be fairly easy to do by making the value of CONFIRM_CC a
> function of the value of the environment variable $RECIPIENT (look
> it up in a table or DB and derive the LHS of the plus address for
> CONFIRM_CC from there).
>
> Are there any obvious problems with doing this?

I think it would work fine to use some Python code to dynamically set
CONFIRM_CC based on $RECIPIENT to the proper -admin address.  Why do
you mention looking it up in a table or DB?  Can't you just do this on
the fly with some string manipulation of $RECIPIENT?
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to