The amount of the message that is copied for preview is set in: ~mailman/Mailman/mm_cfg.py (or Defaults.py):
=== # 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 === Be sure to add these lines to the file mm_cfg.py and then edit as appropriate. NOTE: the admin does not display the actual email message but a *copy* of the email message. This distinction is important, because even though you may edit the copy of the message displayed in the Admin window, the actual message remains unchanged... Some folks are confused by this. Jon Carnes ----- Original Message ----- From: "Kirez Korgan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 2:33 AM Subject: [Mailman-Users] moderated list: can only view 6-7K of message! > (I mistakenly sent this email to Christopher Kolar first...) > > My list managers are asking me why they can only see 6-7 K of a message > through the mailman web interface. They need to be able to see the whole > message to decide whether to approve it or not (moderated lists). > > Right now they're forwarding the messages to themselves, reading the whole > thing, then going back to the MailMan web interface to approve/discard. This > is extremely frustrating for them. > > Can we change this? Is there a solution to this problem? I read the > manager's documentation... it says, in "Other Administrative Activities": > > "2. When you operate a moderated list, you will use this feature to accept > or reject postings following the same guidelines as for non-members postings > above." > > ...so that's completely unhelpful... > > thanks, > > Kirez Korgan, owner, wetheliving.com > > > > ------------------------------------------------------ > Mailman-Users maillist - [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-users ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
