[Pkg-exim4-users] Simple ClamAV Setup (Howto)

Marc Haber mh+pkg-exim4-users at zugschlus.de
Tue Jan 3 13:10:38 UTC 2006


On Tue, Jan 03, 2006 at 08:05:35AM -0500, Joseph wrote:
> 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?

That means that you can do everyhing an ACL can do depending on the
spam scan result.

> >>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?

The first entry puts headers in all messages.
The second entry putys the *SPAM* marker in the subject
The third one rejects spam with a score > 12.

Did you read the comments? Do you know how exim ACLs work? Did you
read the manual?

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



More information about the Pkg-exim4-users mailing list