Package: debbugs
Severity: normal
Version: 2.6.0
Yeah, the issue is a bug in debbugs; we don't encode the e-mail address
before we check for its validity.
not Mail::RFC822::Address::valid($param{submitter}) should read
not Mail::RFC822::Address::valid(encode_rfc1522($param{submitter}))
Thanks for the report.