Rachel Willmer wrote:

> I tried ...
> 
> ~/bin/remove_members news "myname@home"@isp.co.uk
> 
> This came back with a "User `myname@[EMAIL PROTECTED]' not found." error.

because the shell ate those quotes before they ever got to remove_members.

> But then I tried ...
> 
> ~/bin/remove_members news \"myname@home\"@isp.co.uk

because then the shell passed "myname@home"@isp.co.uk to remove_members.

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to