[FIX] libSmtp 2.5.2 bugfix (apologies to the list members)

Sean Shao shaosean at hotmail.com
Sat Oct 15 02:33:06 EDT 2005


Sorry to post this to the mailing list, but I figure that the majority of 
the SMTP library users are subscribed.

In the "smtpClose" handler the following code is wrong:
  if (paramCount() = 1) AND (param(1) is not empty) then
    put param(1) into tCallbackMessage
    put param(2) into tCallbackTarget
  end if

Replace the line:
    put param(2) into tCallbackTarget
with:
    put the long id of the target into tCallbackTarget

I'll have the download fixed by Monday. Again, sorry to clutter the mailing 
list with this.

-Sean ^_^
www.shaosean.tk

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




More information about the use-livecode mailing list