diff options
Diffstat (limited to 'bin/mail/deliver.sh')
-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 | ||