Browse Source

Update MDA filters

Emmanuel Bouthenot 11 years ago
parent
commit
77b5378e97
1 changed files with 7 additions and 1 deletions
  1. 7 1
      .mailfilter

+ 7 - 1
.mailfilter

@@ -28,7 +28,7 @@ if (/^X-BeenThere:\s*(.*)@rmll\.info/)
         to $MAILDIR/.rmll.09.$MATCH1
     }
 }
-if (/^From:.*reservation@rmll\.info/ || /^From:.*tpeweb@paybox\.com/ || /^From:.*noreply@ogone\.com/)
+if (/^From:.*reservation@/ || /^From:.*tpeweb@paybox\.com/ || /^From:.*noreply@ogone\.com/)
 {
     to $MAILDIR/.rmll.resa
 }
@@ -128,6 +128,12 @@ if (/^List-Id:.*<(.*)\.asyd\.net>/)
     to $MAILDIR/.groups.asyd_$MATCH1
 }
 
+### LabX lists
+if (/^List-Id:.*<mailing\.labx\.fr>/)
+{
+    to $MAILDIR/.labx
+}
+
 ### ABUL Lists
 if (/^List-Id:.*<(.*)\.listes\.abul\.org>/ || /^List-Id:.*<([^\.]*)\.abul\.org>/)
 {