On 03/22/2014 10:20 AM, Tim H. wrote: > Somehow an e-mail address with the below form was subscribed to one of > my lists: > > "[email protected] /" > > The e-mail address does not show up in the web interface, nor does it > show in "list_members", "find_members", or "list_members -i". ... > I found this e-mail address because 'disabled' reports it as > "Mailman.Errors.NotAMemberError" every morning :/
I suspect what's really happening is the address "[email protected] /" is not a member, i.e. it is not in either of the list's 'members' or 'digest_members' dictionaries, but it does have bounce_info. If this is the case, the script at <http://www.msapiro.net/scripts/fix_bad_bounce_info.py> should fix it, and if this is not the case, running the script will do no harm. Copy the script to Mailman's bin/ directory and run it per the instructions at the beginning. If this does not fix the problem, report everything related to this address in the output from the dumpdb of the config.pck. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
