[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#663659: lintian: Bug in Email Address Validation



Christopher Vollick <0@psycoti.ca> writes:

> I built a local version of a package for myself (gst123) and included a
> changelog entry.

> When I ran debuild it got to lintian and I got this error:

> E: gst123 changes: changed-by-address-malformed Christopher Vollick
> <0@psycoti.ca>

That smells like a test for truth instead of defined() bug.  The bug
appears to be in Email::Valid, which Lintian uses:

windlord:~> perl -MEmail::Valid -e 'print Email::Valid->address("1\@stanford.edu") ? "yes\n" : "no\n"'
yes
windlord:~> perl -MEmail::Valid -e 'print Email::Valid->address("0\@stanford.edu") ? "yes\n" : "no\n"'
no

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>



Reply to: