aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/mail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mail')
-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