A few days ago, I posted a comment on a Yahoo delivery issue I encountered. A few persons emailed me to have more info on how we solved this issue at m--x--m. This is the purpose of this post. I will describe how a new company overcame recent delivery issues with Yahoo Mail. I hope this will be useful to others.
Context
I am an engineer for m--x--m, a new email delivery company. We use a number of new ways to deliver emails and we mostly focus on transactional and newsletter emails.

Problem
With no increase in deliveries, nor in user complaints (as inferred from other FBL since we could not get one from Yahoo), we got completely blacklisted on Yahoo with the following message.
Aug 31 14:06:36 dserv128-mtl3 m--x--mail/smtp[8516]: 4D7F314C86A3: host e.mx.mail.yahoo.com[216.39.53.1] refused to talk to me: 421 Message from (xx.xx.xx.xx)temporarily deferred - 4.16.50. Please refer to http://help.yahoo.com/help/us/mail/defer/defer-06.html
We kept having this message and sometimes some messages were delivered... directly in the junk folder.
Therefore I started investigating and understood a few tricks.
What I have understood so far
Some of this points may be out of date. Please share with us any of your insight in the comment.
- Yahoo does not offer anymore a FBL. This is the root of most issues.
- Yahoo's filtering system is not compatible with the way most MTA handle their retries. In practice when a minor delivering issue arises, it can sometimes blacklist completely the IP.
- Yahoo uses the following graduation when dealing with a temporary blocked IP:
[TS01] -> [TS02] -> regular deferred message. (you will find these messages in your logs)
Your goal is to stay at TS01. I did not find a way to go back from TS02 to TS01, so be careful.
- When encountering a serious delivery issues, Yahoo wants you stop delivering for four hours. Doing so seems to reset Yahoo's « reputation counter ».
- It seems Yahoo signals sometimes user complaint even without FBL. This happens when you see a « deferred » error message only for a specific user (while other emails to the same MX are still delivered).
- Yahoo ends the block progressively, you can send before the end of the four hours but you take the risk to reduce your reputation.
- Yahoo filtering algorithms seems to be of the form number of user complaint per unit of time -- as opposed to a percentage formula (like Hotmail for instance). For instance, 100 user complaints might trigger a block even if they happened on 100 million emails.
In a nutshell, Yahoo asks for a very specific way of handling delivery. Misconfigured MTA can actually cause a permanent block; the problem is most MTA are configured not to respond well to their temporary blocks.
Solution
I wrote a MTA dedicated for Yahoo delivery (our delivery architecture is very flexible in this aspect). Its main points are:
- When presented with a 4XX.*deferred error, it equates it to a user complaints.
- When presented with a TS01 message, it stops delivery for four hours on this MX DNS (but it keeps going on the others).
- It smoothen deliveries so there is no burst (which might overcome the user complaint quota).
- It uses a cluster of « smart shared IP » to ensure delivery even when temporary blocked.
- It uses a smart backoff algorithm to increase a lower user complaint per unit of time.
This solved of all issues and even now we keep using this solution. If you encounter further problems with Yahoo, please let us know, we might be able to assist you.
This post was written in collaboration with Krzysztof Jarecki and Nicolas Toper (http://www.m--x--m.net) based on an idea from Krzysztof.




Hey Guys,
Thanks for the post, haven't had a chance to implement any of the ideas but thanks for sharing!
Seth
Posted by: Seth Weisfeld | September 15, 2008 at 11:35 AM
Thanks for the post. I'm a CTO for an ESP and like you guys we are having similar issues. We have a sophisticated EBH (Enhanced bounce handling) system we developed that can adopt to different scenarios. Again thanks for the GREAT post.
Posted by: Alex | September 16, 2008 at 12:17 PM
You are welcome and thanks for the comment. If you need help further help, please contact me.
Best,
Nicolas
Posted by: Nicolas Toper | September 16, 2008 at 03:18 PM
Hey Guys,
Useful post, I got a question for you, Have you ever dealt with this type of error message from yahoo?
20081009 154839 S-ERR [013] : eid=xxxxx, sid=xxxxx, ip=xx.xx.xx.xx, sip=xx.xx.xx.xx, sz=0, pt=1, try=1, xxxxx@yahoo.com : 4.7.1 [TS03] All messages from xx.xx.xx.xx will be permanently deferred; Retrying will NOT succeed. See http://postmaster.yahoo.com/421-ts03.html
Would be great if you can give some pointers on how to deal with this.
Posted by: John Reyna | October 10, 2008 at 01:39 PM
Hi,
Yes I document it in the post.
Is it a permanent error (I mean you have it all the time no?)?
Posted by: Nicolas Toper | October 11, 2008 at 02:16 AM
At work i get 421, 451 errors and for few days on i get the TSO1, what should i do? I dont get it...
Posted by: Luci | December 19, 2008 at 02:12 AM
I keep getting a 421-ts01 error, but I don't think I've done anything to warrant this.
Emails are being blocked even when they're not being sent to a yahoo address.
This is my primary email address - how can I clear my name with Yahoo?
Posted by: Steve | March 25, 2009 at 09:02 PM
Hi,
If you are not a commercial emailer go on http://postmaster.yahoo.com
There is a form to fill and they will help you
Posted by: Nicolas Toper | March 26, 2009 at 04:04 PM
and if you are commercial mailer? ;)
Posted by: Chris | April 30, 2009 at 01:51 PM
Hi Guys!
Im having a problem with our email, yahoo automated mail replied the ff: can you please assiste me on how to clear this issue?
Regards!
Delay reason: SMTP error from remote mail server after initial connection:
host e.mx.mail.yahoo.com [216.39.53.1]: 421 4.7.1 [TS03] All messages from 202.86.204.72 will be permanently deferred; Retrying will NOT succeed. See http://postmaster.yahoo.com/421-ts03.html
Posted by: John Y. Codorniz jr | May 21, 2009 at 06:30 PM
Hi John,
It is described in this article. Basically change IP, process spam complaint and unsubscription and/or stop the spam hacking.
Posted by: Nicolas Toper | May 22, 2009 at 01:45 PM
ok what if im on TS3?
There is no solution? even if i contact yahoo?
Posted by: حرب الملوك | June 23, 2009 at 05:50 AM
Dear Sir,
just wondering how do i configure postfix to work in the way you have mentioned above as i am getting the permanent deferred error mentioned below. please advise.
All messages from 66.90.73.75 will be permanently deferred; Retrying will NOT succeed. See http://postmaster.yahoo.com/421-ts03.html)
Posted by: Dhiraj | July 05, 2009 at 05:56 PM