Hi Lukas, On Wed, Jan 01, 2003 at 02:50:38PM +0100, Lukas Ruf wrote: > Is there any way to trigger the password reminder-sending by hand? Of course. Take a look at mailman's crontab. There is an entry similar to this:
-- cut -- # 5 AM on the first of each month, mail out password reminders. 0 5 1 * * /usr/bin/python -S /usr/local/mailman/cron/mailpasswds -- cut -- So just call "/usr/bin/python -S /usr/local/mailman/cron/mailpasswds" with the right path entries and enjoy :-) btw: Happy new year to all of you! Stephan -- The more I hear, the less I know ------------------------------------------------------ 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/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
