[Mailman-Developers] Sequence of steps?
Barry Warsaw
barry at list.org
Tue Aug 30 11:53:16 EDT 2016
On Aug 29, 2016, at 05:46 PM, Mark Sapiro wrote:
>Here's what I've had in mm_cfg.py to do this on my production site for a
>long time
>
>#
># Put MimeDel ahead of Hold so "too big" is based on content filtered
># message.
>#
>GLOBAL_PIPELINE.remove('MimeDel')
>GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold'), 'MimeDel')
Anybody looking for something fun to do in MM3 might consider how to surface
the creation and shuffling of rule chains (moderation) and pipeline handlers
(munging) through REST so Postorius could present an easy configuration screen
for list managers.
Cheers,
-Barry
More information about the Mailman-Developers
mailing list