mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-30 22:36:03 +08:00
Added http-lookup.* to resource fetch
This commit is contained in:
parent
aa4b9978c2
commit
ad30478bd8
1 changed files with 1 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ impl ConfigManager {
|
|||
external.version.clone_from(&value);
|
||||
external.keys.push(ConfigKey::from((key, value)));
|
||||
} else if key.starts_with("spam-filter.")
|
||||
|| key.starts_with("http-lookup.")
|
||||
|| key.starts_with("server.asn.")
|
||||
|| key.starts_with("queue.quota.")
|
||||
|| key.starts_with("queue.throttle.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue