Alexander Moisseev

Results 64 comments of Alexander Moisseev

@xpunkt you can disable Redis in Rmilter configuration if you want.

> Is "weight" the same as "score" ? In my opinion, as we have symbols with dynamic weights(or scores), it would be logical to have distinct terms `weight` and `score`:...

I cannot reproduce the issue. What is your add-on and exact Thunderbird versions?

Could it be something to do with OS specific package build particularities?

It looks like the libExperiments.js library is missing or not loaded. You can add some logging to see what's happening. Here: https://github.com/moisseev/rspamd-spamness/blob/fa5dc2cbc3c2577f988f72fead040e69569399f1/experiments/libExperiments.js#L20-L25 ```diff diff --git a/experiments/libExperiments.js b/experiments/libExperiments.js index 675b552..67fb77f 100644...

Unfortunately the score column feature is not supported on Thunderbird Supernova for now. Blocked by bug [1817682](https://bugzilla.mozilla.org/show_bug.cgi?id=1817682) ![image](https://github.com/moisseev/rspamd-spamness/assets/2275981/1db64645-e147-4ce5-b7b8-521f8c421571)

Is it stable? I'll wait at least until it is announced and API is documented.

@adlerweb, > Icons are still broken https://github.com/adlerweb/rspamd-spamness/commit/ed2dece266421b27a4702da73718095be68ebb08#diff-acd17dc167bd3f7e293448db0145cd6d504fa5247e526f59815b6278ac3debeeR51 As far as I can see, your `iconCallback` returns an icon URL, but it should return an `id` of the icon, which should...

Regarding the PR suggested by @realizelol , I am currently working on implementing columns properly, so there's no need to duplicate efforts.

In `per-account folder settings` you can configure destination accounts for each of the button separately. So you can move/copy messages to the same spam/ham mailboxes instead of forwarding. Assuming you...