Hi philb,

On Tuesday, July 09, 2002, 4:16:32 AM, you wrote:

puc> Is this a bug in import-email? or net-utils/export?

NET-UTILS/EXPORT in not smart enough to guess you are exporting an
email header, and that the block in the TO field should be treated
differently.

It renders it as:

  To: [EMAIL PROTECTED] [EMAIL PROTECTED]

while it should be:

  To: [EMAIL PROTECTED], [EMAIL PROTECTED]

You can solve it by doing:

lv-hdr: make system/standard/email
[
    Subject: "Subject Line"
    to: "[EMAIL PROTECTED], [EMAIL PROTECTED]"
    from: [EMAIL PROTECTED]
    date: to-idate now
    Content-Type: {text/plain; charset="iso-8859-1"}
]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

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

Reply via email to