diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-02-18 17:10:46 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-02-18 17:10:46 +0800 |
commit | 4a871849e4006ee55330d2748fd06102dddb6299 (patch) | |
tree | 9262fb635146cefdb1c5fed43ad6c4d22a90fab3 | |
parent | 1aee768cb00e36bb0a6b694fa5c4942a0744a0cb (diff) |
Update
-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 1f8166a..3c5da14 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
@@ -107,7 +107,7 @@ 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}" =~ MAILER-DAEMON ]]; then | 110 | elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then |
111 | mailbox= | 111 | mailbox= |
112 | elif [[ "${TO}" =~ '+'|'=' ]]; then | 112 | elif [[ "${TO}" =~ '+'|'=' ]]; then |
113 | mailbox=${TO#*[+=]} # remove chars before symbol of mailbox | 113 | mailbox=${TO#*[+=]} # remove chars before symbol of mailbox |