max_message_size =5k holds 2.5K message

Bug #347338 reported by DGerman
2
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Undecided
Unassigned

Bug Description

max_message_size=5KB, plain text message 2,583bytes
(including -------- mailinglist name, emailaddress and URL//listinfo)
sent by user with mod[_] unchecked reports:
+++++++++
As list administrator, your authorization is requested for the
following mailing list posting:
    List: <email address hidden>
    From: <email address hidden>
    Subject: -- Reminder, spring clean-up event next Sat Mar 28th
    Reason: Message body is too big: 5486 bytes with a limit of 5 KB
 At your convenience, visit:
http://hilltopconservancy.org/mailman/admindb/allmembers_hilltopconservancy.org
to approve or deny the request.
+++++++++++
message is in archive at:
http://hilltopconservancy.org/pipermail/allmembers_hilltopconservancy.org/2009-March/000205.html
version 2.1.11.cp3 :

Revision history for this message
Mark Sapiro (msapiro) wrote :

The message was 5486 bytes before content filtering. If you want to filter the content before checking for size and other miscellaneous holds, put something like the following in mm_cfg.py

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

Revision history for this message
Mark Sapiro (msapiro) wrote :

Also, I just noticed "version 2.1.11.cp3". See the FAQ at <http://wiki.list.org/x/sYA9>.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.