From 152e5accbcfb3fa4da0acc7c76cdacd743ca902c Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 19 Mar 2012 20:02:16 +0000
Subject: [PATCH]  * deal with < in dbsnp-announce

---
 .procmailrc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.procmailrc b/.procmailrc
index 18a31ca..6cee9ef 100644
--- a/.procmailrc
+++ b/.procmailrc
@@ -218,12 +218,12 @@ lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
 lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
 
 :0:
-* ^Sender: <?\/[^@]+-bounces?
-lists/`echo $MATCH | sed -e 's/\-bounces*//g; s/[\/]/_/g'`/
+* ^Sender: +<?\/[^@]+-bounces?
+lists/`echo $MATCH | sed -e 's/\-bounces*//g; s/<//g; s/[\/]/_/g'`/
 
 :0:   
 * ^X-BeenThere: \/[^@]+
-lists/`echo $MATCH | sed -e 's/[\/]/_/g'`/
+lists/`echo $MATCH | sed -e 's/<//g; s/[\/]/_/g'`/
 
 
 # Dumb apache mailing lists
-- 
2.39.5