Alastair Campbell wrote:

> Jacob's suggestion was for acl_check_rcpt:
    ^ <harrumph> :)

> deny senders = : ! local_parts = [EMAIL PROTECTED] :
> [EMAIL PROTECTED] 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
> *:    [EMAIL PROTECTED]

So you have your "normal" addresses in this file and this wildcard entry
at the end? Then you can use this:

! local_parts = lsearch;/etc/mail/virtual/domain.com
(as opposed to the "lsearch*" you are likely using in some redirect router)

to get get this:

> 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...



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to