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

[testing headers 3/3]

 [1/1] from: reboler::ifrance::com at: 27-Nov-2002 17:36


Hi, List Holger said once about spamming that email address ending with digits, like [rebol665--ifrance--com], should be avoided. So I changed [rebol665--ifrance--com] to [reboler--ifrance--com]. Hope That Will Help Me Patrick code: [ header: make system/standard/email [ to: "rebol list <[rebol-list--rebol--com]>" From: [reboler--ifrance--com] reply-to: "pat665 <[reboler--ifrance--com]>" subject: "[testing headers 3/3]" ] contents: copy { Hi, List Holger said once about spamming that email address ending with digits, like [rebol665--ifrance--com], should be avoided. So I changed [rebol665--ifrance--com] to [reboler--ifrance--com]. Hope That Will Help Me Patrick } append contents "code: " append contents mold code send/header [rebol-list--rebol--com] contents header ]