[Pkg-exim4-users] exim4 and spamassassin?
Jonathan Plews
lists at plews.org.uk
Wed May 18 09:32:10 UTC 2011
Quoting Lars Nielsen <lars at lfweb.dk>:
> I have some trouble with my spamassassin. I have a require spam-level of
> 5.0 where sa-exim is supposed to put the mail in a spam-folder and not
> devliver the mail. But even with scores above 5.0 the mail's get
> delivered.
>
> Where can I adjust this? What log/config files should I provide so you
> can see my problem?
>
> Regards
> Lars Nielsen
>
>
> _______________________________________________
> Pkg-exim4-users mailing list
> Pkg-exim4-users at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
>
>
This is only part of what I have set up for spam, but in the data ACL:
warn
!acl = acl_local_deny_exceptions
message = X-Spam-Flag: Yes
spam = nobody:true
condition = ${if >{$spam_score_int}{50}{true}{false}}
then in a .forward file:
# Exim filter
if $h_X-Spam-Flag: CONTAINS "Yes"
then
save $home/Maildir/.Spam/
endif
Hope that helps
Regards
--
Jonathan Plews - jonathan at plews.org.uk
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: PGP Digital Signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-exim4-users/attachments/20110518/5e42728c/attachment.pgp>
More information about the Pkg-exim4-users
mailing list