On 14/03/18 15:51, [email protected] wrote: > I'm getting hit every 10 minutes from this spammer. As you can see I am > rejecting the message. I wonder if the offending email server doesn't > know the message is being rejected? > > Mar 13 23:28:58 centos-1gb-sfo1-01 postfix/smtpd[22153]: NOQUEUE: > reject: RCPT from unknown[113.247.6.67]: 450 4.7.1 Client host > rejected: cannot find your reverse hostname, [113.247.6.67]; > from=<[email protected]> to=<[email protected]> proto=ESMTP > helo=<mail.port25.com>
That's not a reject, it's a defer (4xx) code which specifically means that you're telling the remote server to try again. Spam or not the remote server is doing what you're telling it to do. Peter
