1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00

Expect list instead of string for destination

This commit is contained in:
Dmytro Makovey 2017-09-11 09:11:12 -07:00
parent fcf37e6d5e
commit e28285155e

View File

@ -118,7 +118,7 @@ def config_update(delete_objects=False):
alias = models.Alias(
localpart=localpart,
domain=domain,
destination=destination.split(','),
# destination=destination.split(','),
email=email
)
else: