Remove testing mail accounts
This is part of the cleanup here: https://github.com/NixOS/infra/issues/587
Jeremy Fleischman committed
Apr 5, 2025 at 08:30 UTC
9687423fd7485b3b1ae439d4c1a68152a5b43cd4
1 file changed
-16
non-critical-infra/modules/mailserver/mailing-lists.nix
-16
@@ -8,22 +8,6 @@
8
# an encrypted password. Run `nix run .#encrypt-email login -- --help` and
9
# follow the instructions.
10
mailing-lists = {
11
- # BEGIN TEST ADDRESSES
12
- # TODO: remove these testing email addresses after rollout is complete:
13
- # https://github.com/NixOS/infra/issues/587
14
- "test-list@nixos.org" = {
15
- forwardTo = [
16
- "jfly@playground.jflei.com"
17
- ../../secrets/jfly-email-address.umbriel
18
- "jeremyfleischman+subscriber@gmail.com"
19
- ];
20
- };
21
- "test-sender@nixos.org" = {
22
- forwardTo = [ "jeremy@playground.jflei.com" ];
23
- loginAccount.encryptedHashedPassword = ../../secrets/test-sender-email-login.umbriel;
24
- };
25
- # END TEST ADDRESS
26
-
11
"community@nixos.org" = {
12
forwardTo = [
13
"moderation@nixos.org"