On 2/12/07, David Cantrell <[EMAIL PROTECTED]> wrote:
> > Now if you'll excuse me I think I need to write some procmail rules so > > that everyone elses FAILS and PASSes don't swamp me ... > That's a good idea I'd never thought of. I shall follow. Don't forget to exclude test results for your own modules - you certainly don't want those going to the bit bucket.
Here's mine -- though I don't claim to be a procmail expert. I recently added a trailing space after "FAIL " etc. because I missed the thread that began "FAILs etc". Note, this also lets through replies, so I see author discussion of failures, which is handy for me working on CPAN::Reporter to see how reports are being used and what questions authors ask. # trash all upload notices on cpan-testers :0 * ^Subject: +CPAN Upload /dev/null # trash all mirror notices :0 * ^Subject: +CPAN mirror /dev/null # trash all but my own messages to cpan-testers :0 * !^From:[EMAIL PROTECTED] * ^Subject: +(PASS |FAIL |NA |UNKNOWN ) /dev/null
