mirror of
https://github.com/lingble/Mailu.git
synced 2026-03-20 03:50:30 +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