Re: [exim] Filtering spam bounces

Etusivu
Poista viesti
Vastaa
Lähettäjä: Alastair Campbell
Päiväys:  
Vastaanottaja: wakko
Kopio: exim-users
Aihe: Re: [exim] Filtering spam bounces
Wakko Warner wrote:
> Why not just block bounces to the catchall?


Err, ok, how?

Jacob's suggestion was for acl_check_rcpt:

deny
senders = :
! local_parts = known@??? : another@???
message = This address never sends out mail, so it cannot get bounces.

Is there is a way of selecting the catch all, in my case defined at the
end of: /etc/mail/virtual/domain.com

*:    my_username@localhost


If I can say "anything that dropped through to the catch all" instead of
putting in individual addresses for local_parts, that would be perfect...

Cheers,

-Alastair