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

[REBOL] Re: overcoming anti-spam monitor

From: ryan:christiansen:intellisol at: 27-Jun-2001 12:38

I am using the following foreach loop to send mail... foreach email-address email-addresses [ append email-body newline email-address: make email! email-address send/header email-address email-body make system/standard/email [ subject: "BeOS development" ] print rejoin ["send to " email-address " successful"] ] Does REBOL remain connected to the server in this loop? Why? How can I fix it? -Ryan "Bruno G. Albuquerque" To: [rebol-list--rebol--com] <[bga--bug-br--o] cc: rg.br> Subject: [REBOL] Re: overcoming anti-spam monitor Sent by: rebol-bounce@ rebol.com 06/27/2001 12:37 PM Please respond to rebol-list Em Wednesday, June 27 2001, 13:38:07, [ryan--christiansen--intellisol--com] ([ryan--christiansen--intellisol--com]) disse:
>I'm told this is because there is an anti-spam monitor on the mail server. >I tried using a wait statement for as much as 15 seconds, but that didn't >trick the server. Any suggestions?
1 -You have to send to as much recipients as your email server allows. 2 -Then you have to disconnect from the server. 3 - Then you have to connect again. 4 - Execute 1 again ignoring the adresses already used. -Bruno -- Bruno G. Albuquerque [bga--bug-br--org--br] BeDevId #15362 Grupo Brasileiro de Usuários de BeOS - Presidente http://www.bug-br.org.br