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

Reply via email to