Open
Bug 1864430
Opened 2 years ago
Updated 3 months ago
Periodic Filters are not running on rss subscription folder
Categories
(Thunderbird :: Filters, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: jjbbss, Unassigned)
Details
Steps to reproduce:
- Subscribe to RSS feed.
- create a filter (in my case remove tag based on age)
- Select filter application as manual and periodically
- Run filter manually once to check if the filter actually runs as expected
- wait
Actual results:
filter did not run
filter log is empty (except for the manual run)
Expected results:
Filter should have run after the periodic time interval
Comment 1•2 years ago
|
||
Code is likely around here: https://searchfox.org/comm-central/rev/7bbb8e5a56e688006243f0cbc0b56afe795d1842/mailnews/search/src/PeriodicFilterManager.jsm#79
Can you set mail.periodicfilters.loglevel to "All" and investigate further? That will give you more logs in the error console
well, all i am getting is this:
12:03:26.424 mail.periodicfilters: PeriodicFilterManager init() PeriodicFilterManager.jsm:45:9
12:04:26.438 mail.periodicfilters: PeriodicFilterManager timer callback 11 PeriodicFilterManager.jsm:79:9
so looking at the code at some point it should log PeriodicFilterManager apply periodic filters to server <...>, right? and since it doesn't do that, something went wrong in the for?
Comment 3•7 months ago
|
||
Does it still fail?
Flags: needinfo?(jjbbss)
Whiteboard: [closeme 2026-03-01]
yeah, seem to still happen in the current version
Flags: needinfo?(jjbbss)
You need to log in
before you can comment on or make changes to this bug.
Description
•