[REBOL] Creating a Content-id
From: tim:johnsons-web at: 25-Oct-2001 12:05
Hello:
I'm building a function for multi-part email messages.
I'm looking at a working example that was sent to me.
In the working example, I see the following cid header:
Content-id: <00d801bfd046$f2c88960$[e6a7fea9--AWK]>
I'm using the following code :
random/seed now
.....
enbase to-string random 1048565
;and I get something like:
OTY5ODMz
; My result is probably wrong, what do I need
; to do to get a more appropriate content-id?
TIA
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.johnsons-web.com