GNOME Bugzilla – Bug 413137
Email field doesn't allow plus (+) addresses
Last modified: 2008-07-31 13:05:22 UTC
Please describe the problem: Bug buddy's email address field doesn't allow addresses with a plus sign. Many mail servers allow these "plus addresses" to tag and filter mail, and GNOME bugzilla accepts them as vaild login credentials. Because bug-buddy won't accept my GNOME bugzilla account, I can't link to bugs with that account. Wikipedia says that RFC2822 says + is a valid address character, take that for what it's worth. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
I use the + character to sort my email as well.
I also can't use my Bugzilla address in bug-budy because of this, so I'm setting the bug to "confirmed".
Created attachment 92644 [details] [review] Patch from Ben Finney This patch from Ben Finney modifies the checks to be more in line with the recommendations in RFC 3696, "Application Techniques for Checking and Transformation of Names" section 3, "Restrictions on email addresses". See also http://bugs.debian.org/433888
It seems that a very similar patch has already been committed some time ago [1], closing as FIXED. [1] http://svn.gnome.org/viewvc/bug-buddy?view=revision&revision=2430