#1036574 Unable to change submitter to addresses with non-7 bit characters

#1036574#5
Date:
2023-05-22 23:19:29 UTC
From:
To:
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.