[REBOL] Re: cgi question

2004-05-06 Thread Gregg Irwin
Hi Kai, KP> You see me confused, for the script works well with 'my' formatting (am KP> coming from C and Pascal and have always wanted my braces and begin/end KP> pairs lined up nicely). I thought I read somewhere that REBOL is very KP> lenient when it comes to white space etc. including CR/LF

[REBOL] Re: [The Gimp] clashes with REBOL on Windows 2000

2004-05-06 Thread Brian Hawley
Hi Ari! You've run into a problem that tripped me up for a while: REBOL doesn't put its data in the proper places on Windows 2000 and above - in other words, it is not "logo-compliant". REBOL's default install puts its program file and data files in a directory under Program Files. Since Windows

[REBOL] Re: cgi question

2004-05-06 Thread Kai Peters
Scott ~ I have tried so many different variations of scripts (the posted mini-script was just part of a bigger one on a production server) that I have lost track of what might have or what not have worked :( After a lot of debugging with trace and echo (boy, does trace ever spew out info!)

[REBOL] Re: cgi question

2004-05-06 Thread Jones, Scott
From: Kai Peters KP> I can send mail to the two obscured email addresses in the KP> script below from REBOL command w/o any problems. The KP> send/header below however always fails. Anything obvious this KP> newbie might be doing wrong? How can I test what exactly the KP> problem is if not ob

[REBOL] Re: SMTP Authentication

2004-05-06 Thread Jones, Scott
From: Gabriele Santilli SJ> I vaguely recall that TLS is an encoding or SJ> encrypting scheme. Does anyone else know? ... GS> TLS is the Transport Layer Security protocol. GS> GS>http://www.ietf.org/rfc/rfc2246.txt Thanks for confirming that, Gabriele. I also found: ftp://ftp.isi.edu/

[REBOL] Re: cgi question

2004-05-06 Thread Kai Peters
Carl - thanks - removing the 'From:' line seems to do the trick. Do you or anyone else have a clue as to why though? After all, I should be able to send mail from the same sender to multiple recipients... Thanks, Kai -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] w

[REBOL] Re: cgi question

2004-05-06 Thread Anton Rolls
Should be send/only > either error? try [ send/header reduce[ recipient1 recipient2 ] -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: SMTP Authentication

2004-05-06 Thread Gabriele Santilli
Hi Scott, On Thursday, May 6, 2004, 12:14:23 AM, you wrote: JS> I suspect that the major clue provided is with this line: JS> Net-log: "250-STARTTLS" JS> This is the most interesting point that I would like to JS> research. I vaguely recall that TLS is an encoding or JS> encrypting scheme

[REBOL] Re: cgi question

2004-05-06 Thread Carl Read
On 06-May-04, Kai Peters wrote: > Hi all, > (REBOL on FreeBSD and Linux) > I can send mail to the two obscured email addresses in the script > below from REBOL command w/o any problems. The send/header below > however always fails. Anything obvious this newbie might be doing > wrong? How can I