Closed (won't fix)
Project:
Reroute Email
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2009 at 19:50 UTC
Updated:
27 Sep 2009 at 22:44 UTC
Hi,
Don't know if this is a bug or tied to my php installation. I develop myself (not php though) and cannot find anything wrong with the code as I see no difference between line 1 & 2
$msg[] = t("Mail key: @key", array('@key' => $mailkey));
$msg[] = t("Originally to: <@to>", array('@to' => $to));
$msg[] = t("Originally to hack: <@to>") . $to;
However line 2 will not work.
Line 3 does work however.
I promise to pick up drupal patching when I have this deadline done!
Comments
Comment #1
buckley commentedAha, I think the Mime Module is interfering :
Originally to1:
It makes tags out of the to address ...
Comment #2
kbahey commentedNot an issue with reroute_mail then.