aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linux-sound.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux-sound.rc b/linux-sound.rc
new file mode 100644
index 0000000..3768973
--- /dev/null
+++ b/linux-sound.rc
@@ -0,0 +1,12 @@
+# Used to combine linux-sound and alsa-devel into
+# single linux-sound patch feed
+INCLUDERC=/var/lib/patchwork_procmail/common.rc
+
+:0 hfw
+* ^Subject: \[[^]]*RFC[^]]*\]
+| formail -a "X-Patchwork-State: RFC"
+
+:0 w
+| $PARSEMAIL --list-id linux-sound.vger.kernel.org
+
+# vim: ts=2 sw=2 sts=2 et syntax=procmail