diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-02-25 11:03:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-02-25 11:03:47 +0800 |
commit | 56279f14c0b49b89a83fbfa04fc74f03a6de0351 (patch) | |
tree | 7bc044fa118b9a02eb949fbedbd3f168f37cc173 /bin | |
parent | 2c9c4ce2f6ea0e04426fe71ed5638c2377944781 (diff) |
Update
Diffstat (limited to 'bin')
-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 d066b8c..44b2730 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
@@ -135,7 +135,7 @@ elif [[ | |||
135 | "${FROM}${TO}" =~ substack|service@kucw.io \ | 135 | "${FROM}${TO}" =~ substack|service@kucw.io \ |
136 | ]]; then | 136 | ]]; then |
137 | mailbox=news | 137 | mailbox=news |
138 | elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|login|verify|sign-in ]]; then | 138 | elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|login|verif|sign-in ]]; then |
139 | mailbox=login | 139 | mailbox=login |
140 | elif [[ "${TO}" = cloudflare@topo.tw ]]; then | 140 | elif [[ "${TO}" = cloudflare@topo.tw ]]; then |
141 | mailbox=SRV/cloudflare | 141 | mailbox=SRV/cloudflare |