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

fucking google dropped the Sender header
authormartin f. krafft <madduck@madduck.net>
Thu, 12 Nov 2009 07:16:15 +0000 (08:16 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 26 Nov 2009 18:26:39 +0000 (19:26 +0100)
config/ignore-lists
procmail/procmailrc
procmail/tnef-filter [new file with mode: 0644]

index 87515b1ada4166f84eec8f57b5ac3a4873ed1e80..2930cbd9a2a026d4152cd7ee4311863c4f9927d4 100644 (file)
@@ -1,9 +1,9 @@
 ^Sender: owner-mutt-users@mutt\.org$
 ^Sender: owner-postfix-users@postfix\.org$
-^Sender: vim_use@googlegroups\.com$
-^Sender: django-users@googlegroups\.com$
+^List-ID: <vim_use\.googlegroups\.com>$
+^List-ID: <django-users\.googlegroups\.com>$
 ^Sender: chat-bounces@lists\.mel8ourne\.org$
-^Sender: puppet-(dev|users)@googlegroups\.com$
+^List-ID: <puppet-(dev|users)\.googlegroups\.com>$
 ^Sender: mhonarc-users@mhonarc\.org$
 $^ prevent CCs from git mailing list.
 ^([Tt]o|[Cc]{2}):.*git@vger\.kernel.org
index 0b7765150da37f1db178b7cd508631ad16e34ede..ac807d30ab204aa9f0118d178f0bfe4c4f001cb8 100755 (executable)
@@ -43,6 +43,8 @@ INCLUDERC=$PMDIR/handlespam
 
 INCLUDERC=$PMDIR/tickle
 
+INCLUDERC=$PMDIR/tnef-filter
+
 INCLUDERC=$PMDIR/listquirks
 
 INCLUDERC=$PMRULES/all
diff --git a/procmail/tnef-filter b/procmail/tnef-filter
new file mode 100644 (file)
index 0000000..bce3199
--- /dev/null
@@ -0,0 +1,8 @@
+VERBOSE=yes
+
+:0 fw
+* ^X-MS-TNEF-Correlator:
+* B ?? winmail.dat
+|ytnef-filter
+
+VERBOSE=no