]> git.madduck.net Git - etc/mailfilter.git/blobdiff - procmail/autoreplies

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:

properly anchor Content-class match
[etc/mailfilter.git] / procmail / autoreplies
index f414af8a30f362b911fb8fb5b900d69326df93a4..02e29f0f7624fe58033e79d03cb8d6a861f8e9f6 100644 (file)
@@ -1,16 +1,4 @@
 :0
-*$ !$OLD_MESSAGE
+*$ !$MSG_DEJAVU
 {
-  :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
-  }
 }