Skip to content
Snippets Groups Projects
Commit 656aec6f authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed premium address replacement.

parent 8041bd10
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,7 @@ class Tester():
recipients = recipients.replace('sysadmin@ubicast.eu', '').replace(',,', ',')
elif utils.get_conf('PREMIUM_SUPPORT') != '0':
system_domain = '[PREMIUM] %s' % system_domain
recipients.replace('sysadmin@ubicast.eu', 'sysadmin+premium@ubicast.eu')
recipients = recipients.replace('sysadmin@ubicast.eu', 'sysadmin+premium@ubicast.eu')
recipients = recipients.strip(',')
if not recipients:
log('No recipients defined for email sending. Set a value for EMAIL_ADMINS.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment