I've just released POE::Component::Client::NNTP::Tail to CPAN. In the examples directory, see the "remailer.pl" program. It will follow the NNTP perl.cpan.testers group, pick out an author's distributions and remail certain grades directly to the author. E.g:
$ perl remailer.pl --author=DAGOLDEN --grade=FAIL --grade=UNKNOWN There are also options to set SMTP server and CPAN mirror. If anyone wants more specific filtering (e.g. OS), you'll want to edit the "new_header" subroutine with your own logic. This is very, very alpha and is intended to help authors who want CPAN Testers by email until a centralized "all reports" email service is built. I'll take suggestions for improvements only with patches. :-) git://echo.dagolden.com/git/POE-Component-Client-NNTP-Tail/ -- David