-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need to search harder for private@ subscriptions #45
Comments
AFAIK this syntax is not universal, so it would have to be specific to each provider. A work-round is to add the email as an alias to your LDAP record. |
Oh, I thought it was pretty universal. Alrighty. It would be interesting to even see if it is used much. If only a few instances occur, then it may not be worth the coding/maintenance. (and certainly, nothing is broken beyond a little bit of wonkiness in the display) And yeah, knew about the gmail '.' thing. Hadn't thought about that one, in this context. Maybe a few of the most common email providers could have a "canonicalize" step applied before matching. |
GMail uses '+'; qmail uses '-' (if enabled). Freeserve and Demon mail (sadly both now withdrawn) used to allow anything as the name part. If you want to raise an enhancement request, I suggest using the WHIMSY JIRA. |
Oh, darnit. Right. I forgot about the Jira. ... I'll try to remember that next time. I was "here" reviewing some code, and just went and opened an issue. And concur: email address parsing/matching is all over the map. I won't re-open this one. Thanks for the discussion! |
On the roster/committer/$availid page, I'm listed in several committees, but they have a
(*)
warning attached to them, with the note:(*) could not find a subscription to the private@ mailing list for this committee
The reason this happened is because I'm subscribed as foo+apache@gmail.com.
I suggest that the email parsing/matching ignore the +apache part. It would then match the foo@gmail address that is associated with my availid.
The text was updated successfully, but these errors were encountered: