]> git.madduck.net Git - etc/mailfilter.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

log name when discarding twitter reply
authormartin f. krafft <madduck@madduck.net>
Tue, 10 Mar 2009 14:21:25 +0000 (15:21 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 10 Mar 2009 14:21:25 +0000 (15:21 +0100)
procmail/rules/feeds

index aa4648bbeef6acae2ed78d42f560b08c5e28a004..90c98f2adad4d5f301e59902d1762d64167648df 100644 (file)
@@ -7,8 +7,9 @@
   :0
   * ORIG_TO ?? @twitter\.com$
   * SUBJECT ?? ^[^:]+: @
   :0
   * ORIG_TO ?? @twitter\.com$
   * SUBJECT ?? ^[^:]+: @
+  * SUBJECT ?? ^\/[^:]+
   {
   {
-    LOG="feeds:      discarding twitter.com reply$NL"
+    LOG="feeds:      discarding twitter.com reply by $MATCH$NL"
     SWITCHRC=$PMDIR/discard
   }
 }
     SWITCHRC=$PMDIR/discard
   }
 }