Differences between revisions 1 and 2
Revision 1 as of 2009-02-03 00:55:22
Size: 1052
Editor: 216-15-33-230
Comment:
Revision 2 as of 2009-05-12 23:53:43
Size: 1080
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<<Navigation(children)>>

Mail and Mailman administration

Skip says::

On mail.python.org I currently have Mailman running gate_news directly from

   /usr/local/src/mailman/mailman-bzr/cron/gate_news

If you really wanted to you could fall back to the original version (it's
commented out in Mailman's crontab) but given the popularity of the new
reduced-spam mail version of python-list@python.org I suspect you'd be
lynched if you did.  (Or forced to eat nothing but Hormel meat products for
the next month as the angry mob films the new documentary, "Super-Spam Me".

As executing recently, line 197 & 198 of gate_news.py currently read

   hold_for_approval(mlist, msg, msgdata, LooksLikeSpam)
   raise _ContinueLoop

I simply commented out the first line to disable holds on highly spammish
posts.  They should just be dropped on the floor now.  Uncomment that line
to restore the hold-all-spam-even-really-obvious-stuff behavior.  Note that
the next block below handles "unsure" posts.  Those will still require
moderator approval.

Admin/Email (last edited 2013-11-20 10:41:32 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.