friedPotat0 / Spam-Scores

Thunderbird add-on to display spam scores according to mail headers. Supports spam/ham score headers of Rspamd and SpamAssassin. The add-on adds a column with the overall spam score to the mail list view and shows details of any matched spam/ham rule.
https://addons.thunderbird.net/de/thunderbird/addon/spam-scores/
Other
42 stars 6 forks source link

Problem displaying Score #16

Closed CasperClous closed 3 years ago

CasperClous commented 3 years ago

Hi, there is no display of the score at TB v78.7.0. image

dragonxtek commented 3 years ago

I am running Thunderbird 78.6.1 and I have the same issue. I enable the column to show the score, but it stills empty. Selection_029

I have already repaired the folder several times and still no information appears

friedPotat0 commented 3 years ago

I've tested the add-on in Thunderbird 78.7.0 which is currently the latest release. It works without any problems.

Did the add-on already work for you in a previous version, or are you using the add-on for the first time? In the second case, please provide an example of any header of a mail that does not show a score (just blank out any IP and mail addresses).

CasperClous commented 3 years ago

No, is the first time using it, and there is an Email from Twitter, that don't have a score.

Untitled

image

friedPotat0 commented 3 years ago

Thank you for providing the header of the mail. Unfortunatelly this mail does not have any spam score header. I suspect that you don't have any custom mail server, but instead a public one from GMX, Gmail, ...

As I already described in the readme:

The add-on needs mails with headers like "X-Spamd-Result", "X-Spam-Report", "X-SpamCheck" or "X-Spam-Status" to work. If a mail does not have one of these headers, it cannot display any spam score.

Unless you have any custom mail server with SpamAssassin, MailScanner or RSpamd running or have at least a provider that adds such a header to the incoming mails, the add-on can't display anything useful for you. Sorry.

dragonxtek commented 3 years ago

I have 2 mails. The first, with the following header, doesn't show the score :

X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail-tester.com X-Spam-Level: X-Spam-Status: No/-0.2/5.0

And the second with the following headers shows the score:

X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on JetWeb X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED,AWL,DKIM_SIGNED,

Selection_037

Why the first one doesn't show the score? ¿Is it compatible with SpamAssassin 3.4.2?

friedPotat0 commented 3 years ago

I've never seen this header variant of SpamAssassin before. Thank you for reporting. I will make an update as soon as possible to support this header.

friedPotat0 commented 3 years ago

The header should be supported now. Please feel free to test it before it will be published. For installation refer to last paragraph of the installation section in the readme: https://github.com/friedPotat0/Spam-Scores#installation.

Use this branch for testing: https://github.com/friedPotat0/Spam-Scores/tree/spamassassin-score-variant

dragonxtek commented 3 years ago

Now it works! Thanks Selection_039

friedPotat0 commented 3 years ago

No problem. I will do some more tests tomorrow and then submit this version to Mozilla for review. Should be officially available in a few days.