Opened 14 years ago
Last modified 14 months ago
#10112 new defect
notifications strip slashes from email addresses
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | notification | Version: | 0.11.7 |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
We setup aliases in sendmail like group/mytestgroup@domain.com
populated with the members of mytestgroup for easy/simplistic list aliases. The left hand side of these appears to be getting stripped when sending email through trac's smtp_notification features so that the logs show it only sending messages to mytestgroup@domain.com
which typically isn't a valid alias.
I'm running trac from Debian Squeeze - 0.11.7.
Let me know if you need anything else.
Thanks, Brian
Attachments (0)
Change History (6)
comment:1 by , 14 years ago
Milestone: | → next-minor-0.12.x |
---|
comment:2 by , 11 years ago
Cc: | added |
---|---|
Description: | modified (diff) |
comment:3 by , 10 years ago
Milestone: | next-minor-0.12.x → next-stable-1.0.x |
---|
comment:4 by , 8 years ago
Milestone: | next-stable-1.0.x → next-stable-1.2.x |
---|
Moved ticket assigned to next-stable-1.0.x since maintenance of 1.0.x is coming to a close. Please move the ticket back if it's critical to fix on 1.0.x.
comment:5 by , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
Right, we're a bit too restrictive here. Wikipedia says that the local-part of the e-mail address may use any of the following ASCII characters:
RFC5322, section 3.4.1 seems to be the authoritative source. We won't add the
=
back (see #9898), but the others are candidates.