|
@@ -129,7 +129,7 @@ if (/^List-Id:.*<(.*)\.asyd\.net>/)
|
|
}
|
|
}
|
|
|
|
|
|
### ABUL Lists
|
|
### ABUL Lists
|
|
-if (/^List-Id:.*<(.*)\.abul\.org>/)
|
|
|
|
|
|
+if (/^List-Id:.*<(.*)\.listes\.abul\.org>/ || /^List-Id:.*<([^\.]*)\.abul\.org>/)
|
|
{
|
|
{
|
|
exception {
|
|
exception {
|
|
`test -d $MAILDIR/.abul.$MATCH1`
|
|
`test -d $MAILDIR/.abul.$MATCH1`
|
|
@@ -149,7 +149,7 @@ if (/^List-Id:.*<(.*)\.linux-nantes\.org>/)
|
|
to $MAILDIR/.linux-nantes.$MATCH1
|
|
to $MAILDIR/.linux-nantes.$MATCH1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-if (/^List-Id:.*<linux-nantes\.sympa\.univ-nantes.fr>/)
|
|
|
|
|
|
+if (/^List-Id:.*<linux-nantes\.univ-nantes.fr>/)
|
|
{
|
|
{
|
|
to $MAILDIR/.linux-nantes.linux-nantes
|
|
to $MAILDIR/.linux-nantes.linux-nantes
|
|
}
|
|
}
|
|
@@ -177,13 +177,13 @@ if (/^List-Id:.*<sympa-(.*)\.cru\.fr>/)
|
|
}
|
|
}
|
|
|
|
|
|
### Aquilenet Lists
|
|
### Aquilenet Lists
|
|
-if (/^List-Id:.*<(.*)\.aquilenet\.fr>/)
|
|
|
|
|
|
+if (/^List-Id:.*<(.*)\.listes\.aquilenet\.fr>/)
|
|
{
|
|
{
|
|
exception {
|
|
exception {
|
|
`test -d $MAILDIR/.aquilenet.$MATCH1`
|
|
`test -d $MAILDIR/.aquilenet.$MATCH1`
|
|
if( $RETURNCODE == 1 )
|
|
if( $RETURNCODE == 1 )
|
|
`$MAILDIRMAKE $MAILDIR/.aquilenet.$MATCH1`
|
|
`$MAILDIRMAKE $MAILDIR/.aquilenet.$MATCH1`
|
|
- to $MAILDIR/.fdn.$MATCH1
|
|
|
|
|
|
+ to $MAILDIR/.aquilenet.$MATCH1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|