Files
saltaire_sys/mail/config/rspamd/override.d/multimap.conf
Greg Johnson e01e658ca2 initial commit
2025-09-20 12:20:27 +10:00

11 lines
320 B
Plaintext

WHITELIST_OPENAI {
type = "from";
extract_from = "mime"; # or "smtp"
filter = "email:domain";
map = ["openai.com"]; # inline list
prefilter = true; # run early
action = "accept"; # force accept on match
description = "Whitelist OpenAI bounce/login emails";
}