diff options
Diffstat (limited to 'Distrib/BuilddProcmailRecipe.mdwn')
-rw-r--r-- | Distrib/BuilddProcmailRecipe.mdwn | 19 |
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 |