mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-28 18:19:35 +00:00
Expect list instead of string for destination
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user