diff options
| -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 |