X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/6dc89cc5e53c022184fb14020dd89cbc5a2939fd..b6c92160b09b98f85da28b136d288aa9d83029d6:/procmail/rules/debian diff --git a/procmail/rules/debian b/procmail/rules/debian index e11dec0..29d61e0 100644 --- a/procmail/rules/debian +++ b/procmail/rules/debian @@ -1,10 +1,25 @@ :0 * ^X-Debian-PR-Source: \/.+ * ? grep -q "^${MATCH}$" $CONF/debian-packages -$BASE/.debian.$MATCH/ +{ DEST=debian.$MATCH } -:0 +:0 E +* ORIGINAL_TO ?? ^logcheck-(devel|commits)=lists\.alioth\.debian\.org@mass\.madduck\.net$ +{ DEST=debian.logcheck } + +:0 E +* ORIGINAL_TO ?? ^pkg-mdadm-(devel|commits)=lists\.alioth\.debian\.org@mass\.madduck\.net$ +{ DEST=debian.mdadm } + +:0 E +* ORIGINAL_TO ?? ^netconf-(devel|commits)=lists\.alioth\.debian\.org@mass\.madduck\.net$ +{ DEST=debian.netconf } + +:0 E * ORIGINAL_TO ?? ^madduck=debian\.org@forward\.madduck\.net$ -$BASE/.debian/ +{ + DELAY="10 seconds" + DEST=debian +} # vim:ft=procmail