On Fri, 8 Feb 2008, Phil Chambers wrote:
>
> It would be much tidier if exim just accepted the message and put it on its 
> own
> queue so that it would get the same (rational) re-try rules that everything
> else gets.
>
> Can someone suggest how I should go about this?

Easy answer: don't verify receipients from your Exchange server.

Hard answer (if you really must reject invalid domains) something like:

  warn
    verify = recipient
  deny
    condition = ${if !eq{}{$recipient_verify_failure} }

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

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