[Pkg-exim4-users] Simple ClamAV Setup (Howto)
Joseph
tech at ekn.com
Tue Jan 3 13:05:35 UTC 2006
Marc Haber wrote:
> On Mon, Jan 02, 2006 at 04:36:18PM -0500, Joseph wrote:
>
>>Does exiscan reject than at smtp time?
>
>
> It's an ACL extension, so you can even treat different messages
> differently.
>
Does this mean that exim will drop the email before it is accepted if it
is spam?
>
>>Would the only thing needed to active it be adding a data acl like this?
>>
>># put headers in all messages (no matter if spam or not)
>>warn message = X-Spam-Score: $spam_score ($spam_bar)
>> spam = nobody:true
>>warn message = X-Spam-Report: $spam_report
>> spam = nobody:true
>>
>># add second subject line with *SPAM* marker when message
>># is over threshold
>>warn message = Subject: *SPAM* $h_Subject:
>> spam = nobody
>>
>># reject spam at high scores (> 12)
>>deny message = This message scored $spam_score spam points.
>> spam = nobody:true
>> condition = ${if >{$spam_score_int}{120}{1}{0}}
>
>
> That doesn't look too wrong without inspecting your configuration in
> detail.
>
Would the above entries be equal than to 4 acl entries?
Or do they work together?
--
respectfully, Joseph ===============
- =
---------------------= ********** =
More information about the Pkg-exim4-users
mailing list