blob: 1509fc10ef234272b1b92abe584f185d7acb3642 [file]
{
"type": "filtering-increment",
"eventId": 0,
"aggregateId": "FilteringRule/bart",
"prepended": [
{
"id": "id-from",
"name": "a name",
"conditionGroup": {
"conditionCombiner": "AND",
"conditions": [
{
"field": "from",
"comparator": "contains",
"value": "A value to match 4"
}
]
},
"action": {
"appendIn": {
"mailboxIds":["id-01"]
},
"moveTo": {
"mailboxName": "Trash"
},
"important":true,
"keyworkds":["abc"],
"reject":true,
"seen":true,
"forwardTo": {
"addresses": ["abc@example.com"],
"keepACopy": true
}
}
},
{
"id": "id-to",
"name": "a name",
"conditionGroup": {
"conditionCombiner": "AND",
"conditions": [
{
"field": "to",
"comparator": "exactly-equals",
"value": "A value to match 1"
}
]
},
"action": {
"appendIn": {
"mailboxIds":["id-01"]
},
"moveTo": {
"mailboxName": "Trash"
},
"important":true,
"keyworkds":["abc"],
"reject":true,
"seen":true,
"forwardTo": {
"addresses": ["abc@example.com"],
"keepACopy": true
}
}
}
],
"postpended": [
{
"id": "id-rcpt",
"name": "a name",
"conditionGroup": {
"conditionCombiner": "AND",
"conditions": [
{
"field": "recipient",
"comparator": "not-exactly-equals",
"value": "A value to match 3"
}
]
},
"action": {
"appendIn": {
"mailboxIds":["id-01"]
},
"moveTo": {
"mailboxName": "Trash"
},
"important":true,
"keyworkds":["abc"],
"reject":true,
"seen":true,
"forwardTo": {
"addresses": ["abc@example.com"],
"keepACopy": true
}
}
}
],
"updated": [
{
"id": "id-subject",
"name": "a name",
"conditionGroup": {
"conditionCombiner": "AND",
"conditions": [
{
"field": "subject",
"comparator": "not-contains",
"value": "A value to match 2"
}
]
},
"action": {
"appendIn": {
"mailboxIds":["id-01"]
},
"moveTo": {
"mailboxName": "Trash"
},
"important":true,
"keyworkds":["abc"],
"reject":true,
"seen":true,
"forwardTo": {
"addresses": ["abc@example.com"],
"keepACopy": true
}
}
}
],
"deleted": [
"abdcd"
]
}