summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2002-06-08 08:03:01 +0000
committerGrant Bowman <grantbow at grantbow dot com>2002-06-08 08:03:01 +0000
commitd9ddd8e091abe3d35ec5158b99c89257fbac3b9f (patch)
tree94cda68b01ca61756729c7eade441fffcb2a904e
parentb783051be566a9865bba4639c7d8940b76b7f1ef (diff)
none
-rw-r--r--Distrib/BuilddProcmailRecipe.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/Distrib/BuilddProcmailRecipe.mdwn b/Distrib/BuilddProcmailRecipe.mdwn
new file mode 100644
index 00000000..06db9cea
--- /dev/null
+++ b/Distrib/BuilddProcmailRecipe.mdwn
@@ -0,0 +1,19 @@
+I have a simple procmail recipe that extracts the subjects of the buildd emails into a logfile. With some additional work I am sure this can be useful as input to a status system/script.
+
+ ----- Begin Procmail recipe -----
+
+ # appends subject to log
+ :0 cWh: buildd.lock
+ * ^TO_buildd-porters
+ | formail -x Subject >> buildd-porters.log
+
+ # stores raw email into a maildir folder
+ :0:
+ * ^TO_buildd-porters
+ buildd-porters/
+
+ ----- End Procmail recipe -----
+
+Ideally I would like to see the results processed and posted to the twiki pages where people can comment on them (hopefully without interrupting any automated status updating).
+
+-- [[Main/GrantBow]] - 08 Jun 2002