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 * FROM ?? ^owner@bugs\.debian\.org \(Debian Bug Tracking System\)$
5 LOG="debian: discarding BTS reply acknowledgement$NL"
6 SWITCHRC=$PMDIR/discard
10 *$ ^X-Debian-PR-Package:$RE_EXTRACT_HEADER_VALUE
14 *$ ^X-Debian-PR-Source:$RE_EXTRACT_HEADER_VALUE
15 { SRCPACKAGE="$MATCH" }
18 *$ ^X-Debian-PR-Message:$RE_EXTRACT_HEADER_VALUE
21 INCLUDERC=$PMRULES/debian-debbugs-autosubscribe
24 * EQ_TO ?? ^logcheck-(devel|commits)@lists\.alioth\.debian\.org$
25 { DEST=debian.logcheck }
28 * EQ_TO ?? ^libkdtree-(devel|commits)@lists\.alioth\.debian\.org$
29 { DEST=debian.libkdtree++ }
32 * EQ_TO ?? ^pkg-mdadm-(devel|commits)@lists\.alioth\.debian\.org$
36 * EQ_TO ?? ^netconf-(devel|commits)@lists\.alioth\.debian\.org$
37 { DEST=debian.netconf }
41 * ? $FGREP -q "${SRCPACKAGE}" $CONF/debian-packages
43 LOG="debian: message related to package $MATCH$NL"
44 DEST=debian.$SRCPACKAGE
48 * 1^0 EQ_TO ?? ^(madduck|press)@debconf\.org$
49 * 1^0 EQ_TO ?? ^debconf-team@lists\.debconf\.org$
50 { DEST=debian.debconf }
53 * EQ_TO ?? ^.+@debian\.(org|ch|net)$
56 # delay messages until next weekend
58 * 1 ^0 ORIGINAL_TO ?? deb(ian\.(org|ch|net)|conf\.org)@
60 * -1000 ^0 JUSTME ?? .
61 * 1000 ^0 JUSTME ?? ^explicitly excepted address$
62 * -1000 ^0 EQ_TO ?? ^debian-security-announce@lists\.debian\.org$
63 * -1000 ^0 EQ_TO ?? ^debian-devel-announce@lists\.debian\.org$
64 * -1000 ^0 EQ_TO ?? ^debian-announce@lists\.debian\.org$
65 { DELAY="$DELAY_NEXT_WEEKEND" }