From d5eb5126244fe9ae5aba89a222bf5546b930ea42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 30 Jun 2015 16:31:50 +0000 Subject: [PATCH] Mailman: change the default Django email sender --- roles/mailman/templates/settings.py.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index e074059a96..5fc6386162 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -201,6 +201,8 @@ BROWSERID_USERNAME_ALGO = lambda email: email # Use the email as identifier BROWSERID_VERIFY_CLASS = "django_browserid.views.Verify" +DEFAULT_FROM_EMAIL = "admin@fedoraproject.org" + # # Social auth