On Wed, Dec 21, 2016 at 9:24 PM, brian m. carlson
wrote:
> The issue is this code:
>
> if re.match(r'[\w\s]+
> , realname):
> return '%s <%s>' % (realname, email)
>
> addr = email.utils.formataddr((realname, email))
>
> We don't take the branch since “.” (and “'”, etc.) are not in
> A possible patch is to rename 'email' to 'emailaddr' in get_user_id, see
> attached patch.
Thanks Didier, i'm going to apply your patch soon!
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi
Package: reportbug
Version: 7.1.1
Tags: patch
Followup-For: Bug #848692
In reportbug/utils.py, there's a namespace collision between the "import
email" on line 38, and the use of 'email' as variable in the get_user_id
function, starting from line 282.
A possible patch is to rename 'email' to 'ema
package reportbug
retitle 848692 reportbug fails with punctuation in name
severity 848692 important
kthxbye
This issue hit me as well, seeing as I use a middle initial, and
therefore have a period in my realname field. I'm raising the severity
to important, although I could argue based on one's i
4 matches
Mail list logo