X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/864bba9e27d4b47043898efaa709281986ba36ff..46d57b0e1b08f618e5d46f2538c7ac92c79e2326:/procmail/tickle

diff --git a/procmail/tickle b/procmail/tickle
index 0a40a1b..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,10 +60,11 @@
   :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
 }
 
-TICKLE
-
 # vim:ft=procmail