diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-12 21:20:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-12 21:21:07 +0800 |
commit | 1a4cda747970e8239b6a27f5d4eb03b63ab4bf9b (patch) | |
tree | 1f41fa59bc77d97b81e33670e12f65fff9046171 /bin | |
parent | c15182da1528591f16ec3378a54e96b080c6325a (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 e6385af..dfabedf 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
@@ -99,7 +99,7 @@ elif [[ "${LIST_ID}" =~ '<mutt-users.mutt.org>' ]]; then | |||
99 | mailbox=LIST/mutt | 99 | mailbox=LIST/mutt |
100 | elif [[ -n "${LIST_ID}" || "${SUBJECT}" =~ 電子報|newsletter|快訊 ]]; then | 100 | elif [[ -n "${LIST_ID}" || "${SUBJECT}" =~ 電子報|newsletter|快訊 ]]; then |
101 | mailbox=news | 101 | mailbox=news |
102 | elif [[ "${SUBJECT}" =~ login|verify|sign-in|密碼|安全性警示|登入 ]]; then | 102 | elif [[ "${SUBJECT}" =~ login|verify|sign-in|密碼|安全性警示|登入|存取 ]]; then |
103 | mailbox=login | 103 | mailbox=login |
104 | elif [[ "${TO}" = cloudflare@topo.tw ]]; then | 104 | elif [[ "${TO}" = cloudflare@topo.tw ]]; then |
105 | mailbox=SRV/cloudflare | 105 | mailbox=SRV/cloudflare |