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:
parent
fcf37e6d5e
commit
e28285155e
@ -118,7 +118,7 @@ def config_update(delete_objects=False):
|
|||||||
alias = models.Alias(
|
alias = models.Alias(
|
||||||
localpart=localpart,
|
localpart=localpart,
|
||||||
domain=domain,
|
domain=domain,
|
||||||
destination=destination.split(','),
|
# destination=destination.split(','),
|
||||||
email=email
|
email=email
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user