diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-04-18 09:05:58 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-04-18 09:05:58 +0800 |
commit | 4cad49b1bf0a3998a76d948f9c53b857510676e0 (patch) | |
tree | 12576d87b98563a5b5c32f0ef001a4527d9180d4 | |
parent | 63a4c18194f1dc11f9f1e5cd69b193b1705c02b9 (diff) |
Update
-rwxr-xr-x | bin/mail/deliver.sh | 2 |
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 {{{ |
108 | if [[ "$SENDER" = pham@topo.tw && -n $CHAT_VERSION ]]; then | 108 | if [[ "$SENDER" = pham@topo.tw && -n $CHAT_VERSION ]]; then |
109 | private_message | 109 | private_message |
110 | elif [[ "${FROM}" =~ riverbien ]]; then | ||
111 | mailbox=river | ||
110 | elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then | 112 | elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then |
111 | mailbox= | 113 | mailbox= |
112 | elif [[ "${FROM}" =~ taiwandreamer|imtaiwanese18741130|recall ]]; then | 114 | elif [[ "${FROM}" =~ taiwandreamer|imtaiwanese18741130|recall ]]; then |