All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
2 *$ ^X-Debian-PR-Message:$RE_EXTRACT_HEADER_VALUE
6 * FROM ?? ^owner@bugs\.debian\.org \(Debian Bug Tracking System\)$
9 LOG="debian: discarding BTS reply acknowledgement$NL"
10 SWITCHRC=$PMDIR/discard
13 RE_DEBBUG="[0-9][0-9][0-9][0-9][0-9][0-9]"
16 *$ MSGID ?? ^\<handler\.$RE_DEBBUG\.D$RE_DEBBUG\.[0-9]+\.ackdone@bugs\.debian\.org
18 LOG="debian: discarding BTS ackdone message$NL"
19 SWITCHRC=$PMDIR/discard
23 *$ ^X-Debian-PR-Package:$RE_EXTRACT_HEADER_VALUE
27 *$ ^X-Debian-PR-Source:$RE_EXTRACT_HEADER_VALUE
28 { SRCPACKAGE="$MATCH" }
30 INCLUDERC=$PMRULES/debian-debbugs-autosubscribe
33 * EQ_TO ?? ^logcheck-(devel|commits)@lists\.alioth\.debian\.org$
34 { DEST=debian.logcheck }
37 * EQ_TO ?? ^libkdtree-(devel|commits)@lists\.alioth\.debian\.org$
38 { DEST=debian.libkdtree++ }
41 * EQ_TO ?? ^pkg-mdadm-(devel|commits)@lists\.alioth\.debian\.org$
45 * EQ_TO ?? ^netconf-(devel|commits)@lists\.alioth\.debian\.org$
46 { DEST=debian.netconf }
50 * ? $FGREP -q "${SRCPACKAGE}" $CONF/debian-packages
52 LOG="debian: message related to package $MATCH$NL"
53 DEST=debian.$SRCPACKAGE
57 * 1^0 EQ_TO ?? ^(madduck|press)@debconf\.org$
58 * 1^0 EQ_TO ?? ^debconf-team@lists\.debconf\.org$
59 { DEST=debian.debconf }
62 * EQ_TO ?? ^.+@debian\.(org|ch|net)$
65 # delay messages until next weekend
67 * 1 ^0 ORIGINAL_TO ?? deb(ian\.(org|ch|net)|conf\.org)@
69 * -1000 ^0 JUSTME ?? .
70 * 1000 ^0 JUSTME ?? ^explicitly excepted address$
71 * -1000 ^0 EQ_TO ?? ^debian-security-announce@lists\.debian\.org$
72 * -1000 ^0 EQ_TO ?? ^debian-devel-announce@lists\.debian\.org$
73 * -1000 ^0 EQ_TO ?? ^debian-announce@lists\.debian\.org$
74 { DELAY="$DELAY_NEXT_WEEKEND" }