-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_ips_by_host 1.6 not working same as previous version #88
Comments
Hmmm, yes. I see the issue. The issue is not with I'm pretty sure the issue is right here in the MF plugin. Which is kinda ironic, because it says right there in the plugin that some MXes return IPs, and there's even a config option to allow it. But that regex doesn't match a bare (normal) IP address. Why would an IP in this context be surrounded by brackets ( The relevant change in NU 1.6 is that The other difference is that |
I've also found another not reported outbound the lookup_mx bug (A resolve error not properly handled) and spotted your work on net_utils which makes more sense and also fix this. I agree, I don't need to differentiate between implicit/explicit mx except maybe for some spam measures. I've tested PR haraka/Haraka#3322 and it really fixes the problem!
|
I've tracked down bug which hit me during dev
Origin source is https://github.com/haraka/Haraka/blob/db8dbfa5cdce7fef3f6d39b1abf5c3a3f8aba60f/plugins/mail_from.is_resolvable.js#L107 - get_ips_by_host generate exactly two errors
It seems that IP detection is missing somewhere
The text was updated successfully, but these errors were encountered: