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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to