Notifications
Clear all
Topic starter
01/14/2026 22:53
While creating a email filter, there is an option to filter by headers. If you can add a Header Name and matchers for the content. The save requests looks ok on http level.
{
"filterActions": [
{
"actionKeep": [
{}
],
"actionStop": [
{}
]
}
],
"active": false,
"name": "test",
"filterTests": [
{
"headerTest": [
{
"header": "header2",
"stringComparison": "contains",
"value": "header-content"
}
],
"condition": "anyof"
}
]
}
After reload the setting and open the filter again, the type and header-name are missing and the filter expression always match.
Carbonio 25.12 on Ubuntu 24.04 LTS, Chrome Browser.
This topic was modified 4 weeks ago by StefanH
02/05/2026 09:52
I checked and found that:
- The filter works properly in the backend after I save it.
- Though it works in the backend, when I am saving it, the UI is not showing all fields properly.
I am going to report this issue to the devs.
Thanks for reporting it.
