>From Defaults.py (which, if you want to change it, as always, put something in mm_cfg.py to override the Defaults setting):
# how many bytes of a held message post should be displayed in the admindb web # page? Use a negative number to indicate the entire message, regardless of # size (though this will slow down rendering those pages). ADMINDB_PAGE_TEXT_LIMIT = 4096 Really, it's good to read through Defaults.py and see what else is customizable. Luca Maranzano wrote: > > Hi, > > I've noticed that for a moderated list, when the moderator goes > to the Web interface for processing "Posting held for approval", > in the "Message Excerpt" box a long message gets truncated; > is this a bug or a feature? The word "excerpt" suggests me that > this is a feature :) but IMO in this way a moderator would > never see a part of the message which could make him decide > to not approve the message. > > Besides, the moderator is not able to see if a message contains > an attach (and its relative size), so he/she can eventually > post a message with a big attach without knowing this :) > > Thanks in advance for your comments about this. > > Regards, > Luca > > _______________________________________________ > Mailman-Developers mailing list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-developers _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
