Somehow, I find an address subscribed to a list twice
with a slight case difference.

 # ../../bin/dumpdb config.pck | grep -i sudden
      '[EMAIL PROTECTED]': 'en',
      '[EMAIL PROTECTED]': 0,
      '[EMAIL PROTECTED]': 0,
      '[EMAIL PROTECTED]': 'xxxxxxxxx',
      '[EMAIL PROTECTED]': 264,

I think if I could clean up that line with [EMAIL PROTECTED]
from the config.pck file, I'd be ok.  Is there a procedure
for editing a config.pck file?

More info:

The web interface shows two subscribers, both with lowercase
S in suddenlink.net.  bin/findmembers only shows one of the
addresses.  If I use bin/remove_members, I'm left with a broken
list, in that I cannot list any members anymore.

Here is what I get from the disabled cronjob:

/opt/bin/python -S /opt/mailman/cron/disabled

produced the following output:

Traceback (most recent call last):
  File "/opt/mailman/cron/disabled", line 220, in ?
    main()
  File "/opt/mailman/cron/disabled", line 176, in main
    members = mlist.getDeliveryStatusMembers(who)
  File "/opt/mailman/Mailman/OldStyleMemberships.py", line 158, in 
getDeliveryStatusMembers
    return [member for member in self.getMembers()
  File "/opt/mailman/Mailman/OldStyleMemberships.py", line 139, in 
getDeliveryStatus
    self.__assertIsMember(member)
  File "/opt/mailman/Mailman/OldStyleMemberships.py", line 113, in 
__assertIsMember
    raise Errors.NotAMemberError, member
Mailman.Errors.NotAMemberError: [EMAIL PROTECTED]

This is mailman-2.1.9

Any help or pointers appreciated.

Thanks,

 _Gary
------------------------------------------------------
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

Reply via email to