aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-04-18 09:05:58 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-04-18 09:05:58 +0800
commit4cad49b1bf0a3998a76d948f9c53b857510676e0 (patch)
tree12576d87b98563a5b5c32f0ef001a4527d9180d4
parent63a4c18194f1dc11f9f1e5cd69b193b1705c02b9 (diff)
Update
-rwxr-xr-xbin/mail/deliver.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh
index 6b02aa3..42d6aa5 100755
--- a/bin/mail/deliver.sh
+++ b/bin/mail/deliver.sh
@@ -107,6 +107,8 @@ done <<<"$header"
107# decide mailbox by vars {{{ 107# decide mailbox by vars {{{
108if [[ "$SENDER" = pham@topo.tw && -n $CHAT_VERSION ]]; then 108if [[ "$SENDER" = pham@topo.tw && -n $CHAT_VERSION ]]; then
109 private_message 109 private_message
110elif [[ "${FROM}" =~ riverbien ]]; then
111 mailbox=river
110elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then 112elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then
111 mailbox= 113 mailbox=
112elif [[ "${FROM}" =~ taiwandreamer|imtaiwanese18741130|recall ]]; then 114elif [[ "${FROM}" =~ taiwandreamer|imtaiwanese18741130|recall ]]; then