diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-02-06 10:38:43 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-02-06 10:38:43 +0800 |
| commit | 7400e6821aa3250e8acac57d0e7065d81ab7a26a (patch) | |
| tree | 45a1c4cc32b74bbc8e2a36b7808a4c2dbb0226d6 /bin/mail | |
| parent | 4513eb94382414585e1155835d6afb98879b57cc (diff) | |
Update
Diffstat (limited to 'bin/mail')
| -rwxr-xr-x | bin/mail/deliver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh index f47b1b0..e1ba507 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
| @@ -145,7 +145,7 @@ elif [[ | |||
| 145 | -n "${LIST_ID}${LIST_UNSUBSCRIBE}" || | 145 | -n "${LIST_ID}${LIST_UNSUBSCRIBE}" || |
| 146 | ${TO} =~ tienling.chou@topo.tw \ | 146 | ${TO} =~ tienling.chou@topo.tw \ |
| 147 | ]]; then | 147 | ]]; then |
| 148 | mailbox=MISC/promote | 148 | mailbox=promote |
| 149 | fi | 149 | fi |
| 150 | # }}} | 150 | # }}} |
| 151 | 151 | ||