Skip to content
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

Open
jwodder opened this issue Nov 8, 2020 · 5 comments · May be fixed by #57
Open

Yahoo! IP address page no longer available #56

jwodder opened this issue Nov 8, 2020 · 5 comments · May be fixed by #57

Comments

@jwodder
Copy link

jwodder commented Nov 8, 2020

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.

@AdamM-AU
Copy link

AdamM-AU commented Dec 1, 2020

Edit /usr/scr/postwhite/scrape_yahoo

Change line 14: from this yahoo_url="https://help.yahoo.com/kb/SLN23997.html"
to this: yahoo_url="https://postmaster.verizonmedia.com/mail-servers"

Then Change line 44: from this content=content= $(wget $yahoo_url -q -O -)
to this: content=$(wget --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0" $yahoo_url -q -O -)

Works perfect for me :)

Verizon media own AOL and Yahoo and have merged the server resources now :)

@AdamM-AU
Copy link

AdamM-AU commented Dec 1, 2020

For completeness also change:
Line 47 from : content=$(curl -s -L $yahoo_url)
to: content=$(curl -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0" -s -L $yahoo_url)

@jnorell
Copy link

jnorell commented Dec 1, 2020

Nice find, @AdamM-AU

jnorell added a commit to jnorell/postwhite that referenced this issue Dec 1, 2020
Applies changes from stevejenkins#56 so scrape_yahoo works again.

Closes stevejenkins#54
Closes stevejenkins#56
@jnorell jnorell linked a pull request Dec 1, 2020 that will close this issue
@niko-lay
Copy link

Looks like here is new url with yahoo IPs https://senders.yahooinc.com/outbound-mail-servers/

@lquidfire
Copy link

lquidfire commented Jan 29, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants