blob: 5864a987a527dda0e4793282b21185987774a583 [file]
{
"mailboxPath": "#private:bob@domain.tld:mbx1",
"type": "RunRulesOnMailboxTask",
"username": "bob@domain.tld",
"rules": [
{
"action": {
"appendIn": {
"mailboxIds": ["mbx2"]
},
"important": false,
"keyworkds": [],
"reject": false,
"seen": false
},
"conditionGroup": {
"conditionCombiner": "AND",
"conditions": [
{
"comparator": "contains",
"field": "subject",
"value": "plop"
},
{
"comparator": "not-exactly-equals",
"field": "from",
"value": "bob@example.com"
}
]
},
"id": "1",
"name": "rule 1"
}
]
}