-
What happened?Messages from contacts in my address book are still occasionally marked as spam, even with this setting enabled. How can we reproduce the problem?Send a spam message from an email sender that is in the user's carddav address book. Versionv0.13.x What database are you using?RocksDB What blob storage are you using?RocksDB Where is your directory located?Internal What operating system are you using?Docker Relevant log outputn/a Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
A few questions:
|
Beta Was this translation helpful? Give feedback.
-
Your headers look fine, but unfortunately I can't reproduce the issue. However, I am going to create a test case using an email similar to yours to see if this is related to the |
Beta Was this translation helpful? Give feedback.
-
I added a test case for this feature and still couldn't reproduce the issue you're having. Check out the test case linked above and also the conditions required for this feature to work, in particular:
|
Beta Was this translation helpful? Give feedback.
I found my problem, and sorry for giving you the run-around. At some point I added this sieve filter to my account which puts spam into
Junk
and marks it as read. Since these messages still sayX-Spam-Status: Yes
, even though thecard-is-ham
override got applied, my filter still puts it in Junk. I was under the impression that the header would not be present in this case.Which leads me to the question, what is the recommended way to a) always mark spam as read and b) add a spam whitelist?