From 63a4c18194f1dc11f9f1e5cd69b193b1705c02b9 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 14 Apr 2025 17:56:23 +0800 Subject: Update --- alias | 1 + bin/mail/deliver.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/alias b/alias index 548340f..2c0dd4e 100644 --- a/alias +++ b/alias @@ -610,6 +610,7 @@ alias y='yazi' acme.issue() { acme.sh --issue -d $1 -w $2 } +alias recall='cd /srv/recall' # }}} # vim:fdm=marker fdl=0 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