Yahoo Mail Users Trying to Leave Service Faced With 'Temporarily Disabled' Email Forwarding [Update: Re-enabled] - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
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
127 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
127 months ago
Scumbag tactic
Score: 6 Votes (Like | Disagree)
AngerDanger Avatar
127 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
127 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)
127 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
127 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

iCloud iPhone 17 Pro

iPhone Users Who Pay for iCloud Storage Get Two New Perks on iOS 27

Thursday July 2, 2026 6:10 am PDT by
If you pay for certain iCloud+ storage plans beyond the 5GB that Apple offers for free, you will receive two more perks on iOS 27 at no additional cost. A summary of the two new iCloud+ perks on iOS 27:Increased daily usage limits for some new Apple Intelligence features, including image generation in the revamped Image Playground app. HomeKit Secure Video cameras receive generated video...
iPhone 4 on Black Feature

Apple Facing One of Its Worst Leaks Since the iPhone 4

Thursday July 2, 2026 9:53 am PDT by
Apple supplier Tata Electronics recently suffered a cyberattack that resulted in thousands of confidential files being published on the dark web, and this reportedly included some photos and documents related to the upcoming iPhone 18 Pro. We have elected not to share any of the leaked photos in this story due to the illegal nature in which they were obtained, but they can easily be found...
American Express Gold Apple Pay Feature

American Express Announces New Apple Pay Feature

Tuesday June 30, 2026 10:27 am PDT by
American Express today announced that you can now redeem Membership Rewards points when checking out with Apple Pay on the web and in apps on the iPhone and iPad. When checking out with Apple Pay on iOS 18 or iPadOS 18 or later, tap on your eligible American Express card (Platinum, Gold, Green, and others) and select the Membership Rewards points option. You can use points to cover all or...