This commit is contained in:
2026-08-14 23:07:21 +02:00
parent 1eb46d98ef
commit 9fdd3408a0
6 changed files with 195 additions and 57 deletions

View File

@@ -1,6 +1,10 @@
rules {
DOCKER_WHITELIST_FORCE {
action = "no action";
expression = "DOCKER_WHITELIST";
}
}
# documentation: https://rspamd.com/doc/modules/force_actions.html
#
# Die Regel DOCKER_WHITELIST_FORCE ("no action" sobald DOCKER_WHITELIST greift)
# ist entfernt. Sie hat die Spam-Entscheidung fuer jede Mail mit eigener
# Absenderdomain hart ueberschrieben - inklusive echtem Spam an weitergeleitete
# Adressen. Das dazugehoerige Symbol existiert nicht mehr, siehe
# rspamd/local.d/multimap.conf.
#
# Keine rules{}-Sektion = force_actions ist wirkungslos. Datei bleibt bestehen,
# damit DMS sie beim Start ueber eine alte Version im Container kopiert.