Steve Lund wrote:
>
>Sorry for the stupid question but the documentation shows no examples and I 
>am getting tired of playing 20 guesses with Mailman and always loosing. How 
>do I make the following work? -
>
>subscribe address= "John Q Public" <[EMAIL PROTECTED]>


You can't. Your syntax is wrong. It parses into 3 arguments:

address=
"John Q Public"
<[EMAIL PROTECTED]>

but that's not the issue. If it worked, you would need

subscribe 'address= "John Q Public" <[EMAIL PROTECTED]>'

but that won't work because this form doesn't expect a real name. You
need

subscribe [EMAIL PROTECTED]

Or if you need the real name, send the email

From: "John Q Public" <[EMAIL PROTECTED]>

with just

subscribe

as the command or send it to the -subscribe address.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to