Mark,

Thanks for your quick response.  It sounds like you have this one under control.
I am far removed from anything like mm_cfg.py as I use a hosting service.  I 
will have to see what they think about making such a configuration change, and 
how much they want to make it.
In any case, I really appreciate the help.  Thanks again!
Roy


      From: Mark Sapiro <m...@msapiro.net>
 To: mailman-developers@python.org 
 Sent: Monday, August 29, 2016 8:46 PM
 Subject: Re: [Mailman-Developers] Sequence of steps?
   
On 08/29/2016 09:00 AM, Roy Harvey wrote:

> 3) Messages with elaborate formatting, but little text are often larger than 
> 10KB, so they are held for review.  That means the test for size comes BEFORE 
> the message is "cleaned up" and reduced to simple text.
> My suggestion is to change the sequence of steps, so that the size filter is 
> applied AFTER the message has been converted to plain text.


Yes, I agree that this is a problem, but it is easily configurable.

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')
#

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
   
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to