diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-06-21 10:23:43 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-06-21 10:23:43 +0800 |
commit | 7b4973d458fc3b207309f242bef1d3f0b5404081 (patch) | |
tree | 5fd18db7c73a7c0200bdf15a2544aa58a50b59f4 | |
parent | 76b2c12ff02e548e731ac57d8716d03911e6affb (diff) |
-rwxr-xr-x | bin/mail/deliver.sh | 2 |
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 |
139 | elif [[ | 139 | elif [[ |
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 |
144 | elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then | 144 | elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then |