From 7580035d937da20e61098bfe2e87f3e3171cbd26 Mon Sep 17 00:00:00 2001 From: mrmarkuz Date: Fri, 10 Apr 2026 16:08:11 +0200 Subject: [PATCH] Add block rules examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 633adf76..03722d6d 100644 --- a/README.md +++ b/README.md @@ -256,8 +256,11 @@ To disable the plugin, just remove the RSPAMD_dqs_token variable from the `state Following block rule configuration files are available in the Rspamd UI configuration tab: - Exact domain: `/var/lib/rspamd/block_sender_domain.map` + - Examples: `domain.tld`, `nethserver.org` - Domain suffix: `/var/lib/rspamd/block_sender_domain_suffix.map` + - Examples: `.domain.tld`, `.org` - Sender mail address: `/var/lib/rspamd/block_sender.map` + - Examples: `user@domain.tld`, `support@nethserver.org` ## Service discovery