From 60741dc7426fa49e5b3188616edc4ca6b614fdbc Mon Sep 17 00:00:00 2001
From: "martin f. krafft" <madduck@madduck.net>
Date: Thu, 1 May 2008 22:57:12 +0200
Subject: [PATCH] split out debconf mail to separate folder

---
 procmail/rules/debian | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/procmail/rules/debian b/procmail/rules/debian
index 9e36a79..590c5c7 100644
--- a/procmail/rules/debian
+++ b/procmail/rules/debian
@@ -23,9 +23,14 @@
 { DEST=debian.netconf }
 
 :0 E
-* EQ_TO ?? ^madduck@deb(ian\.(org|ch|net)|conf\.org)
+* EQ_TO ?? ^madduck@debian\.(org|ch|net)$
 { DEST=debian }
 
+:0 E
+* 1^0 EQ_TO ?? ^(madduck|press)@debconf\.org$
+* 1^0 EQ_TO ?? ^debconf-team@lists\.debconf\.org$
+{ DEST=debian.debconf }
+
 # delay messages until next weekend
 :0
 *     1 ^0 ORIGINAL_TO ?? deb(ian\.(org|ch|net)|conf\.org)@
-- 
2.39.5