Hi Riccay,
I would check what it is that you are sending
before you send it. Try insert a PROBE just before
your REFORM, eg:
send [EMAIL PROTECTED] probe reform [...
That should narrow it down a bit.
But I was unable to reproduce the problem. Maybe something
weird is happening with the email server?
What happens if you change the body text to something simpler ?
Anton.
> I'm having difficulties emailing an ntbackup log.
>
> Here is what I receive.
>
>
>
>
> File: //Documents and Settings/Inver/Local Settings/Application
> Data/Microsoft/Windows NT/NTBackup/data/backup02.log=20
>
> =FF=FEB
>
>
>
>
>
>
> Below is what I should be receiving.
>
>
>
> Backup Status
> Operation: Backup
> Active backup destination: File
> Media name: "Outlook.bkf created 8/02/2006 at 12:22 PM"
>
> Backup (via shadow copy) of "C: "
> Backup set #8 on media #1
> Backup description: "Set created 1/02/2006 at 12:21 PM"
> Media name: "Outlook.bkf created 1/02/2006 at 12:22 PM"
>
> Backup Type: Normal
>
> Backup started on 8/02/2006 at 12:22 PM.
> Backup completed on 8/02/2006 at 12:24 PM.
> Directories: 1043
> Files: 1
> Bytes: 536,605,128
> Time: 1 minute and 25 seconds
>
> ----------------------
>
>
>
>
> Here's the snippet of code I'm using.=20
>
> file: %"//Documents and Settings/Inver/Local Settings/Application
> Data/Microsoft/Windows NT/NTBackup/data/backup02.log"
>
> send [EMAIL PROTECTED] reform [
> "File:" file newline newline read file
> ]
> halt=20
>
>
> Any help greatly appreciated.
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.