mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
d8cf0c3848
This reverts commit 0f17299b4e
.
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";
|
|
}
|