when saving a filter with an Expression Search - NG rule the condition is changed from "Match all of the following" to "Match any of the following". If I remove the Expression Search - NG condition and save it, then "Match all of the following" is saved as it should.
the search term is not shown in the form field when reopening the rule (although it's correctly saved in the msgfilterrules.dat). I saw this issue with another filter addon (FiltaQuilla). Apparently the field does not get populated due to a change in TB a few versions ago. According to that addon's developer this issue can be solved easily by adapting the code to the new programming of TB.
Here is the rule as saved under msgfilterrules.dat:
(as you can see the condition is changed to "OR", but the search string is present)
The screenshot shows the filter after reopening it. It was save with "Match all of the following" and the Attachmeng Name/Type" field should show ".7z"
Hi,
I got 2 issues with the new version:
Here is the rule as saved under msgfilterrules.dat:
name="HackAnhang" enabled="yes" type="17" action="Delete" condition="OR (expressionsearch#attachmentNameOrType,contains,.7z)"
(as you can see the condition is changed to "OR", but the search string is present)
The screenshot shows the filter after reopening it. It was save with "Match all of the following" and the Attachmeng Name/Type" field should show ".7z"