Hello All:

I have a situation where one of my list adminstrators managed to get
illegal characters into the address field, so there are about a dozen
addresses that appear invalid.

list_members -i offending_list  shows address such as this:


[EMAIL PROTECTED]
[EMAIL PROTECTED] - sometext
[EMAIL PROTECTED] - sometext
u s e r @ h o s t . d o m a i n
[EMAIL PROTECTED]
[EMAIL PROTECTED]


And the list just goes on for about another 10 lines or so.  I tried
putting the list of addresses in a file and using the -f option to
remove_members, but that caused the remove_members script to bomb with
errors such as the following:

Traceback (most recent call last):
  File "/export/mailman/bin/remove_members", line 186, in ?
    main()
  File "/export/mailman/bin/remove_members", line 176, in main
    admin_notif, userack)
  File "/export/mailman/Mailman/MailList.py", line 946, in
ApprovedDeleteMember
    self.removeMember(emailaddr)
  File "/export/mailman/Mailman/OldStyleMemberships.py", line 220, in
removeMember
    self.__assertIsMember(member)
  File "/export/mailman/Mailman/OldStyleMemberships.py", line 113, in
__assertIsMember
    raise Errors.NotAMemberError, member
Mailman.Errors.NotAMemberError: [EMAIL PROTECTED]


Does anyone know how I can remove these illegal addresses from this
list?

We are running mailman version 2.13


Thanks,


         ---Andy

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

Reply via email to