|
@@ -128,7 +128,7 @@ if (/^List-Id:.*<(.*)\.asyd\.net>/)
|
|
|
to $MAILDIR/.groups.asyd_$MATCH1
|
|
|
}
|
|
|
|
|
|
-### Abul Lists
|
|
|
+### ABUL Lists
|
|
|
if (/^List-Id:.*<(.*)\.abul\.org>/)
|
|
|
{
|
|
|
exception {
|
|
@@ -139,6 +139,21 @@ if (/^List-Id:.*<(.*)\.abul\.org>/)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+### Linux-Nantes Lists
|
|
|
+if (/^List-Id:.*<(.*)\.linux-nantes\.org>/)
|
|
|
+{
|
|
|
+ exception {
|
|
|
+ `test -d $MAILDIR/.linux-nantes.$MATCH1`
|
|
|
+ if( $RETURNCODE == 1 )
|
|
|
+ `$MAILDIRMAKE $MAILDIR/.linux-nantes.$MATCH1`
|
|
|
+ to $MAILDIR/.linux-nantes.$MATCH1
|
|
|
+ }
|
|
|
+}
|
|
|
+if (/^List-Id:.*<linux-nantes\.sympa\.univ-nantes.fr>/)
|
|
|
+{
|
|
|
+ to $MAILDIR/.linux-nantes.linux-nantes
|
|
|
+}
|
|
|
+
|
|
|
### Sud-Ouest.org Lists
|
|
|
if (/^List-Id:.*<(.*)\.listes\.sud-ouest\.org>/)
|
|
|
{
|