I block mail with a trailing dot in the RCPT_TO field.
I use these rules, and they do well.
SLocal_check_rcpt
R<$+ [at] mydomain.ru.> $#error $: "553 Trailing dot in
the recipient address."
But does it break any RFC ?
The reason of blocking is in the filter spamooborona whitelist.
Spamooborona works only for mailboxes listed in the whitelist.
So if mailbox user [at] mydomain.ru is in the whitelist,
and mail is with user [at] mydomain.ru. in the RCPT_TO,
spam will reach the user.
Received: from killersoft.com ([122.43.86.163])
by mail.mydoman.ru (8.13.6/8.13.6) with SMTP id l3FAToYq001563
for <postmaster [at] mydomain.ru.>; Sun, 15 Apr 2007 16:29:53 +0600
....
....
X-Spam-Flag: SKIP
X-Spam-Yversion: Spamooborona 1.5.2
