Re: [exim] quite router

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Cyborg
日付:  
To: exim-users
題目: Re: [exim] quite router
Am 12.07.2012 12:17, schrieb Cyborg:
> Hi there,
>
>
> assume we have this router with working SQL:
>
> virtual_blackhole:
> driver = redirect
> no_verify
> domains = +local_domains
> condition = ${lookup mysql{ ... is the address in the database at
> all ?.... }}
> data = ${lookup mysql{ SELECT ':blackhole:' }}
> allow_fail
> allow_defer
> group = mail
> check_ancestor
> no_more
> directory_transport = address_directory
> reply_transport = address_reply
>
> Problem:
>
> Is there a way to have a router which does the same AND does not
> really produce a log messages about it ?
> i.e. using a different transport or different driver ( drop maybe ) ?
>



The answere to this is "disable_logging" inside this one specific
router. Just in case, someone else needs it.

best regards,
Marius Schwarz