-
Notifications
You must be signed in to change notification settings - Fork 27
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
Yahoo! IP address page no longer available #56
Comments
Edit /usr/scr/postwhite/scrape_yahoo Change line 14: from this yahoo_url="https://help.yahoo.com/kb/SLN23997.html" Then Change line 44: from this content=content= $(wget $yahoo_url -q -O -) Works perfect for me :) Verizon media own AOL and Yahoo and have merged the server resources now :) |
For completeness also change: |
Nice find, @AdamM-AU |
Applies changes from stevejenkins#56 so scrape_yahoo works again. Closes stevejenkins#54 Closes stevejenkins#56
Looks like here is new url with yahoo IPs https://senders.yahooinc.com/outbound-mail-servers/ |
I've included a query for Yahoo in my fork. I will see if I can untangle the particular bits and send a PR to the creator/ maintainer here, but there haven't been updates in years. |
Yahoo!'s list of outbound mailer IP addresses at https://help.yahoo.com/kb/SLN23997.html seems to be no longer available; the URL now redirects to https://help.yahoo.com/kb/account?redirect=true with the message "You have been redirected to this page because the page you requested was not found." The list does not seem to be available anywhere else on Yahoo's site. This problem is likely the cause of #54.
The text was updated successfully, but these errors were encountered: