Re: [exim] spamassassin transport configuration

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tim Jackson
日付:  
To: exim-users
題目: Re: [exim] spamassassin transport configuration
On Sun, 8 May 2005 20:35:09 -0700 (PDT)
Markus Hardiyanto <informatics2k1@???> wrote:

> i get configuration from
> http://www.exim.org/exim-html-4.40/doc/html/C047.txt


[snip SpamAssassin router]

> but how to tell exim that the email is already scanned
> and didn't pass the test? so exim can create a error
> message notification to the email sender.


You don't want to do this (no, really). This will turn you into a
spammer, because most spam has forged sender addresses and thus you
will just end up passing the spam to unrelated third parties. If you
want to reject spam, you should do this at SMTP time and need to use the
Exim content scanning extension, formerly known as "Exiscan". Read
this, which explains it all:

http://www.timj.co.uk/linux/Exim-SpamAndVirusScanning.pdf


Tim