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

How to add another email? #908

Open
tjanez opened this issue May 24, 2023 · 4 comments
Open

How to add another email? #908

tjanez opened this issue May 24, 2023 · 4 comments

Comments

@tjanez
Copy link

tjanez commented May 24, 2023

I've tried to set up my Fedora account with the new FMN.

When creating a new rule, under Add Destination and Destinations, I only see my personal email address.
I don't see any option to add another email address.

I would like to use my <FAS-username>@fedoraproject.org email address instead of my personal one.

@abompard
Copy link
Member

abompard commented Jun 2, 2023

Hey! Sorry for the late reply.
FMN gets the list of email addresses from your user profile in noggin, you can modify it in https://accounts.fedoraproject.org but you can't add another email address (there can be only one).

The @fedoraproject.org address is generated automatically and should redirect to your personal email address, so notifications should end up in the same place. Do you want to send it to the alias for a particular reason? Filtering maybe?

@tjanez
Copy link
Author

tjanez commented Aug 7, 2023

Hey! Sorry for the late reply. FMN gets the list of email addresses from your user profile in noggin, you can modify it in https://accounts.fedoraproject.org but you can't add another email address (there can be only one).

Thanks for the explanation.

The @fedoraproject.org address is generated automatically and should redirect to your personal email address, so notifications should end up in the same place. Do you want to send it to the alias for a particular reason? Filtering maybe?

Indeed, I have my Sieve filtering rules set up so that I get all @fedoraproject.org emails filtered to a different directory.

Would it be possible to add this to the new FMN?

@abompard
Copy link
Member

abompard commented Aug 7, 2023

We'd need to add support for secondary email addresses in Noggin/FASJSON/IPA, which is not impossible but would require another attribute in IPA such as "primaryEmailAddress", since multi-valued attributes are not ordered in LDAP and we need to know where to send the email alias. It's not impossible but it's a bit complex.

If it's "just" for filtering reasons, you can filter on the sender, [email protected], which should not send anything but notifications from FMN. Would that work for you?
We can also add headers to the emails that FMN sends out, and you'll be able to filter on those if you need more granularity

@tjanez
Copy link
Author

tjanez commented Aug 7, 2023

We'd need to add support for secondary email addresses in Noggin/FASJSON/IPA, which is not impossible but would require another attribute in IPA such as "primaryEmailAddress", since multi-valued attributes are not ordered in LDAP and we need to know where to send the email alias. It's not impossible but it's a bit complex.

Thanks for the thorough explanation.

If it's "just" for filtering reasons, you can filter on the sender, [email protected], which should not send anything but notifications from FMN. Would that work for you?

Yes, I'll update my sieve scripts to filter on the sender.

We can also add headers to the emails that FMN sends out, and you'll be able to filter on those if you need more granularity

That would be great. Especially, if it would help distinguish between different messages sources (e.g. Koji, Bodhi, Bugzilla updates, SCM updates, ...) as well as the packages to which the messages pertain to.

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