There are some convoluted way to get this done... and here is my favorite - use a hex editor and find each occurrence of the offending email (there should be three or four) and then change the first "@" to some letter like "a". Now simply remove that email address.
This is really fast and works great. Good Luck - Jon Carnes On Wed, 2003-07-16 at 02:57, Juan Enrique Gómez wrote: > Hi! > > I am getting the following error when trying to unsubscribe an special > mail address (really not special, a bad suscriptor address). > > Here is the command used and the error, any help will be very > appreciatted: > > bin/remove_members -n -N novedades > [EMAIL PROTECTED]@elsitio.com > > Traceback (most recent call last): > File "bin/remove_members", line 186, in ? > main() > File "bin/remove_members", line 176, in main > admin_notif, userack) > File "/home/listas.m2kcore/Mailman/MailList.py", line 941, in > ApprovedDeleteMember > self.removeMember(emailaddr) > File "/home/listas.m2kcore/Mailman/OldStyleMemberships.py", line 220, > in removeMember > self.__assertIsMember(member) > File "/home/listas.m2kcore/Mailman/OldStyleMemberships.py", line 113, > in __assertIsMember > raise Errors.NotAMemberError, member > Mailman.Errors.NotAMemberError: [EMAIL PROTECTED] > > > Thanks in advance for any help ------------------------------------------------------ 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
