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

Four iPhone 18 Pro Colors Mock Feature

iPhone 18 Pro: Pre-Orders and Release Date

Thursday August 20, 2026 8:00 am PDT by
Apple has yet to reveal when the iPhone 18 Pro and iPhone Ultra will be announced and released, but the dates usually follow a familiar pattern. As usual, the iPhone event is expected to take place in the first half of September. Labor Day falls on September 7 this year. The last time the holiday was on that day was in 2020, but the iPhone event that year was delayed until October due to...
macOS 27 next to MacBook Pro Running macOS 27

macOS Golden Gate Marks the End of an Era

Thursday August 20, 2026 2:19 pm PDT by
macOS 27 Golden Gate is not compatible with any Macs with Intel processors, marking the end of an era. The update, which is currently in beta ahead of a release later this year, is limited to Apple silicon Macs with an M1 chip or newer. Last year, Apple said that macOS 26 Tahoe would be the final macOS release compatible with Intel-based Macs, so this was an expected development. Intel...
Aston Martin CarPlay Ultra Screen

Apple Says CarPlay Ultra is Coming to These Vehicle Brands

Wednesday August 19, 2026 12:53 pm PDT by
Last year, Apple launched CarPlay Ultra, the long-awaited next-generation version of its CarPlay software system for vehicles. More than a year later, CarPlay Ultra is still limited to Aston Martin's latest luxury vehicles, but that should change in the foreseeable future. In May 2025, Apple said many other vehicle brands planned to offer CarPlay Ultra, including Hyundai, Kia, and Genesis. ...