Petr,

Thanks for reporting this!  I fixed it so it is more or less bulletproof in
this area.  The problem probably was that you didn't have a drive volume
called /config and the way Andrew wrote this part of Messenger, it was
expecting an existing directory.

I've uploaded the new version to www.rebol.org.  Hopefully it will get there
soon.

I also fixed the problem which was doubling up these headers like you see
below and made a few other minor enhancements.

On 21-Oct-1999/17:19:11+2:00, [EMAIL PROTECTED] wrote:
>Return-Path: <[EMAIL PROTECTED]>
>Received: from office.rebol.net (IDENT:[EMAIL PROTECTED] [192.168.1.9])
>    by brando.rebol.net (8.9.3/8.9.3) with SMTP id IAA07920;
>    Thu, 21 Oct 1999 08:20:04 -0700
>To: [EMAIL PROTECTED]
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Date: Thu, 21 Oct 1999 17:19:11 +0200
>Subject: [REBOL] bug in messenger?
>Message-Id: <[EMAIL PROTECTED]>
>X-REBOL: 2.1.2.4.2 "The Internet Messaging Language (TM) WWW.REBOL.COM"
>MIME-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>Precedence: bulk
>X-Mailer: Mozilla 4.5 [en] (Win95; I)
>X-Accept-Language: cs,en
>Content-Transfer-Encoding: 7bit
>X-SELMA: [REBOL] 36027
>Status:   
>
>Hi,
>
>just tried to download messenger, and have problems with run thru
>initial set-up. I get following message:
>
>>> do %messenger.r
>Script: "REBOL Messenger" (8-Sep-1999)
>POP Server Username: pekr
>POP Server Password: ****
>
>Messenger Config File Generator
>Directory in which to save configuration
>(usually same location as this script): %/Config
>This file may be readable and executable by others who use this computer
>or are on this network.
>Save password to config file (y/n)? y
>Root mail directory (no trailing '/'): %Mail
>Terminal rows: 30
>Terminal columns (100 is recommended): 100
>Always delete mail from server? (y/n) n
>Maximum mail days for each directory (recommended: 32 16 8 4)8
>** Access Error: Cannot open /Config/email-config.r.
>** Where: write save-dir/email-config.r configfile
>do save-dir/email-config.r
>
>I looked at the script, especially save-dir function, but there seems to
>be no place where %Config directory is created??? Anyone? I also
>expected current directory is going to be used, once I press Enter. How
>can I express current dir then?
>
>save-dir: to-file ask "Directory in which to save
>configuration<CTRL>/(usually same location as this script): %"
>.......
> write save-dir/email-config.r configfile
>    do save-dir/email-config.r
>
>Where is the place where %Config directory is created??? ....
>
>But maybe I am missing something ...
>
>
>Thanks,
>
>-pekr-
>
-- 
                           Bohdan "Bo" Lechnowsky
                       Technical Support Coordinator
           REBOL Technologies 707-467-8000 (http://www.rebol.com)
          Download the REBOL Messaging Language for all Platforms

Reply via email to