That script is a bit old.
'to is a word in rebol that has a meaning
by default. Changing it these days looks like
it wrecks some other functions low down that use it.
If you replace the word 'to in the script
to something else, ie. 'target:

-       to: [EMAIL PROTECTED]
+       target: [EMAIL PROTECTED]

        etc...

It seems to fix it.
I should update the script library now, eh?

Anton.

> Apologies if you have seen this already... I sent it out yesterday, and 
> my machine crashed shortly thereafter. I cannot find the message on 
> eScribe, so I assume it never got delivered.
> 
> When using the MailCC.r script (from the REBOL library) 
> http://www.reboltech.com/library/html/mailcc.html, I get the following 
> error:
>  >> do %MailCC.r
> ** Script Error: tcp has no value
> ** Where: open-proto
> ** Near: scheme: tcp
> host: either all
>  >>
> 
> So what gives, I ain't gotta clue. :)
> 
> I assume it is an old script.
> 
> -- 
> Ed Dana            | you may still exist, but you have ceased to live.

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

Reply via email to