I have written some code that uploads aliases as per the api documentation.
example:
{
"active": "1",
"address": "abc@example.com",
"goto": "fred@example.com"
}
Instead of creating the alias I get a danger message.
[
{
"type": "danger",
"log": [
"mailbox",
"add",
"alias",
{
"active": "1",
"address": "abc@example.com",
"goto": "fred@example.com"
},
null
],
"msg": [
"is_alias_or_mailbox",
"abc@example.com"
]
}
]
any ideas of how to get around this.
Maybe something like adding a header is_alias_or_mailbox: alias
[unknown]
False positive.
The alias was created - the danger. message didn’t make that clear.
[unknown]
False positive.
The alias was created - the danger. message didn’t make that clear.