Re: [exim] Filtering spam bounces

Página Inicial
Delete this message
Reply to this message
Autor: Alastair Campbell
Data:  
Para: exim-users
Assunto: Re: [exim] Filtering spam bounces
Jakob Hirsch wrote:
> Would be better to do that in acl_check_rcpt:
>
> deny
> senders = :
> ! local_parts = known@??? : another@???
> message = This address never sends out mail, so it cannot get bounces.


Thanks for the reply Jakob. Are you saying that it would be best to use
the second option (quoted above), instead of the first, or as well?

That second one doesn't seem to identify that it's a bounce, or am I
misunderstanding?

I also assume that this is the file you mean?
acl_check_rcpt = /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt

Thanks,

-Alastair