Mark Sapiro wrote: > >However, I can add "User"[EMAIL PROTECTED]> or "User"[EMAIL PROTECTED], >and the address "User"[EMAIL PROTECTED] gets added with no real name. >This too is what I would expect (I don't know if we should disallow " >in an email address).
Quoted local parts are allowed in email addresses, so the above are probably not valid, but "Useruser"@example.com or "User\"user"@example.com are valid. >The problem, the underlying cause of which I haven't yet identified (it >probably messes up the post data from the web page), is it appears >that you can't remove a user with who has a " in the email address by >checking the unsub box on the membership list. However, you can remove >this member by entering the address in Mass Removal. It's as I suspected. The various input tags on the Membership list look like <INPUT name="[EMAIL PROTECTED]" type="CHECKBOX" value="off" > where [EMAIL PROTECTED] is the email address. Clearly, if the address contains double quotes, the field name gets truncated or garbled, so it isn't possible to change anything for this member from the Membership list page.. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
