Skip to content
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

Closed
gstein opened this issue Jan 31, 2018 · 4 comments
Closed

need to search harder for private@ subscriptions #45

gstein opened this issue Jan 31, 2018 · 4 comments

Comments

@gstein
Copy link
Member

gstein commented Jan 31, 2018

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.

@sebbASF
Copy link
Contributor

sebbASF commented Jan 31, 2018

AFAIK this syntax is not universal, so it would have to be specific to each provider.
GMail also allows f.o.o. instead of foo - should Whimsy allow for that too?

A work-round is to add the email as an alias to your LDAP record.
It can then be used by the auto-subscribe feature of Whimsy.

@gstein
Copy link
Member Author

gstein commented Feb 1, 2018

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.

@sebbASF
Copy link
Contributor

sebbASF commented Feb 1, 2018

GMail uses '+'; qmail uses '-' (if enabled).

Freeserve and Demon mail (sadly both now withdrawn) used to allow anything as the name part.
The user id was the first part of the domain, e.g. anything@userid.etc... and other@userid... would go to the same mailbox.

If you want to raise an enhancement request, I suggest using the WHIMSY JIRA.

@sebbASF sebbASF closed this as completed Feb 1, 2018
@gstein
Copy link
Member Author

gstein commented Feb 1, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants