Filtering emails by...
 
Notifications
Clear all

Filtering emails by header didn't work

3 Posts
2 Users
0 Reactions
73 Views
(@stefanh)
New Member
Joined: 4 weeks ago
Posts: 1
Topic starter  

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

   
Quote
(@sharif)
Reputable Member Admin
Joined: 4 years ago
Posts: 883
 

@stefanh

I will test it on CE release 25.12.0 and will share my findings with you.


   
ReplyQuote
(@sharif)
Reputable Member Admin
Joined: 4 years ago
Posts: 883
 

@stefanh

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.

 


   
ReplyQuote