Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with filtering on subject #81

Closed
sandwitch opened this issue Nov 28, 2021 · 8 comments
Closed

problem with filtering on subject #81

sandwitch opened this issue Nov 28, 2021 · 8 comments

Comments

@sandwitch
Copy link

Hi,
I have a problem with filtering on subject, nothing happens at all :)
I have the pro version, some times it complains on my license and after a validate it is okay again, however filtering on subject remains faulty. I must admit I use exquilla for my professional exchange account.
What info do you need to assist me?

regards Mark

@RealRaven2000
Copy link
Owner

RealRaven2000 commented Nov 28, 2021

Can you run just one the one filter manually?
Can you export or screenshot it?

@sandwitch
Copy link
Author

sandwitch commented Nov 28, 2021

Hi thanks for the quickresponse,

If I create a subject filter on my personal gmail account this works, that is why I thought it was exquilla related.
If I run the one filter manually nothing happens, also no output in the filter log. If I try to run a backup of the filters there is no screen to select the output file. On my work computer this screen exists. I'm using my license on two laptops, thought that was permitted. Attached are the screenshots.The email account m.r.*@*********** i the exquilla (exchange) work account.

Thanks for your assistance
Ma
Screenshot from 2021-11-28 22-50-28
Screenshot from 2021-11-28 22-49-47
rk

@sandwitch
Copy link
Author

sandwitch commented Nov 28, 2021

Well now I could create a json file:

{
  "accountName": "exquilla://replaced",
  "rootFolderURL": "ews-mailbox:///home/replaced",
  "date": "2021-11-28T22:12:56.299Z",
  "filters": [
    {
      "filterName": "RedHat » Bug Fix - errata@redhat.com",
      "filterDesc": "",
      "filterType": 273,
      "temporary": false,
      "actionCount": 1,
      "enabled": true,
      "actionList": [
        {
          "type": 1,
          "targetFolderUri": "exquilla://replaced"
        }
      ],
      "searchTerms": [
        {
          "attrib": 1,
          "value": {
            "attrib": 1,
            "str": "errata@redhat.com"
          },
          "booleanAnd": true,
          "beginsGrouping": false,
          "endsGrouping": false
        },
        {
          "attrib": 0,
          "value": {
            "attrib": 0,
            "str": "\"[Bug Fix Advisory]\""
          },
          "booleanAnd": true,
          "beginsGrouping": false,
          "endsGrouping": false
        },
        {
          "attrib": 5,
          "op": 2,
          "value": {
            "attrib": 5,
            "status": 1
          },
          "booleanAnd": true,
          "beginsGrouping": false,
          "endsGrouping": false
        }
      ]
    }
  ]
}

@RealRaven2000
Copy link
Owner

If I create a subject filter on my personal gmail account this works, that is why I thought it was exquilla related.

I think exquilla is just setting up a middleware mechanism to pull your mail from the exchange server; I don't think it does anything with filters (which still only run locally on Thunderbird; Tb cannot upload filters to any type of server and run them there)

If I run the one filter manually nothing happens, also no output in the filter log. If I try to run a backup of the filters there is no screen to select the output file.

That's strange, may it be a side effect from your invalid license? Contact me directly to get a different license for your Exchange account - it seems the email address that is set up as your default identity isn't the one in the key.

On my work computer this screen exists. I'm using my license on two laptops, thought that was permitted. Attached are the screenshots.The email account m.r.*@*********** i the exquilla (exchange) work account.

It is permitted - but check what email address is set up in account settings / default identity:
image
These (default addresses) are the ones quickFilters checks against the one in the license key!

@sandwitch
Copy link
Author

I checked the default identity settings for this account, they are correct. However I use two more (private gmail accounts). So the default account email address is the same as in the license i got from you.
The only thing quickfilter does is enabling the creation of filters isn't it? The filtering itself is done by TB I guess. So the problem with filtering should be at TB?

Regards
M

@RealRaven2000
Copy link
Owner

I checked the default identity settings for this account, they are correct. However I use two more (private gmail accounts). So the default account email address is the same as in the license i got from you. The only thing quickfilter does is enabling the creation of filters isn't it? The filtering itself is done by TB I guess. So the problem with filtering should be at TB?

This is correct - it only plays a role if you use "list-id" which is an additional search condition that quickFilters adds. Other than that, it can be used for management, creation and testing of filters. And you can keep using these filters even after you have uninstalled quickFilters.

@sandwitch
Copy link
Author

sandwitch commented Dec 2, 2021 via email

@RealRaven2000
Copy link
Owner

Well if we can solve the problem with the subscription. I think you helped me fantastic. For the rest I will contact TB if needed Btw I installed filterquila and with the regex function everything works as expected.

Good to know - and thanks for subscribing. By the way I had taken over FiltaQuilla from the original developer who had to abandon it due to illness and I am aware that there are currently many regressions caused by Thunderbird 91, partly depending on changes on their side for fixes. The release there is a little slow because it is a minefield - it is a very "low-level" piece of code and there is no financial pressure / support on that side to warrant overspending time on it; but I am trudging along and uploading new test versions to its issue tracker regularly.

Closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants