Merge pull request #93 from NixOS/joerg-ci

extend anti spam regex
This commit is contained in:
Jörg Thalheim 2024-06-11 08:14:54 +02:00 committed by GitHub
commit 6eda7e52f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,9 @@ in
# Notify users via email on changes
$wgEnotifWatchlist = true;
$wgEnotifUserTalk = true;
# Block spam by regex
$wgSpamRegex = "seo (software|tools)|pornstars";
'';
};