Hi Chen,

Thanks, this looks valid, I'll commit in my next session.

If anyone has to add something to this, please do.

Brgds,
Viktor

On 2008.04.29., at 10:30, Chen Kedem wrote:

http://sourceforge.net/tracker/index.php?func=detail&aid=1934698&group_id=681&atid=100681

What I can understand from the very short user report is this
(I just report it from the bugtracker, I don't know if this is
actually a needed fix):

in contrib/hbtip/sendmail.prg line#376 :
---------------------------
IF lRead
  oMail:hHeaders[ "Disposition-Notification-To" ] := cUser
ENDIF
---------------------------

Should be changed into:
---------------------------
IF lRead
  oMail:hHeaders[ "Disposition-Notification-To" ] := cFrom
ENDIF
---------------------------


 Chen.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to