diff options
-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 9701c74..f47b1b0 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
@@ -141,7 +141,7 @@ elif [[ | |||
141 | ]]; then | 141 | ]]; then |
142 | mailbox=update | 142 | mailbox=update |
143 | elif [[ | 143 | elif [[ |
144 | "${SUBJECT}${FROM}" =~ 優惠|快訊|願望清單|期待|eDM || | 144 | "${SUBJECT}${FROM}" =~ 優惠|快訊|願望清單|期待|活動|eDM || |
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 |