Thanks Mike & Joanna for the heads up on Message-Id: information.

The following lines made my script work (i.e. not send out mail that gets tagged as 
spam)

I used send/only/header, supplying the header with...

header: make system/standard/email [
        Message-ID:  join to-string reduce ["<" checksum message/text "$" to-string 
parse to-string now "-/:" "$"] append copy system/user/email ">"
        to: first mailto
        from: to-email system/user/email
        subject: rejoin ["EasyPage from " usr]
]
        ;of course, some of these words are unique to my script!

This algorithm for the Message-ID should be unique, no?
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Save up to $160 by signing up for NetZero Platinum Internet service.
http://www.netzero.net/?refcd=N2P0602NEP8

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

Reply via email to