2009/2/13 Mark Goodge <m...@good-stuff.co.uk>: > ddaas wrote: >> >> Hello everybody ! >> >> We have a lot of clients that have yahoo e-mails. >> Yahoo accept e-mail from our server but by default sort them as spams. >> What could it be? Does anyone know what does yahoo like or dislike? > > If the messages are reaching the recipients' mailbox, but being sorted as > spam when they get there, it's because of their content rather than because > your server has been blacklisted or anything like that. So it's not really a > technical issue, more of a creative one - you need to find out why your > emails look like spam to the filters. > >> Content-Type: text/html; charset=ISO-8859-1 > > That's probably part of the problem. Sending in text/html only is common > among spammers, but unusual for most real mail clients which generally > default to sending multipart/alternative, with both plain text and HTML > versions, if the message is composed using HTML. Try switching to sending > multipart/alternative. Or, even better, send in text/plain when there's no > need for HTML - your message to this list had absolutely no need to be HTML > at all, as all it was was text. Only use HTML when you have to, and when you > do have to always send an alternative.
I also have a problem with Yahoo and i only send text/plain. I have SPF and dkim working. The email is triggered by a registration form and contains a base64 encoded hash in a link that must be clicked to confirm the email address. I already asked Yahoo about that and they answered I should wait and see if it gets better but after 10 days still the same. Regards, Clodoaldo > > Mark >