Matt England sent the message below at 12:14 8/23/2006: >At 8/23/2006 11:52 AM, Patrick Bogen wrote: > > >I think he meant: auto-moderate new users, and unmoderate them after > >some amount of time has passed (e.g., after a day or after a week) > >Yes, that's correct. > >Can Mailman do the above (auto-moderate new users, and then automatically >un-moderate them after a certain duration)? ---------------- End original message. ---------------------
It can do the first part but not the second. What you need is a script that will check the moderation setting, check the time since subscription, and reset the setting if the threshold is reached. You would then run that script as a cron job. I don't know if there is a way to find the time somebody subscribed, I don't think it is stored in the config.pck for the list but it may be in a log somewhere. Dragon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Venimus, Saltavimus, Bibimus (et naribus canium capti sumus) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------ 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 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
