X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/7bf0832674ec718d257eca49ec222a29f8f45076..09a36478ac73b9fe39aa5d66f97ddb90c30281e2:/procmail/tickle

diff --git a/procmail/tickle b/procmail/tickle
index 5038410..2128713 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=tickler
+
   # unset DISABLE_DELAYS to always enable delaying for tickle messages
   DISABLE_DELAYS
 }