-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
[enhancement]: Spam filter improvements #947
Comments
It also would be nice to be able to have a block list of phrases, that if they occur anywhere (e-mail address, headers, subject, body), will get a spam score tag name like |
@yannikbloscheck this could be done with a SpamAssassin rule (see #535) |
I probably also could write a custom sieve script, but with that it just is always annoying to update it for new phrases. So an easily editable allow/blocklist like there seems to be planned for domains/e-mail addresses but just also for phrases (either simple strings or some regex) in the actual mail content would be much better. I think of something like the lists in the webadmin under Antispam/Domains. Maybe that will work similarly with what you plan with the SpamAssassin rules, but from the issue you linked it seems more like a one-time import of those rules to me, but maybe I'm misunderstanding that. |
#535 will allow you to both import SpamAssassing rules and also manage them. You could implement a simple rule to match words against the subject and/or body using regular expressions or a simple contains. |
It would be great to have per inbox spam filtering setting so we can disable all spam filtering for a single address. |
For I would like to be able to add my own SpamAssassin rules, Kam Rules etc. For Add/customize DNSBLs Block IP by ASN Add allow and blocklists for domains and recipients Block IP addresses listed on iblocklist and similar |
I am here for the bayes training by moving between folders. I miss that from my postfix server. |
Marking Emails as Junk Using IMAP4 Flags to Ensure Cross-Client Compatibility I want to mark an email as junk using IMAP4 flags instead of automatically moving it to the default Junk folder on the server. |
All the above-mentioned features have been implemented with the exception of SpamAssassin import. #535 has been reopened and will be included in v0.11.1. |
Which feature or improvement would you like to request?
Improve the performance and functionality of the Spam filter, including but not limited to:
Is your feature request related to a problem?
I'm having a problem with...
Code of Conduct
The text was updated successfully, but these errors were encountered: