You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
931 B
JSON

3 years ago
{
"pager": {
"url": "http://127.0.0.1:3000/api/message/advanced",
"params": {
"type": "duplex",
3 years ago
"routing": {
"device": "birdyslim",
3 years ago
"connectors": [
[ "dapnet", "dl-all#DXxxx" ],
[ "ecityruf", "2900000" ],
[ "dapnet", "dl-all#DLxxx" ],
[ "pocsag", "133701D" ],
[ "dummy", "works" ]
3 years ago
]
}
}
},
"handling": {
"onlySimpleCounter": false,
"onlySimpleCounterFormat": "[unreadCount] ongelezen emails",
"processing": [
{ "subjectContains": "data transferred" , "format": "[subject] - CF" },
{ "mxdomainExact": "spamdomein.tld" , "ignore": true },
{ "mxdomainContains": "paypal.nl" , "format": "PP: [subject]" },
{ "ignore": true }
]
3 years ago
}
}