Closed (duplicate)
Project:
Email Verify
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Dec 2008 at 16:46 UTC
Updated:
19 Mar 2009 at 22:57 UTC
Email Verification reject good emails, when MTA works with Greylisting.
The errormessage in drupallog is for example:
Rejected email address: xxx@htp-tel.de. Reason: 451 4.7.1 Greylisting in action, please come back later
or
Rejected email address: xxx@xxx.de. Reason: 451-83.246.80.199 is not yet authorized to deliver mail from
Comments
Comment #1
jozef.benicky commentedI updated email_verify.inc.php on line 88:
and it seems to work.
Comment #2
dbr commentedI've just take care of a similar issue with server response codes. Please see http://drupal.org/node/229800
If you can, review and test the change. You can comment on that other issue.