You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
IS_LOCAL_DOMAIN_H {
|
|
type = "selector"
|
|
selector = "from('mime'):domain";
|
|
map = "http://{{ ADMIN_ADDRESS }}/internal/rspamd/local_domains";
|
|
}
|
|
|
|
IS_LOCAL_DOMAIN_E {
|
|
type = "selector"
|
|
selector = "from('smtp'):domain";
|
|
map = "http://{{ ADMIN_ADDRESS }}/internal/rspamd/local_domains";
|
|
}
|