Re: CPAN Testers remailer program available

2008-09-16 Thread David Golden
To make life a bit easier with dependencies, I've packaged the
remailer in its own distribution (and fixed a bug or two already).

App::CPAN::Testers::Remailer

Usage:

  $ cpantest-remailer --author=DAGOLDEN --grade=FAIL --grade=UNKNOWN

-- David

On Tue, Sep 16, 2008 at 12:39 PM, David Golden <[EMAIL PROTECTED]> wrote:
> 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
>


CPAN Testers remailer program available

2008-09-16 Thread David Golden
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