aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-06-11 11:05:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-06-11 11:05:30 +0800
commit76b2c12ff02e548e731ac57d8716d03911e6affb (patch)
tree99ae9b2c6b669e07837ac91c2e1cf1934e24d81b
parent7e0af573aa99ef5fcb1f35a4af2b1c6dec524812 (diff)
Update
-rwxr-xr-xbin/mail/deliver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh
index bda6f5b..e52d4a8 100755
--- a/bin/mail/deliver.sh
+++ b/bin/mail/deliver.sh
@@ -141,7 +141,7 @@ elif [[
141 "${FROM}${TO}" =~ substack|service@kucw.io 141 "${FROM}${TO}" =~ substack|service@kucw.io
142 ]]; then 142 ]]; then
143 mailbox=news 143 mailbox=news
144elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|login|verif|sign-in ]]; then 144elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then
145 mailbox=login 145 mailbox=login
146elif [[ "${TO}" = cloudflare@topo.tw ]]; then 146elif [[ "${TO}" = cloudflare@topo.tw ]]; then
147 mailbox=SRV/cloudflare 147 mailbox=SRV/cloudflare