black.hawk wrote:
> i have a problem with address formatted like "x@y"@z
>
> If z is one of my relay domains, Exim accept mail and delivers to x@y
> (y isn't in my local or relay domains)
>
> Spammers use this type of receiver....
>
> how can i block this type of spam?
Which version of Exim?
If Exim 4 - see the ACL section of the default configuration file. There
you will see:
deny local_parts = ^.*[@%!/|] : ^\\.
This will block nasty local parts.
--
-- K.M.