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

filter immo
authormartin f. krafft <madduck@madduck.net>
Tue, 20 Dec 2011 15:26:59 +0000 (16:26 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 20 Dec 2011 15:26:59 +0000 (16:26 +0100)
config/immo-rcpts [new file with mode: 0644]
procmail/rules/all
procmail/rules/immo [new file with mode: 0644]

diff --git a/config/immo-rcpts b/config/immo-rcpts
new file mode 100644 (file)
index 0000000..f400950
--- /dev/null
@@ -0,0 +1,7 @@
+^immobilienscout24\.de@pobox\.madduck\.net$
+^aigner-immobilien\.de@pobox\.madduck\.net$
+^muenchen=engelvoelkers\.com@pobox\.madduck\.net$
+^all-terraring\.de@pobox\.madduck\.net$
+^immovision\.de@pobox\.madduck\.net$
+^wangenheim\.de@pobox\.madduck\.net$
+^stanglmaier\.de@pobox\.madduck\.net$
index f1ae9bb046d995f25bd3b0a749df48537a8a2657..aabc33179ead64c2666c2a3e5fcc725ad2b8e540 100644 (file)
@@ -9,6 +9,7 @@
   INCLUDERC=$PMRULES/mass
   INCLUDERC=$PMRULES/admin
   INCLUDERC=$PMRULES/ardex
   INCLUDERC=$PMRULES/mass
   INCLUDERC=$PMRULES/admin
   INCLUDERC=$PMRULES/ardex
+  INCLUDERC=$PMRULES/immo
   INCLUDERC=$PMRULES/sudetia
   INCLUDERC=$PMRULES/debian
 
   INCLUDERC=$PMRULES/sudetia
   INCLUDERC=$PMRULES/debian
 
diff --git a/procmail/rules/immo b/procmail/rules/immo
new file mode 100644 (file)
index 0000000..2779a11
--- /dev/null
@@ -0,0 +1,7 @@
+:0
+* ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/immo-rcpts
+{
+  DEST=immo
+}
+
+# vim:ft=procmail