email: Fix creation of aliases for security@ and usenet@

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-11-21 11:19:05 -08:00 committed by James Valleroy
parent c1129be4e7
commit 678ca1a9d1
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -96,8 +96,8 @@ def setup_common_aliases(username):
"""
aliases = [
'mailer-daemon', 'postmaster', 'nobody', 'webmaster', 'www',
'hostmaster', 'info', 'support', 'abuse', 'noc', 'security'
'usenet', 'news', 'ftp'
'hostmaster', 'info', 'support', 'abuse', 'noc', 'security', 'usenet',
'news', 'ftp'
]
for alias in aliases:
if not exists(alias):