![](https://secure.gravatar.com/avatar/1d7b7189ff933073cbed297b5832360b.jpg?s=120&d=mm&r=g)
Feb. 2, 2001
2:21 a.m.
I've got a user on one of my lists who's subscribed himself with the email address with a form of "myname@home"@isp.co.uk.
Of course, this address is completely undeliverable, and every mail out to the list bounces. So I'd like to remove this guy. But I can't figure out how!
It *is* a valid RFC 822 address.
Is it?! That'll teach me to not read the RFC...
I had no problems removing entries like this with $PREFIX/bin/remove_members. Does it give you an error?
I tried ...
~/bin/remove_members news "myname@home"@isp.co.uk
This came back with a "User `myname@home@isp.co.uk' not found." error.
But then I tried ...
~/bin/remove_members news \"myname@home\"@isp.co.uk
which worked just fine and the user is now history...
Thanks Rachel