From 63a4c18194f1dc11f9f1e5cd69b193b1705c02b9 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 14 Apr 2025 17:56:23 +0800 Subject: Update --- bin/mail/deliver.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/mail/deliver.sh') 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 private_message elif [[ "${FROM}" =~ MAILER-DAEMON|accounts ]]; then mailbox= +elif [[ "${FROM}" =~ taiwandreamer|imtaiwanese18741130|recall ]]; then + mailbox=recall elif [[ "${TO}" =~ '+'|'=' ]]; then mailbox=${TO#*[+=]} # remove chars before symbol of mailbox mailbox=${mailbox%@*} # remove suffix for mail address -- cgit v1.2.3-70-g09d2