From c16d7c2038d7a4a591f8e60b1ffb719f2dcf1cf8 Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 17 Jul 2025 01:48:36 +0000 Subject: [PATCH] Update README.md --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 6e7d053..a074a32 100644 --- a/README.md +++ b/README.md @@ -180,28 +180,7 @@ test ``` # Additional configuration -`rspamd` is your spam filter. You can tweak it manually to instruct it to block specific E-Mails, depending of your situation. For example, this is what I currently use to block incessant phishing E-Mails: - -File `/etc/rspamd/local.d/rules.local` -```cf -local_rules = { - from_mismatch = { - expression = "!(from:domain == smtp_from:domain)", - score = 5, - description = "From domain doesn't match SMTP envelope" - }, - replyto_mismatch = { - expression = "replyto && !(replyto:domain == from:domain)", - score = 5, - description = "Reply-To domain doesn't match From domain" - }, - forged_own_domain_fail_auth = { - expression = "(from:domain == 'lolcat.ca') && !(R_DKIM_ALLOW || R_SPF_ALLOW || DMARC_POLICY_ALLOW)", - score = 6.0, - description = "Email claims to be from our domain but is not properly authenticated" - } -} -``` +`rspamd` is your spam filter. You can tweak it manually to instruct it to block specific E-Mails, depending of your situation. # Screenshots ## Inbox