jimpop has proposed merging lp:~jimpop/mailman/mailman-auto-mod-verbose-members 
into lp:mailman/2.1.

Commit message:
Auto-Moderate verbose members

Requested reviews:
  Mark Shapiro (meshapir)

For more details, see:
https://code.launchpad.net/~jimpop/mailman/mailman-auto-mod-verbose-members/+merge/276706

This is a simple patch to enable the following two Privacy/Sender features:

  member_verbosity_threshold 
     Ceiling on acceptable number of member posts, per interval, before 
automatic moderation. 

  member_verbosity_interval
     Number of seconds to use in determining whether or not to automatically 
moderate a member. 

The code tracks member posts in a simple python dictionary, and then checks the 
dictionary each time a post is processed via Mailman/Handlers/SpamDetect.py.  
If a member exceeds X posts in Y time, then the member is automatically 
moderated.
-- 
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to