On 8/23/06, Dragon <[EMAIL PROTECTED]> wrote: > 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.
An easier solution might be to just maintain a small DB for the cron script that knows the first time it's 'seen' a given member. You only need to store data about currently moderated members, so it should keep the DB relatively small. -- - Patrick Bogen ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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