Skip to content
Snippets Groups Projects
Commit 5fba4d5b authored by Morten Linderud's avatar Morten Linderud :surfer: Committed by Kristian Klausen
Browse files

rspamd: Lower spam threshold on misaligned Reply-To/To fields


When people send patches to pacman-dev, either with the wrong list
address or a perceived wrong email header it would most likely be
default marked as spam and stuffed into Junk for people using our email
server.

This attempts at lowering the score to something we can live with until
a gitlab migration.

Signed-off-by: default avatarMorten Linderud <morten@linderud.pw>
parent 253baf70
No related branches found
No related tags found
1 merge request!395rspamd: Lower spam threshold on misaligned Reply-To/To fields
# Spoofing reply-to has valid use cases, setting to 2.0 for pacman-dev
# https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/395
symbol "SPOOF_REPLYTO" {
weight = 2.0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment