>It's been working beautifully in the past with some help 
>from you REBOL genious' but now occasionally I seem to 
>get a "HTTP/1.1 500 Internal Server Error".
>
>http://216.129.53.44:8080/cgi-bin/send_sm_rogers.new?

Perhaps the server code is dying because of the extra "?" 
you've added here.  The "?" is used when using the GET 
method, but not with POST.

Also, have you tried using 'read as in

     read/custom 
http://216.129.53.44:8080/cgi-bin/send_sm_rogers.new [ ... 
] 

to POST your message? 

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to