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

[REBOL] Re: Detecting sent emails.

From: brett:codeconscious at: 5-Nov-2002 18:26

> I'll take this as a "no". :)
Well...depends. If you are talking about cooperative scripts and by system you mean the REBOL interpreter then I can think of at least the following possibilites: 1) Trap at the script level. Set the word SEND to your own send function which does your custom code and then calls the original SEND. 2) Trap at the networking level. Patch the SMTP scheme. 3) Trap outside the process. Write your own SMTP proxy and change your user.r to point to the proxy. Regards, Brett.