This forum is specific to reporting bugs and issues with the framework.
Hi, how do I adjust the content of my stuff so I don't get this error:
Error Response on MAIL FROM: 554 sorry, Spam detected by SpamAssassin (#5.3.4)
It seems relatively intermittent and I'd love to be able to control for it.
Thanks.
Hello,
Classifying your email as a spam or not doesn't depends on qcodo .
The server is telling you that the domain or the ip you're using to send email is considered as spam.
Some solutions ;
ask for a new domain ask for another host which is not blacklisted or listed as spam to send mails for you
Spam Assassin will look at the email headers and content as well as the origin address and ip and apply a number of rules to score a given email as spam (and the person running that copy of Spam Assassin can select which rules and add their own local rules and pick their own score threshold). You'll need to speak to the person who runs the email server to find out from them what it is about your email that might be causing their copy of Spam Assassin to classify your email as spam. It's unlikely it's anything specifically about the way QEmailServer constructs the email that's triggering it.
So is this something I do in terms of how the headers are formed or is it strictly in the domain of my host?