diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-06-11 11:05:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-06-11 11:05:30 +0800 |
commit | 76b2c12ff02e548e731ac57d8716d03911e6affb (patch) | |
tree | 99ae9b2c6b669e07837ac91c2e1cf1934e24d81b | |
parent | 7e0af573aa99ef5fcb1f35a4af2b1c6dec524812 (diff) |
Update
-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 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 |
144 | elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|login|verif|sign-in ]]; then | 144 | elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then |
145 | mailbox=login | 145 | mailbox=login |
146 | elif [[ "${TO}" = cloudflare@topo.tw ]]; then | 146 | elif [[ "${TO}" = cloudflare@topo.tw ]]; then |
147 | mailbox=SRV/cloudflare | 147 | mailbox=SRV/cloudflare |