feat: email blacklist (#6779)

* feat: email blacklist

* feat: wildcard support
This commit is contained in:
Michael H.
2026-07-20 14:02:55 +02:00
committed by GitHub
parent 6319832465
commit e52ae416a8
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -238,6 +238,8 @@ vars! {
NEVERBOUNCE_API_KEY: String = "";
NEVERBOUNCE_BASE_URL: String = neverbounce::DEFAULT_API_URL;
EMAIL_DOMAIN_BLACKLIST: StringCsv = StringCsv(vec![]);
CLICKHOUSE_REPLICATED: bool = false;
CLICKHOUSE_URL: String = "http://localhost:8123";
CLICKHOUSE_USER: String = "default";