30 Aug
2016
30 Aug
'16
3:53 p.m.
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