X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/7bf0832674ec718d257eca49ec222a29f8f45076..1ca4e288700b20d6ef40fe98f18facf12a636cac:/procmail/tickle diff --git a/procmail/tickle b/procmail/tickle index 5038410..8964903 100644 --- a/procmail/tickle +++ b/procmail/tickle @@ -1,5 +1,6 @@ # The X-Tickle header has priority over the Original-To address :0 +* ! POSTPONED ?? . *$ ^X-Tickle:${RE_SPACE}+\/${RE_NOT_SPACE}+ { TICKLE="$MATCH" } @@ -59,6 +60,9 @@ :0 fw |$FORMAIL -I"X-Tickle: $RELEASE" + # store messages as read + MARK_READ=true + # unset DISABLE_DELAYS to always enable delaying for tickle messages DISABLE_DELAYS }