]> 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:

remove sudetia autoreply
authormartin f. krafft <madduck@seamus.madduck.net>
Mon, 13 Aug 2007 06:49:14 +0000 (08:49 +0200)
committermartin f. krafft <madduck@seamus.madduck.net>
Mon, 13 Aug 2007 06:49:14 +0000 (08:49 +0200)
procmail/autoreplies

index f414af8a30f362b911fb8fb5b900d69326df93a4..cc1bd62fa87f6df969c77520817bee39f3212efe 100644 (file)
@@ -1,16 +1,4 @@
 :0
-*$ !$OLD_MESSAGE
+*$ !$REPROC_MESSAGE
 {
-  :0 c
-  * ^To:.*\<wohnung@sudetia\.de\>
-  {
-    LOG="autoreply:   replying to wohnung@sudetia.de mail$NL"
-
-    REPLY=$REPLIES/sudetia-wohnung.msg
-    :0
-    |($SED -e '/^$/,$d' $REPLY; \
-      $FORMAIL -R Reply-To From -U From -r -t; \
-      $SED -e '1,/^$/d' $REPLY) \
-      |$SENDMAIL $SENDMAILFLAGS -t
-  }
 }