Elvar wrote:
> Has anyone else gotten the following on password reset emails from Godaddy?
> 
> Invalid HELO: 'smtpout24-01.prod.mesa1.secureserver.net' 
> Information_to_Reset_Your_Password_
> 
> I'm not sure why it's being considered invalid, can anyone tell me? What 
> should I put in to allow these in the future aside from accepting all 
> mail from that host?
> 
> 
> Thanks,
> Elvar
> 

I also received an email from Godaddy where the HELO was invalidated. 
I've never changed the regex, but it looks like it was outdated. 
invalidFormatHeloRe was
\d+[_.-]\d+[_.-]|^[^.]+\.?$|dynamic|ddns|dns\.org$


I've now updated it to
\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$|\d{1,3}(\.|-|x)\d{1,3}(\.|-|x)\d{1,3}|dynamic|ddns|dns\.org$
which is what the 1.3.4 (fc17) GUI has listed. The HELO is not longer 
invalidated.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to