Closed (fixed)
Project:
Forward
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2009 at 21:09 UTC
Updated:
30 Mar 2009 at 22:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
jsr47 commentedJust to expand, I'm really unsure where the problem is occurring. I've used FirePHP to debug the values for the from header, and the $params['from'] header is correct right up to the drupal_mail() call. Does this suggest the mangling is occurring outside the module? I think it might...
I'm using the smtp_authentication and PHPMailer modules.
Comment #2
jsr47 commentedOK, I found where the problem is.
In the forward.module in the function forward_mail:
This creates a problem if $message['from'] already has a value. Changing this line to:
solves the problem I am seeing.
Comment #3
mzenner commentedworks for me now, thanks
Comment #4
jsr47 commentedGlad it helped someone else!
Comment #5
anantagati commentedThank you for discovering. Here it is attached in patch.
Comment #6
seanrThat function is fairly different now and no longer sets from in forward_mail. Reopen if you're still experiencing this issue with the current version.