Re: [Exim] Internal Mail

トップ ページ
このメッセージを削除
このメッセージに返信
著者: William Thompson
日付:  
To: Tom Kistner
CC: Ron McKeating, Exim-Users (E-mail)
題目: Re: [Exim] Internal Mail
> >Hi all. Now please don't shout at me and say this is a spamassassin
> >question. What I want to do is configure the exim config/exiscan file to
> >not run spamassassin for any email that comes from our internal ip
> >subnets. Is anybody doing this and if so could you drop me a line (via
> >the list in case anybody else wants to do it)
>
> Add a condition like
>
>     !hosts = +relay_from_hosts

>
> BEFORE each "spam" condition.


How about:
    accept hosts = +relay_from_hosts


at the very beginning?