[Mailman-Users] Unable to purge corrupt address

Barry Warsaw barry at python.org
Sat Mar 22 17:10:51 CET 2003


On Mon, 2003-03-17 at 15:15, Chuq Von Rospach wrote:
> This gave me an idea, since I had a list with a binary email address  
> (how? add_members of a directory instead of a file in the directory.  
> oops).

Here's a thought: since find_members takes a regular expression, you
could do something like

bin/find_members "[^\w\-+ at .%]" listname > file
bin/remove_members -f file listname

You might need to add some other special characters to the regexp...

-Barry





More information about the Mailman-Users mailing list