Opened 12 years ago
Closed 12 years ago
#9055 closed bug (fixed)
"From" in ticket mails is no longer the user changing the ticket
Reported by: | bonefish | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Apparently since the update to Trac 1.0 the "From" field of the ticket change notification mails is "Haiku" instead of the user changing the ticket.
Change History (11)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:5 by , 12 years ago
The new Trac seems to resolve to spoofing email addresses. I have a feeling that the messages are now blocked by the mailing list providers.
comment:6 by , 12 years ago
Alexander's and my mails seem to make it to the list while yours don't. I assume you aren't subscribed to the list? That would indeed explain the problem.
The old Trac used the user name, but the mail address used for trac. I suppose it isn't trivially possible to do it that way again?
comment:7 by , 12 years ago
No, it requires some hacking. I will do that tomorrow. In any case I think the current behaviour is wrong in many ways: Trac should never spoof email addresses. The previous behaviour was better.
The issue was introduced in Trac 1.0. Before we had our own custom hack to have the author name in the From: line. New Trac seemed to finally make this no longer necessary, however it turns out the feature is broken.
comment:8 by , 12 years ago
Niels, can you please revert to the previous behavior ("Haiku" in the "From" field) until a final solution is found. So the mailing list at least distributes all mails again.
comment:11 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Old behavior restored with a patch to our Trac package.
ha! saw this same issue