[Mailman-Users] Monthly password reminders not working

John Dennis jdennis at redhat.com
Wed Sep 21 20:01:28 CEST 2005


On Wed, 2005-09-21 at 13:44 -0400, Darren G Pifer wrote:
> On Wed, 2005-09-21 at 12:13, John Dennis wrote:
> 
> > >       I tried testing with:
> > > 
> > > $ pwd
> > > /usr1/mailman/mailman/cron
> > > 
> > > $ runas -u mailman ./mailpasswds -l testlist
> > > 
> > >       It just exits. Nothing in the mail or mailman logs.
> > > 
> > >       Other details: Red Hat Enterprise Linux AS release 3
> > > 
> > >       Any suggestions?
> > 
> > Have you verified that the list has its password reminder flag set to
> > yes under general options and that the per user option to receive
> > reminders is enabled for at least some members of the list?
> 
> That answer is 'Yes' to both questions.
> 
> Anything else?

Well, if it were me I'd edit the script and throw in a few print
statements in a few judicious places to track what it was or wasn't
doing since you're not getting any info in the logs.

Python print statements are pretty easy, in its simplest form:

print "value1=%s value2=%s" % (value1, value2)

each %s is replaced by the matching value inside the parens, just make
sure the indentation of the print statement lines up.
-- 
John Dennis <jdennis at redhat.com>




More information about the Mailman-Users mailing list