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

[REBOL] Re: Server error: tcp 553

From: gschwarz:netconnect:au at: 17-Apr-2003 14:24

Some mail servers have black list. If they see many e-mails from one mail server, they may put that server on a black list for 3 days. Hence now any mail you send though your mail server is now blocked. Regards, Greg ----- Original Message ----- From: "Jim Clatfelter" <[hijim--pronet--net]> To: <[rebol-list--rebol--com]> Sent: Thursday, April 17, 2003 1:16 PM Subject: [REBOL] Server error: tcp 553 ** User Error: Server error: tcp 553 sorry, that domain isn't in my list of allowed rcp thosts (#5.7.1) ** Near: insert port reduce data That's the error message I get when I send email to some addresses. What causes this? One list I belong to now gives me this message, though my emails used to go through fine. Here's the code I use: butt "Send" red [ write %email.txt my-area/text write clipboard:// my-area/text a: request/confirm "Are you connected to the Internet?" if not a [return] send to-email m-field/text my-area/text ] The error message says: Near: insert port reduce data but that's not part of my code. I can't get through to rebol-list with this code either. So why does it work with certain addresses and not with others? Thanks, Jim Clatfelter