11 lines
320 B
Plaintext
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";
|
|
}
|
|
|