aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/mail/deliver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mail/deliver.sh')
-rwxr-xr-xbin/mail/deliver.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh
index e52d4a8..52c5d01 100755
--- a/bin/mail/deliver.sh
+++ b/bin/mail/deliver.sh
@@ -132,13 +132,13 @@ elif [[ "${LIST_ID}" =~ rjarry/aerc-discuss ]]; then
132 mailbox=zl/aerc 132 mailbox=zl/aerc
133elif [[ "${LIST_ID}" =~ mutt-users.mutt.org ]]; then 133elif [[ "${LIST_ID}" =~ mutt-users.mutt.org ]]; then
134 mailbox=zl/mutt 134 mailbox=zl/mutt
135elif [[ "${LIST_ID}" =~ archlinux.org ]]; then 135elif [[ "${RECEIVED}" =~ lists.archlinux.org ]]; then
136 mailbox=zl/arch 136 mailbox=zl/arch
137elif [[ "${SUBJECT}" =~ 啟用 ]]; then 137elif [[ "${SUBJECT}" =~ 啟用 ]]; then
138 mailbox=service 138 mailbox=service
139elif [[ 139elif [[
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
144elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then 144elif [[ "${SUBJECT}" =~ 密碼|安全性警示|登入|存取|驗證|確認|login|verif|sign-in ]]; then