Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Update: Outgoing REBOL/View mail being tagged as spam.

 [1/2] from: reboler::programmer::net at: 1-Jul-2002 10:12


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

 [2/2] from: al:bri:xtra at: 2-Jul-2002 9:45


> This algorithm for the Message-ID should be unique, no?
If you're sending a lot of email at once, it might be an idea to include this: random 1000000 in your Message-ID field. Andrew Martin ICQ: 26227169 http://valley.150m.com/