Skip Menu |

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

Report information
The Basics
Id: 38624
Status: rejected
Priority: 0/
Queue: Mail-VRFY

People
Owner: Nobody in particular
Requestors: desouza [...] math.berkeley.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.58
Fixed in: (no value)



MAIL::VRFY consistently return code 5 (All SMTP servers are misbehaving and wont accept mail) and reports the address as invalid: corentin.boissy@univ-rennes1.fr which is not correct. Log follows below: ([paulo@pjm ~msp/scripts]$ ./e-mail-tester-verbose.pl corentin.boissy@univ-rennes1.fr using timeout of 12 seconds @mxhosts -> mailrelais.univ-rennes1.fr @mxhosts -> mailrelais2.univ-rennes1.fr connected to mailrelais.univ-rennes1.fr BANNER: 220 mailrelais.univ-rennes1.fr ESMTP Postfix HELO: 250 mailrelais.univ-rennes1.fr MAIL FROM: 250 Ok mailrelais.univ-rennes1.fr not behaving correcly while retrieving rcpt to connected to mailrelais2.univ-rennes1.fr BANNER: 220 mailrelais2.univ-rennes1.fr ESMTP Postfix HELO: 250 mailrelais2.univ-rennes1.fr MAIL FROM: 250 Ok mailrelais2.univ-rennes1.fr not behaving correcly while retrieving rcpt to Invalid email address: 5
On Wed Aug 20 16:40:53 2008, pauloney wrote: Show quoted text
> MAIL::VRFY consistently return code 5 (All SMTP servers are misbehaving > and wont accept mail) and reports the address as invalid:
On 8/20/2008 6:40 PM, Jeremy Kister wrote: Show quoted text
> the issue is that he's trying really hard to reject spam. they're doing > two things to confuse us: > 1. he purposefully delays 30-40 seconds during the SMTP conversation. > when setting up Mail::VRFY, do > my $code = Mail::VRFY::CheckAddress(addr => > 'corentin.boissy@univ-rennes1.fr', timeout => 60); > > 2. he's greylisting on top of that. Even when you don't timeout, you'll > get return code 6. if you try again soon (but after five minutes), it > should work.