I have these three NAs;
http://nntp.x.perl.org/group/perl.cpan.testers/1811561
http://nntp.x.perl.org/group/perl.cpan.testers/1811557
http://nntp.x.perl.org/group/perl.cpan.testers/1811555
which do not appear to offer an explanation. So I emailed Chris (the
tester) and received this bounce
------------------------------------------------
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[EMAIL PROTECTED]
SMTP error from remote mail server after MAIL FROM:<[EMAIL PROTECTED]>:
host pkl.net [66.184.117.10]: 550 5.0.0 2003.08.29 SPAM - Mail
Abuse - Mailserver is blacklisted.
------------------------------------------------
I think it is referring to my ISPs mail server (Demon Internet). So I'd
like to put
exit 0 if ($ENV{AUTOMATED_TESTING} =~ m{ \A chris \z }imx);
in the Makefile.PL for this module, but currently that wouldn't work.
Instead I have
exit 0 if ($ENV{PERL5LIB} =~ m{ home/cpan/perl58[123] }mx);
which is a blunt instrument in comparison.
What would you suggest?
--
Regards