-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: |UI| add JUNK_MAIL_FORCE_PASS_LIST (#539)
- Loading branch information
1 parent
8a03d3e
commit c964d77
Showing
7 changed files
with
37 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,8 +102,10 @@ ENABLE_AUTO_REPLY = false | |
# FORWARD_ADDRESS_LIST = ["[email protected]"] | ||
# 前端地址,用于发送 webhook 的邮件 url | ||
# FRONTEND_URL = "https://xxxx.xxx" | ||
# 是否启用垃圾邮件检查 | ||
# 是否启用垃圾邮件检查,默认任何一项存在配置且不通过则被判定为垃圾邮件 | ||
# ENABLE_CHECK_JUNK_MAIL = false | ||
# 垃圾邮件检查配置, 任何一项不存在或者不通过则被判定为垃圾邮件 | ||
# JUNK_MAIL_FORCE_PASS_LIST = ["spf", "dkim", "dmarc"] | ||
|
||
# D1 数据库的名称和 ID 可以在 cloudflare 控制台查看 | ||
[[d1_databases]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters