On Mon, 19 Dec 2005 14:27:56 +0100, Christian Schmidt
<[EMAIL PROTECTED]> wrote:
>Marc Haber, 19.12.2005 (d.m.y):
>> Thankfully, exim allows fine granulary control, so I have the messages
>> coming in to role accounts filtered much strictly than the messages to
>> my personal addresses.
>
>Could you drop some more words what you've done in special?

RCPT acl:
  warn
    recipients = ${if exists{CONFDIR/sa_filter_heavy_recipients}\
                            {CONFDIR/sa_filter_heavy_recipients}\
                      {}}
    log_message = "heavy filter recipient [EMAIL PROTECTED] found"
    set VAR_SPAM_HEAVY_FILTER = 1

DATA acl:
  deny
    spam = exiscan:true
    message = Message spam score is beyond reject threshold for
heavily filtered recipients, try making your message look less spammy
or re-send to [EMAIL PROTECTED]
    log_message = reject (heavy), spam_score $spam_score
    condition = ${if eq{$VAR_SPAM_HEAVY_FILTER}{1}}
    condition = ${if >{$spam_score_int}{30}}

So it's really pretty straight forward.

Greetings
Marc

-- 
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber         |   " Questions are the         | Mailadresse im Header
Mannheim, Germany  |     Beginning of Wisdom "     | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to