From d9ddd8e091abe3d35ec5158b99c89257fbac3b9f Mon Sep 17 00:00:00 2001 From: Grant Bowman Date: Sat, 8 Jun 2002 08:03:01 +0000 Subject: none --- Distrib/BuilddProcmailRecipe.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Distrib/BuilddProcmailRecipe.mdwn (limited to 'Distrib') 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 -- cgit v1.2.3