|
@@ -6,13 +6,7 @@ VERBOSE=9
|
|
|
|
|
|
logfile "/home/manu/logs/maildrop/maildrop.log"
|
|
logfile "/home/manu/logs/maildrop/maildrop.log"
|
|
|
|
|
|
-########### hurd lists ###############
|
|
|
|
-if (/^List-Id: <debian-hurd\.lists\.debian\.org>$/)
|
|
|
|
- to $MAILDIR/.my.ml.hurd.debian
|
|
|
|
-if (/^List-Id:.*<hurdfr\.hurdfr\.org>$/)
|
|
|
|
- to $MAILDIR/.my.ml.hurd.hurdfr
|
|
|
|
-
|
|
|
|
-########### debian lists ###############
|
|
|
|
|
|
+### Debian Lists
|
|
if (/^List-Id: <debian-!.*!\.lists\.debian\.org>.*$/)
|
|
if (/^List-Id: <debian-!.*!\.lists\.debian\.org>.*$/)
|
|
{
|
|
{
|
|
exception {
|
|
exception {
|
|
@@ -23,32 +17,40 @@ if (/^List-Id: <debian-!.*!\.lists\.debian\.org>.*$/)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+### Debian France Lists
|
|
if (/^List-Id: <!.*!\.france\.debian\.net>.*$/)
|
|
if (/^List-Id: <!.*!\.france\.debian\.net>.*$/)
|
|
to $MAILDIR/.my.ml.debian.france.$MATCH2
|
|
to $MAILDIR/.my.ml.debian.france.$MATCH2
|
|
|
|
|
|
-########### asyd lists ###############
|
|
|
|
|
|
+### Hurd France Lists
|
|
|
|
+if (/^List-Id:.*<hurdfr\.hurdfr\.org>$/)
|
|
|
|
+ to $MAILDIR/.my.ml.hurd.hurdfr
|
|
|
|
+
|
|
|
|
+### Asyd Lists
|
|
|
|
+if (/^List-Id:.*mailman\.asyd\.net>.*$/)
|
|
|
|
+ to $MAILDIR/
|
|
|
|
+
|
|
if (/^List-Id:.*<!.*!\.asyd\.net>.*$/)
|
|
if (/^List-Id:.*<!.*!\.asyd\.net>.*$/)
|
|
to $MAILDIR/.my.ml.asyd.$MATCH2
|
|
to $MAILDIR/.my.ml.asyd.$MATCH2
|
|
|
|
|
|
-########### abul lists ###############
|
|
|
|
|
|
+### Abul Lists
|
|
if (/^List-Id:.*<!.*!.abul.org>;*$/)
|
|
if (/^List-Id:.*<!.*!.abul.org>;*$/)
|
|
to $MAILDIR/.my.ml.abul.$MATCH2
|
|
to $MAILDIR/.my.ml.abul.$MATCH2
|
|
|
|
|
|
-########### WeeChat lists ###############
|
|
|
|
-if (/^List-Id:.*weechat-!.*!.nongnu.org.*$/)
|
|
|
|
|
|
+### WeeChat Lists
|
|
|
|
+if (/^List-Id:.*weechat-!.*!.nongnu.org.*$/ || /^To:.*weechat-!.*!.nongnu.org.*$/)
|
|
to $MAILDIR/.my.soft.weechat.ml.$MATCH2
|
|
to $MAILDIR/.my.soft.weechat.ml.$MATCH2
|
|
|
|
|
|
-########### Logs Stuff ###############
|
|
|
|
|
|
+### Logs Stuff
|
|
if (/^From:.*logcheck@/ || /^Subject:.*rkhunter/)
|
|
if (/^From:.*logcheck@/ || /^Subject:.*rkhunter/)
|
|
to $MAILDIR/.sys.reports
|
|
to $MAILDIR/.sys.reports
|
|
|
|
|
|
-########### Tiac Info ###############
|
|
|
|
|
|
+### Tiac Info
|
|
if (/^Subject:.*[tT][iI][aA][cC].*[iI][nN][fF][oO]/)
|
|
if (/^Subject:.*[tT][iI][aA][cC].*[iI][nN][fF][oO]/)
|
|
{
|
|
{
|
|
to $MAILDIR/.friends.tbs.tiacfooting
|
|
to $MAILDIR/.friends.tbs.tiacfooting
|
|
}
|
|
}
|
|
|
|
|
|
-########### Spam ###############
|
|
|
|
|
|
+### Spam
|
|
|
|
|
|
xfilter "spamc"
|
|
xfilter "spamc"
|
|
if (/^X-Spam-Status: YES/)
|
|
if (/^X-Spam-Status: YES/)
|