Skip to content

Commit ab8b6b2

Browse files
authored
Merge pull request #972 from rust-lang/pa-foundation-redirects
Import Foundation email redirects into the team repo
2 parents 99a4a40 + 8f45142 commit ab8b6b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

teams/foundation-email-redirects.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# In the beginning the foundation hosted their emails on the rust-lang.org
2+
# domain name, and shortly after they migrated over to the rustfoundation.org
3+
# domain. This marker team serves to configure some compatibility email
4+
# forwarding rules to ensure critical foundation addresses continue to be
5+
# reachable on the rust-lang.org domain.
6+
7+
kind = "marker-team"
8+
name = "foundation-email-redirects"
9+
10+
[people]
11+
leads = []
12+
members = []
13+
14+
[[lists]]
15+
address = "foundation@rust-lang.org"
16+
extra-emails = ["foundation@rustfoundation.org"]
17+
include-team-members = false
18+
19+
[[lists]]
20+
address = "accounting@rust-lang.org"
21+
extra-emails = ["accounting@rustfoundation.org"]
22+
include-team-members = false

0 commit comments

Comments
 (0)