[Mailman-Users] control delivery processes

Mark Sapiro mark at msapiro.net
Tue Mar 4 01:58:07 CET 2014


On 03/03/2014 01:25 PM, DongInn Kim wrote:
> 
> Is there a way to send a mail after it is archived and then add the archive link to the new mail?


See the FAQ at <http://wiki.list.org/x/RAKJ> for a way to invoke some
process on a message after it is archived. This process could send an
email message in various ways. If you wanted it to send a message to the
list membership, you could create a pipeline attribute in the messages
metadata consisting of something like

    [
    'CalcRecips',
    'AvoidDuplicates',
    'ToOutgoing',
    ]

and queue the resultant message for IncomingRunner.

See Mailman's scripts/post and Mailman/Queue/Switchboard.py for hints as
to how to do this.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list