From e25bb53d9f6a983f8b24177a2d7371ab0053d18b Mon Sep 17 00:00:00 2001
From: Christian Heusel <christian@heusel.eu>
Date: Wed, 13 Mar 2024 00:35:05 +0100
Subject: [PATCH] archwiki: Switch notification mail to noreply

Change this to the noreply mail but also add a wiki tag to it so it can
more easily be filtered in mail programs.

Fixes https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/563

Signed-off-by: Christian Heusel <christian@heusel.eu>
---
 roles/archwiki/templates/LocalSettings.php.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/archwiki/templates/LocalSettings.php.j2 b/roles/archwiki/templates/LocalSettings.php.j2
index 49a3f58c4..6addf7348 100644
--- a/roles/archwiki/templates/LocalSettings.php.j2
+++ b/roles/archwiki/templates/LocalSettings.php.j2
@@ -112,7 +112,7 @@ $wgEnableEmail      = true;
 $wgEnableUserEmail  = true; # UPO
 
 $wgEmergencyContact = "webmaster@archlinux.org";
-$wgPasswordSender   = "webmaster@archlinux.org";
+$wgPasswordSender   = "noreply+wiki@archlinux.org";
 
 $wgEnotifUserTalk      = true; # UPO
 $wgEnotifWatchlist     = true; # UPO
-- 
GitLab