X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/d270441c4681f7e512d18b4bb1ef66d70b223286..49921f3cfaed1c1e8c7bed5becb7f0b71801a05a:/procmail/rules/debian?ds=sidebyside diff --git a/procmail/rules/debian b/procmail/rules/debian index 15ee1fa..4ebc12e 100644 --- a/procmail/rules/debian +++ b/procmail/rules/debian @@ -1,10 +1,28 @@ :0 * ^X-Debian-PR-Source: \/.+ * ? grep -q "^${MATCH}$" $CONF/debian-packages -$INBOX/.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$ -$INBOX/.debian/ +{ DEST=debian } + +# delay messages until next weekend +:0 +* 1^0 ORIGINAL_TO ?? debian\.org@ +* 1^0 ^X-Debian- +{ DELAY="$DELAY_NEXT_WEEKEND" } # vim:ft=procmail