Subject: | Using Net::SMTP doesn't play well with mx2.x.perl.org |
I have a Perl installation that lacks Mail::Send and Net::DNS. This
causes Test::Reporter to use Net::SMTP, trying to connect to
mx1.x.perl.org and mx2.x.perl.org.
Currently, mx1.x.perl.org does not resolve and mx2.x.perl.org resolves
to la.mx.develooper.com (63.251.223.176).
I've noticed that la.mx.develooper.com rejects my test reports and
contacted Ask (postmaster@) with a captured session (see attachment).
The server rejects the test reports due to the lack of a Message-ID.
RT#11370 suggests that the next release of Test::Reporter will update
the MX list to only use mx.develooper.com, but this server will still
reject messages due to the lack of a Message-ID.
To work around this, maybe Test::Reporter should create Message-IDs
automatically. Or maybe the use of Net::SMTP should be deprecated. I'm
not sure of the solution, unfortunately, but I thought I should alert
you of the problem.
In the mean time, I'll install Mail::Send to work around this problem.
Thanks,
Tom
Subject: | smtp-trace.txt |
220 la.mx.develooper.com ESMTP qpsmtpd 0.28 ready; send us your mail, but not your spam.
EHLO tom-top.dmnhotrec.net
250-la.mx.develooper.com Hi Unknown [194.143.164.204]
250-PIPELINING
250 8BITMIME
MAIL FROM:<tom@eborcom.com>
250 <tom@eborcom.com>, sender OK - how exciting to get mail from you!
RCPT TO:<cpan-testers@perl.org>
250 <cpan-testers@perl.org>, recipient ok
DATA
354 go ahead
Date: Tue, 27 Mar 2007 10:36:21 +0100
Subject: PASS Aspect-0.12 i686-linux 2.6.17-11-generic
From: tom@eborcom.com
To: cpan-testers@perl.org
X-Reported-Via: Test::Reporter 1.27, via CPANPLUS 0.076
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
.
--
Summary of my perl5 (revision 5 version 9 subversion 5 patch 30729) configuration:
Platform:
osname=linux, osvers=2.6.17-11-generic, archname=i686-linux
uname='linux tom-top 2.6.17-11-generic #2 smp thu feb 1 19:52:28 utc 2007 i686 gnulinux '
config_args='-Dprefix=/home/tom/p594 -Dusedevel -des'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymallo
c=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.4.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
.
552 No ID? No mail!
QUIT
221 la.mx.develooper.com closing connection. Have a wonderful day.