aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 e52d4a8..abe5823 100755
--- a/bin/mail/deliver.sh
+++ b/bin/mail/deliver.sh
@@ -138,7 +138,7 @@ elif [[ "${SUBJECT}" =~ 啟用 ]]; then
138 mailbox=service 138 mailbox=service
139elif [[ 139elif [[
140 "${SUBJECT}" =~ 電子報|快訊|newsletter || 140 "${SUBJECT}" =~ 電子報|快訊|newsletter ||
141 "${FROM}${TO}" =~ substack|service@kucw.io 141 "${FROM}${TO}" =~ substack|service@kucw.io|linuxhandbook
142 ]]; then 142 ]]; then
143 mailbox=news 143 mailbox=news
144elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then 144elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then