Prva verzija za buster.
[spamassassin-cn.git] / local.cf
1 # This is the right place to customize your installation of SpamAssassin.
2 # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
3 # tweaked.
4 ###########################################################################
5
6 # Bayes database configuration
7 use_bayes 1
8 use_bayes_rules 1
9 bayes_auto_learn 1
10 bayes_auto_learn_threshold_nonspam -0.001
11 bayes_auto_learn_threshold_spam 10.0
12 bayes_use_hapaxes 1
13 bayes_auto_expire 0
14 bayes_ignore_header ReSent-Date
15 bayes_ignore_header ReSent-From
16 bayes_ignore_header ReSent-Message-ID
17 bayes_ignore_header ReSent-Subject
18 bayes_ignore_header ReSent-To
19 bayes_ignore_header Resent-Date
20 bayes_ignore_header Resent-From
21 bayes_ignore_header Resent-Message-ID
22 bayes_ignore_header Resent-Subject
23 bayes_ignore_header Resent-To
24 bayes_ignore_header X-Received-From-IP
25 bayes_ignore_header X-Virus-Scanned
26 bayes_ignore_header X-Spam-Status
27 bayes_ignore_header X-Spam-Level
28 bayes_ignore_header X-Sender
29 bayes_ignore_header X-Mailer
30 bayes_ignore_header X-CRM114
31 bayes_ignore_header X-SA-Exim
32 bayes_ignore_header X-PerlMX-Spam
33
34 # Blackhole list options
35 skip_rbl_checks 0
36 rbl_timeout 10
37 dns_available yes
38
39 # Vipul's Razor options
40 use_razor2 1
41 razor_timeout 10
42
43 # Distributed Checksum Clearinghouse (DCC) options
44 use_dcc 0
45
46 # Auto-whitelist to track long-term average score for sender
47 # AWL should be cleaned from time to time with check_whitelist program
48 use_auto_whitelist 1
49
50 # Break the X-Spam-Status header into multiple lines
51 fold_headers 1
52
53 # Encapsulate spam in an attachment
54 # We don't change e-mail except adding X-Spam headers
55 report_safe 0
56
57 # Privileged options
58 allow_user_rules 0
59
60 # Required score before a mail is considered spam
61 # The following option has no effect if Amavisd is used, edit only if
62 # standalone SA is used
63 #required_score 6.3
64
65 # Rewrite headers rules
66 # The following option has no effect if Amavisd is used, edit only if
67 # standalone SA is used
68 #rewrite_header subject [SPAM:_SCORE_]
69
70 # Specific whitelisting
71 whitelist_from pomoc@iskon.hr
72
73 # Trusted networks
74 trusted_networks 127.0.0.0/8