diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-03-18 11:09:49 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-03-18 11:10:00 +0800 |
| commit | 76e97d168b5db5a95936ddd1446d960b4b6b971b (patch) | |
| tree | 6ffdf4461cc6c3844e95cac07a1dbb90f7404644 /bin | |
| parent | 7dc53b40976a528d55b3f7a50741313f9a1e239a (diff) | |
Update
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/mail/deliver.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh index 75f0833..2ec00bf 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
| @@ -141,6 +141,7 @@ elif [[ "${TO}" = cloudflare@topo.tw ]]; then | |||
| 141 | mailbox=SRV/cloudflare | 141 | mailbox=SRV/cloudflare |
| 142 | elif [[ | 142 | elif [[ |
| 143 | "${SUBJECT}" =~ 通知|提及|未讀|更新|核對|嘟文|unread|summary|mention|introduc || | 143 | "${SUBJECT}" =~ 通知|提及|未讀|更新|核對|嘟文|unread|summary|mention|introduc || |
| 144 | "${FROM}" =~ iservice@narlabs.org.tw || | ||
| 144 | "${FROM}" =~ notification[s]?@|no-reply@hackmd.io \ | 145 | "${FROM}" =~ notification[s]?@|no-reply@hackmd.io \ |
| 145 | ]]; then | 146 | ]]; then |
| 146 | mailbox=update | 147 | mailbox=update |