Hi list, I want this REBOL CGI script hosted at server "A" to read mail box at server "B" but I get this error:
** User Error: Server error: tcp 550-(lucas.topserverbr.com<http://lucas.topserverbr.com>) [64.247.16.72 <http://64.247.16.72>] is currently not permitted to relay ** Near: insert port reduce data I need some help to unserstand what's going on. Follows the script REBOL[] [EMAIL PROTECTED] mail.linux25.com <http://mail.linux25.com>] header: make system/standard/email [ From: [EMAIL PROTECTED] Subject: "Revista Eletr�nica - Veja Hoje na TV" Organization: "Unidade Lorenz Ltda." ] ; setup da caixa postal mailbox: [ scheme: 'pop host: "pop.sao.terra.com.br <http://pop.sao.terra.com.br>" user: "[EMAIL PROTECTED]" pass: "pass" timeout: false ] mail: open mailbox forall mail [ message: import-email first mail if find message/subject "hi" [ send/header message/from "I got your message. I'll Write back soon" header ] remove mail ] Thanks -- *:-.,_,.-:*'``'*:-.,_,.-: Carlos Lorenz *:-.,_,.-:*'``'*:-.,_,.-: -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
