Replies: 1 comment
-
Sending messages with a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
The spam filter will naively search for the word "yes" in the X-Spam headers, causing emails to be given incorrect spam scores if another spam filter has already applied a spam score using a bayes filter.
Here's a snippet of headers when sending from a Stalwart at home to one at a computer club I'm root for;
Note the
SPAM_FLAG (5)
score, despite being marked bothX-Spam-Flag: NO
,X-Spam-Score: -2
, andX-Spam-Status: No
How can we reproduce the problem?
Attach a spam-negative X-Spam header that contains the word "bayes" to an incoming mail.
Version
v0.9.x
What database are you using?
PostgreSQL
What blob storage are you using?
S3-compatible
Where is your directory located?
Internal
What operating system are you using?
Docker
Relevant log output
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions