[exim] spam actions based on score

Inizio della pagina
Delete this message
Reply to this message
Autore: Gordon
Data:  
To: Exim Mailing List
Oggetto: [exim] spam actions based on score
Currently I am rejecting SPAM that meet my reject bar (still tweaking)

Can I set 2 bars?

>150 drop
>100 reject



    deny    condition = ${if >{$spam_score_int}{100} {1}}
            message   = Your message was RejecteD as Spam



Not sure I like giving spammers feedback...

grep X-Spam-Score reject.log.1 | awk '{print $2}' |awk -F '.' '{print
$1}'| sort -n | uniq -c

    5602 10
    5127 11
    4621 12
    3871 13
    3507 14
    3706 15
    3524 16
    4120 17
    4096 18
    4811 19
    5090 20
    5196 21
    5925 22
    5843 23
    6975 24
    7359 25
    6248 26
    7506 27
    5614 28
    7302 29
    4730 30
    7802 31
    4369 32
    5511 33
    2827 34
    2415 35
    1615 36
    1200 37
     811 38
     680 39
     458 40
     394 41
     303 42
     200 43
     193 44
     124 45
     109 46
      77 47
      77 48
      67 49
      54 50
      53 51
      45 52
      29 53
      29 54
      34 55
      23 56
      14 57
      15 58
      11 59
       7 60
       4 61
       3 62
       1 64
       2 65
       2 66
       1 67
       1 69