[fix] Missing abuse@

This commit is contained in:
ljf (zamentur) 2020-11-23 09:59:43 +01:00 committed by GitHub
parent fe888dd841
commit 67e03e6f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,6 +155,7 @@ def user_create(operation_logger, username, firstname, lastname, domain, passwor
'admin@' + main_domain,
'webmaster@' + main_domain,
'postmaster@' + main_domain,
'abuse@' + main_domain,
]
if mail in aliases: