feat: add ALWAYS_SHOW_ANNOUNCEMENT option (#663)

This commit is contained in:
Dream Hunter
2025-06-09 19:06:49 +08:00
committed by GitHub
parent dec309a0fd
commit cc77bdf36d
15 changed files with 2140 additions and 1834 deletions

View File

@@ -81,6 +81,8 @@ PREFIX = "tmp" # The mailbox name prefix to be processed
# MIN_ADDRESS_LEN = 1
# MAX_ADDRESS_LEN = 30
# ANNOUNCEMENT = "Custom Announcement"
# always show ANNOUNCEMENT even no changes
# ALWAYS_SHOW_ANNOUNCEMENT = true
# address check REGEX, if not set, will not check
# ADDRESS_CHECK_REGEX = "^(?!.*admin).*"
# address name replace REGEX, if not set, the default is [^a-z0-9]