mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This should have been amended to the original commit. Fixes: 5fba4d5b ("rspamd: Lower spam threshold on misaligned Reply-To/To fields")
9 lines
213 B
Plaintext
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;
|
|
}
|
|
}
|