1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/rspamd/files/local.d/headers_group.conf
Kristian Klausen 7b2ba0c082
rspamd: Use the correct syntax for overriding symbol
This should have been amended to the original commit.

Fixes: 5fba4d5b ("rspamd: Lower spam threshold on misaligned Reply-To/To fields")
2021-07-06 17:43:36 +02:00

9 lines
213 B
Plaintext

# Spoofing reply-to has valid use cases, setting to 2.0 for pacman-dev
# https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/395
symbols = {
"SPOOF_REPLYTO" {
weight = 2.0;
}
}