Bugs item #2605817, was opened at 2009-02-16 11:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2605817&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Vacation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Henrique Bueno (henriquebueno)
Assigned to: Nobody/Anonymous (nobody)
Summary: problem to send auto-reply - function do_mail
Initial Comment:
the var $orig_to sometimes was wrong value, ex:
$orig_to= KF5X00$E00913775B96D4FF419472648EEE6670@multidominios
instead of
$orig_to=lop...@te...
Solution:
do_mail ($orig_to, $orig_from, $row[0], $row[1]);
alter to
do_mail ($email, $orig_from, $row[0], $row[1]);
on line 163
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2605817&group_id=191583
|