Yahoo Mail Users Trying to Leave Service Faced With 'Temporarily Disabled' Email Forwarding [Update: Re-enabled] - MacRumors
Skip to Content

Yahoo Mail Users Trying to Leave Service Faced With 'Temporarily Disabled' Email Forwarding [Update: Re-enabled]

by

Yahoo AppIn the midst of stories surrounding the hacking of at least 500 million Yahoo user accounts and the secretive scanning of private emails at the behest of the government, Yahoo Mail users are now finding it difficult to leave the service after the company "temporarily disabled" email forwarding earlier in the month. According to several users speaking to The Associated Press, the ability to more easily leave Yahoo Mail with the email forwarding feature -- which ensures old email is sent to a new account -- has been removed completely.

Jason Danner, owner of an information technology business in Auckland, New Zealand, said it is all "extremely suspicious timing" for Yahoo to get rid of the feature amid news that undoubtedly has many of its users interested in setting up accounts on other services. Without providing a comment, Yahoo referred to a line on the company's help site to explain its action of "temporarily" removing the feature "while we work to improve it." Anyone who has already set up email forwarding prior to the change won't be affected.

This feature is under development. While we work to improve it, we’ve temporarily disabled the ability to turn on Mail Forwarding for new forwarding addresses. If you’ve already enabled Mail Forwarding in the past, your email will continue to forward to the address you previously configured.

Several people speaking with The Associated Press said that recent news surrounding Yahoo was causing them to consider leaving Yahoo Mail. One user said a "certain amount" of government surveillance is expected to be going on at most times through smart devices, "but providing the U.S. government unrestricted access — that really, really violates our privacy." The same user opted to leave an out-of-office message on their account in lieu of the traditional email-forwarding ability.

The feature has been “a basic concept for 15 years for just about every email provider out there,” said Brian McIntosh, who owns a small technology business and first alerted the Associated Press to the issue. “All of a sudden it's under development,” McIntosh said in a telephone interview. “And only at Yahoo.”

Following the original Reuters story about Yahoo's email scanning, the company called the article "misleading" and said that the scanning program "does not exist on our systems." A second report from The New York Times cited a source that claimed Yahoo enacted the program because of an ordnance from the United States government, which was seeking information on an unspecified state-sponsored terrorist group who used Yahoo Mail for communication.

Other companies, like Google and Microsoft, have come forward saying they got no such request from the government. An Apple spokesperson said, "We have never received a request of this type. If we were to receive one, we would oppose it in court.” Throughout all of this, Yahoo is finalizing its sale to Verizon, with the latter company now reportedly asking for a $1 billion discount.

Update 10/11: A Yahoo spokesperson contacted MacRumors with the following statement:

"We’re working to get auto-forward back up and running as soon as possible because we know how useful it can be to our users. The feature was temporary disabled as part of previously planned maintenance to improve its functionality between a user’s various accounts. Users can expect an update to the auto-forward functionality soon. In the meantime, we continue to support multiple account management.”

Update 10/14: Yahoo has re-enabled mail forwarding and explained its move to temporarily disable the feature in a blog post.

Why the pause? Over the past year, Yahoo Mail has been upgrading its platform. This has allowed us to bring a better search experience to Yahoo Mail, add multiple account support, and improve performance as we quickly scale this new system globally. The feature was temporarily disabled as part of this process.

Top Rated Comments

oneMadRssn Avatar
129 months ago
What an utter crock. Farewell, Yahoo. I doubt you'll be missed.
Some of my fondest memories of early internet were in yahoo chatrooms or playing chess in yahoo games with someone else ("A/S/L?"). Connecting and communicating with another person on the other side of the planet in real time like that was amazing. But I guess that Yahoo died a long time ago anyway, and I will certainly not miss today's Yahoo.
Score: 8 Votes (Like | Disagree)
robotica Avatar
129 months ago
Scumbag tactic
Score: 6 Votes (Like | Disagree)
AngerDanger Avatar
129 months ago
As a loyal Yahoo! Mail user, I can assure you that the integrity of my email and accounts registered to that address remains uncompromised.

CHEAP GUCCI WATCHES AND MALE ENHANCMENT. NOT A SPAM. *SCAM
Score: 5 Votes (Like | Disagree)
mrgraff Avatar
129 months ago
Although I only now use it for spam and signing up for websites that I don't want associated with my real email, I still have a yahoo account that dates back to 1998.
Score: 4 Votes (Like | Disagree)
129 months ago
I truly hope Marissa Mayer isn't hired to Apple. She's good pals with Jony. Please let her go ruin some other company.
Score: 2 Votes (Like | Disagree)
ArtOfWarfare Avatar
129 months ago
Writing a script that automatically checks your email, responds with something along the lines of "This account is no longer used, please use xxx@yyy.zzz in the future, instead. Your messages are automatically forwarded for now - this behavior may stop in the future and you should not depend on it." and forwarding the message isn't too hard.

In Python, you can use the imaplib or poplib to read your mail (based on if you're using IMAP or POP3 respectively), then using smtplib to send the response and forward the message. All three libraries come with a standard install of Python. OS X has come with Python preinstalled for over a decade (I'm not sure when it first started getting included... I know at least as long ago as Snow Leopard, and maybe even long before that.)

Quick example for checking imap is:

from imaplib import IMAP4_SSL
imap = IMAP4_SSL(server_address, server_port)
imap.login('old_address@yahoo.com', email_password)
imap.select('INBOX')
status, response = imap.sort('REVERSE DATE', 'UTF-8', 'ALL')

for messageID in response[0].split():
status, response = imap.fetch(messageID, '(SENDER)')

sender = response[0][1]
# Now you want to connect to your SMTP server to send the automatic response.
# Also fetch the subject and body of the message so you can forward it to your new address.
Score: 2 Votes (Like | Disagree)

Popular Stories

iPhone 18 Pro Rumored Colors

What's Coming in September: New iPhones, Apple Watches and More

Thursday August 13, 2026 4:20 pm PDT by
Apple will introduce at least five new devices at its iPhone-centric event next month, and it's also possible we'll get devices waiting on Siri AI like the Apple TV. iPhone 18 Pro The iPhone 18 Pro is going to look like the iPhone 17 Pro, but with a smaller Dynamic Island. It's getting some internal updates, including a new Wide camera with a variable aperture for more control over lighting ...
iPhone 17 One Year Later Thumb 1

Should You Buy an iPhone 17 Now or Wait for iPhone 18?

Friday August 14, 2026 12:15 pm PDT by
For the first time since Apple started selling standard and "Pro" iPhones, we're not going to get an entry-level iPhone model this fall. Apple doesn't plan to release an iPhone 18 in September, and will only launch the iPhone 18 Pro, iPhone 18 Pro Max, and foldable iPhone Ultra. The lower-cost iPhone 18 won't come out until spring 2027. Subscribe to the MacRumors YouTube channel for more ...
Everything New Your iPhone Can Do on iOS 27 Feature 1

30 New Things Your iPhone Can Do in iOS 27

Friday August 14, 2026 6:24 am PDT by
Apple will release iOS 27 in September, and despite the company's focus this year on refining its flagship operating system and nixing bugs, there are still many additional features on the way, not least of which is Apple's new context-aware Siri, re-tooled for the generative AI era. This year's major iPhone software update isn't all about AI, though, as the following feature list...