diff options
-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 |