Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-Sender CPAN distribution.

Report information
The Basics
Id: 381
Status: rejected
Priority: 0/
Queue: Mail-Sender

People
Owner: JENDA [...] cpan.org
Requestors: iq_soft [...] home.zcu.cz
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.7.13.1
Fixed in: (no value)



Subject: Relying denied
Mail-Sender-0.7.13.1 perl, v5.6.0 built for i586-linux Module don't handle properly the situation when relying is denied, i.e. smtp server is used for sending email from one domain to another and it refuses the further connection.
[guest - Wed Mar 20 08:00:11 2002]: Show quoted text
> Mail-Sender-0.7.13.1 > perl, v5.6.0 built for i586-linux > > Module don't handle properly the situation when relying is denied, > i.e. smtp server is used for sending email from one domain to another > and it refuses the further connection.
What handling would you want? If the server refuses to accept the email Mail::Sender cancels the connection and reports the error to the script. If I understand you right you want me to process 551 User not local; please try <forward-path> response specialy and try to forward the mail to some other server? Could you turn on the debuging and send me the log of the communication that failed plus info about what do you want Mail::Sender to do? Jenda
I still do not know what am I supposed to do.