Re: [Exim] Spamassassin check

トップ ページ
このメッセージを削除
このメッセージに返信
著者: j.linn
日付:  
To: exim-users
古いトピック: [Exim] Spamassin check
題目: Re: [Exim] Spamassassin check
I have achieved some improvement on my last message using

spamcheck:
driver = accept
condition = ${if eq {$local_part}{spamcheck} {1}{0} }
no_expn
transport = spam_pipe


spam_pipe:
    driver = pipe
    command = /usr/bin/spamassassin
    return_output
    user = root


This returns the information as an error message which does not
look very nice.

I wondered about using an autoreply driver with spamassassin as a
transport filter but initial tests did not work.

John Linn