Alvaro Uría wrote:
> Hi!
> 
> I've seen how to whitelist a domain (domainlist) or a host (hostlist)
> from RBL checking but I don't know if it can be done for a few
> recipients (ie. [email protected]), and how would be done (note it
> wouldn't be a general whitelist, only for bypassing RBL checks).
> 
> Thanks in advance :)
> 
> Regards,
>   Alvaro.
> 
   # DATA_SCAN_9A: IF VIP-from THEN exempt from further testing
   #
    accept
     log_message = DS9A allowing message from $header_from:
      condition = ${if match{$header_from:}{[email protected]}{yes}{no}}
    endpass

One can use a list lookup or DB search instead of a hard-coded address.

This one is in production with a single 'real' address' as we seldom need it.

Other options used in the past include short groups of $header_from: against 
short lists of $local_part and/or $domain to cover an assymetrical 'set' of 
branch office staff to HQ AND NO OTHERS (on that link) wherein there were dodgy 
MUA or sub-par ISP's that were rejecting on more general tests.

More than one way to do this, and more than one place you can / may need to 
apply the test & grant a pass.

HTH,

Bill

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

Reply via email to