aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/mail/deliver.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-04-14 17:56:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-04-14 17:56:23 +0800
commit63a4c18194f1dc11f9f1e5cd69b193b1705c02b9 (patch)
tree9144c6d4914ea3aa99707471ed83dda95ffdd2b9 /bin/mail/deliver.sh
parent3040f71b92c0020b6a70227ffcfdf0a9ae837bb8 (diff)
Update
Diffstat (limited to 'bin/mail/deliver.sh')
-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 c111692..6b02aa3 100755
--- a/bin/mail/deliver.sh
+++ b/bin/mail/deliver.sh
@@ -109,6 +109,8 @@ if [[ "$SENDER" = pham@topo.tw && -n $CHAT_VERSION ]]; then
109 private_message 109 private_message
110elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then 110elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then
111 mailbox= 111 mailbox=
112elif [[ "${FROM}" =~ taiwandreamer|imtaiwanese18741130|recall ]]; then
113 mailbox=recall
112elif [[ "${TO}" =~ '+'|'=' ]]; then 114elif [[ "${TO}" =~ '+'|'=' ]]; then
113 mailbox=${TO#*[+=]} # remove chars before symbol of mailbox 115 mailbox=${TO#*[+=]} # remove chars before symbol of mailbox
114 mailbox=${mailbox%@*} # remove suffix for mail address 116 mailbox=${mailbox%@*} # remove suffix for mail address