Subject: | RFC822 check broken? |
Hi, not sure how this happened, but seems as though my install of Email::Valid hates all valid email addresses I can throw at it (my own, for instance). All are failing rfc822 check:
$ perl -MEmail::Valid -e 'print Email::Valid->address("ahs37@columbia.edu") ? "yes\n" : "no; $Email::Valid::Details\n";'
no; rfc822
$ perl -MEmail::Valid -e 'print Email::Valid->address("webmaster@google.com") ? "yes\n" : "no; $Email::Valid::Details\n";'
no; rfc822
These addresses Are RFC822 compliant, no? Email::Valid installation through CPAN produced no errors.. I'm at a loss.
System config:
Email-Valid-0.15
$ uname -a
Linux aquaduct.cs.columbia.edu 2.4.20-24.7.lime #1 Thu Dec 4 00:36:27 EST 2003 i686 unknown
$ perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.21-1cucs, archname=i686-linux
uname='linux seamonkey.cs.columbia.edu 2.2.21-1cucs #2 tue aug 27 18:57:56 edt 2002 i686 unknown '
config_args='-Dprefix=/home/aquaint/linux/perl -Uinstallusrbinperl -d'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.3 2.96-113)', 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 -lndbm -lgdbm -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.5.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'