From 4120191306c31dac18817244cb91697638e2d738 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Fri, 25 Oct 2019 14:06:52 -0300 Subject: news: Change the news app to use the EmailMessage class to be able to include the mailman password Due to spamming to arch-announce mail list, we now use a poster password to make sure only authorized emails are allowed through to the list. --- settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index e91b5aa6..3201f218 100644 --- a/settings.py +++ b/settings.py @@ -178,6 +178,9 @@ COUNTRIES_OVERRIDE = { # Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' +# Mailman poster password for announcements +MAILMAN_PASSWORD = '' + DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', -- cgit v1.2.3-55-g3dc8