Discussion:
smtp error
Ariën Huisken
2007-04-05 09:58:46 UTC
Permalink
Hi list,

I try to send an email messages to someone, but I get the following error:

<***@example.com>: host mail.example.com[11.11.11.11] said: 550 5.7.1 Phrase
in email not acceptable (in reply to end of DATA command)

Does anyone know what this error means?

Thanks,

Arien
Arne Brodowski
2007-04-05 10:13:32 UTC
Permalink
Post by Ariën Huisken
Hi list,
in email not acceptable (in reply to end of DATA command)
Does anyone know what this error means?
Thanks,
Arien
Hi,

sounds like some spam filter is checking the content directly in the
smtp session and is rejecting the mail because it thinks it is spam.
I have ASSP running as spam filter and it does it this way too.

best regards,
arne
Ariën Huisken
2007-04-05 10:50:14 UTC
Permalink
Post by Arne Brodowski
Post by Ariën Huisken
in email not acceptable (in reply to end of DATA command)
sounds like some spam filter is checking the content directly in the
smtp session and is rejecting the mail because it thinks it is spam.
I have ASSP running as spam filter and it does it this way too.
Well, its rejecting all my messages on this server, no matter what the
content or the used client over here is. Used my hotmail account and
it accepted my mail.

Thanks.
Morten Nilsen
2007-04-05 11:56:16 UTC
Permalink
Post by Ariën Huisken
Well, its rejecting all my messages on this server, no matter what the
content or the used client over here is. Used my hotmail account and
it accepted my mail.
Then something that gets inserted by the server must be blacklisted..
hostname in recieved-by headers?
--
Morten
:wq
Ariën Huisken
2007-04-05 12:28:06 UTC
Permalink
Post by Morten Nilsen
Post by Ariën Huisken
Well, its rejecting all my messages on this server, no matter what the
content or the used client over here is. Used my hotmail account and
it accepted my mail.
Then something that gets inserted by the server must be blacklisted..
hostname in recieved-by headers?
I have no idea, never seen this before.
Morten Johansen
2007-04-05 15:06:56 UTC
Permalink
Post by Morten Nilsen
Post by Ariën Huisken
Well, its rejecting all my messages on this server, no matter what the
content or the used client over here is. Used my hotmail account and
it accepted my mail.
Then something that gets inserted by the server must be blacklisted..
hostname in recieved-by headers?
This could be the case if the receiving server does its checks on all
data or the mime headers instead of only the body.

One could easily do this kind of "mistake" in Postfix for instance, by
listing spam dictionary checks with the "header_checks" directive,
instead of using the "body_checks" directive.

Then again, I too would probably blacklist client hosts with *porn* in
their hostname :)

- --
Morten Johansen <***@monet.no>
+47 900 61 494
Ariën Huisken
2007-04-05 15:14:58 UTC
Permalink
Post by Morten Johansen
This could be the case if the receiving server does its checks on all
data or the mime headers instead of only the body.
One could easily do this kind of "mistake" in Postfix for instance, by
listing spam dictionary checks with the "header_checks" directive,
instead of using the "body_checks" directive.
Could be the case. I contacted the sysadmin of this server through my
hotmail account.. :)
Post by Morten Johansen
Then again, I too would probably blacklist client hosts with *porn* in
their hostname :)
Or not :D
Matthias Šubik
2007-04-05 10:33:45 UTC
Permalink
I guess example.com is employing a simple content filter as:

*porn* REJECT

in their sendmail.

matthias
Post by Ariën Huisken
Hi list,
in email not acceptable (in reply to end of DATA command)
Does anyone know what this error means?
Thanks,
Arien
_______________________________________________
tsl-discuss mailing list
http://lists.trustix.org/mailman/listinfo/tsl-discuss
Ariën Huisken
2007-04-05 16:59:01 UTC
Permalink
550 5.7.1 Access denied
http://www.desknow.com/kb/idx/0/026/article/
HELO is valid and has also a reversed DNS record with the same name,
so that should not be the problem.
Florian
2007-04-06 08:26:12 UTC
Permalink
Post by Ariën Huisken
in email not acceptable (in reply to end of DATA command)
Does anyone know what this error means?
Maybe your provider is filtering all your outgoing smtp-traffic on port
25 like AOL does with a smtp-proxy?
Try to do an simple smtp-dialog on the command-line, using telnet. What
is happening?

Florian
Ariën Huisken
2007-04-06 09:33:18 UTC
Permalink
Post by Florian
Post by Ariën Huisken
in email not acceptable (in reply to end of DATA command)
Does anyone know what this error means?
Maybe your provider is filtering all your outgoing smtp-traffic on port
25 like AOL does with a smtp-proxy?
Try to do an simple smtp-dialog on the command-line, using telnet. What
is happening?
No, this server is sending many emails for hundreds of users, only
happens when sending to this host.
The connection not filtered on any port.

Continue reading on narkive:
Loading...