I have the same problem with spam. This change would be nice, but in the
mean time, I set the default setting to reject by changing the following
lines in admindb.py. It made it much less painful.
Robert
buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 1)),
Center(RadioButton(id, mm_cfg.APPROVE, 0)),
Center(RadioButton(id, mm_cfg.REJECT, 0)),
Center(RadioButton(id, mm_cfg.DISCARD, 0)),
])
to
buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 0)),
Center(RadioButton(id, mm_cfg.APPROVE, 0)),
Center(RadioButton(id, mm_cfg.REJECT, 1)),
Center(RadioButton(id, mm_cfg.DISCARD, 0)),
])
>From: [EMAIL PROTECTED] (John Gillon)
>To: <[EMAIL PROTECTED]>
>Subject: [Mailman-Users] (no subject)
>Date: Wed, 13 Mar 2002 09:25:00 -0500
>
>My mailing lists managed through Mailman are being regularly spammed to the
>tune of 20 plus messages per day, and although the mail does not get
>through the various filters and restrictions, scrolling and checking to
>delete or reject these messages has become a major time commitment. I
>would recommend that you enhance the Administrative requests interface by
>simply creating a "check all" option and also enable automatic deletion of
>messages that would otherwise be held for approval.
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py