[Mailman-Users] Mailman.Errors.NotAMemberError from password reminder cron

Jim Tittsler jwt at OnJapan.net
Sun Jun 1 12:22:48 CEST 2003


Using Mailman 2.1.2, the cron job that mails password reminders
caused an exception:

Traceback (most recent call last):
  File "/usr/local/mailman/cron/mailpasswds", line 218, in ?
    main()
  File "/usr/local/mailman/cron/mailpasswds", line 145, in main
    password = mlist.getMemberPassword(member)
  File "/usr/local/mailman/Mailman/OldStyleMemberships.py", line 102, in
+getMemberPassword
    raise Errors.NotAMemberError, member
Mailman.Errors.NotAMemberError: xxxxx at yyyyy.nl

But the specified user is a member of one of the lists, and all
of the lists pass the check_db tests.

Where should I look to fix this?


    




More information about the Mailman-Users mailing list