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
26 *$ ^X-Debian-Package:$RE_EXTRACT_HEADER_VALUE
27 { SRCPACKAGE="$MATCH" }
30 *$ ^X-PTS-Keyword:$RE_EXTRACT_HEADER_VALUE
33 LOG="debian: PTS '$MATCH' message for ${SRCPACKAGE:-unknown package}$NL"
40 *$ ^X-Debian-PR-Package:$RE_EXTRACT_HEADER_VALUE
44 *$ ^X-Debian-PR-Source:$RE_EXTRACT_HEADER_VALUE
47 LOG="debian: message related to source package $MATCH$NL"
51 INCLUDERC=$PMRULES/debian-debbugs-autosubscribe
54 * EQ_TO ?? ^logcheck-(devel|commits)@lists\.alioth\.debian\.org$
55 { DEST=debian.logcheck }
58 * EQ_TO ?? ^pkg-mdadm-(devel|commits)@lists\.alioth\.debian\.org$
63 * ? $FGREP -q "${SRCPACKAGE}" $CONF/debian-packages
64 { DEST=debian.$SRCPACKAGE }
67 * 1^0 EQ_TO ?? ^(madduck|press)@debconf\.org$
68 * 1^0 EQ_TO ?? ^debconf-team@lists\.debconf\.org$
69 { DEST=debian.debconf }
72 * 1^0 EQ_TO ?? ^.+@debian-?(system|book)\.info$
73 * 1^0 EQ_TO ?? ^debianbook-.+@opensourcepress\.de$
80 * EQ_TO ?? ^.+@debian\.(org|ch|net)$
86 # delay messages until next weekend
88 #* 1 ^0 ORIGINAL_TO ?? deb(ian\.(org|ch|net)|conf\.org)@
90 #* -1000 ^0 JUSTME ?? .
91 #* 1000 ^0 JUSTME ?? ^explicitly excepted address$
92 #* -1000 ^0 EQ_TO ?? ^debian-security-announce@lists\.debian\.org$
93 #* -1000 ^0 EQ_TO ?? ^debian-devel-announce@lists\.debian\.org$
94 #* -1000 ^0 EQ_TO ?? ^debian-announce@lists\.debian\.org$
95 #{ DELAY="$DELAY_NEXT_WEEKEND" }