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

2.14.3: spam score item visible but no color #320

Closed
yeupou opened this issue Apr 9, 2022 · 1 comment
Closed

2.14.3: spam score item visible but no color #320

yeupou opened this issue Apr 9, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@yeupou
Copy link

yeupou commented Apr 9, 2022

Describe the bug
reading issue #162 it looks like the spam score element should be colored.

in my case no matter the spam score, it looks like this:
(version 2.14.3, rspamd headers)

image
in this case with such headers:

X-Spam-Score: 12.7
X-Spam-Status: Yes
X-Spam-Bar: ++++++++++++

It looks it it correctly identify the relevant headers, as it does not show the spam score item when the score is actually negative. But I was under the impression that it would be a visual indicator similar to spam bar.

Or it is expecting SpamAssassin headers with score=XX required=XX fields?

Regards,

the-djmaze pushed a commit that referenced this issue Apr 13, 2022
@the-djmaze
Copy link
Owner

Or it is expecting SpamAssassin headers with score=XX required=XX fields?

Correct, else it doesn't know the amount of points to reach the 100% definitely spam mark.

I made a small change to at least have it 100% when IsSpam is true

@the-djmaze the-djmaze added the documentation Improvements or additions to documentation label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants