]> git.proxmox.com Git - proxmox-spamassassin.git/blob - sa-updates/user_prefs.template
update SpamAssassin signatures
[proxmox-spamassassin.git] / sa-updates / user_prefs.template
1 # SpamAssassin user preferences file. See 'perldoc Mail::SpamAssassin::Conf'
2 # for details of what can be tweaked.
3 #*
4 #* Note: this file is not read by SpamAssassin until copied into the user
5 #* directory. At runtime, if a user has no preferences in their home directory
6 #* already, it will be copied for them, allowing them to perform personalised
7 #* customisation. If you want to make changes to the site-wide defaults,
8 #* create a file in /etc/spamassassin or /etc/mail/spamassassin instead.
9 ###########################################################################
10
11 # How many points before a mail is considered spam.
12 # required_score 5
13
14 # Welcomelist and blocklist addresses are now file-glob-style patterns, so
15 # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.
16 # welcomelist_from someone@somewhere.com
17 # welcomelist_to someone@mydomain.com
18
19 # Add your own customised scores for some tests below. The default scores are
20 # read from the installed spamassassin rules files, but you can override them
21 # here. To see the list of tests and their default scores, go to
22 # https://spamassassin.apache.org/tests.html .
23 #
24 # score SYMBOLIC_TEST_NAME n.nn
25
26 # Speakers of Asian languages, like Chinese, Japanese and Korean, will almost
27 # definitely want to uncomment the following lines. They will switch off some
28 # rules that detect 8-bit characters, which commonly trigger on mails using CJK
29 # character sets, or that assume a western-style charset is in use.
30 #
31 # score HTML_COMMENT_8BITS 0
32 # score UPPERCASE_25_50 0
33 # score UPPERCASE_50_75 0
34 # score UPPERCASE_75_100 0
35 # score OBSCURED_EMAIL 0
36
37 # Speakers of any language that uses non-English, accented characters may wish
38 # to uncomment the following lines. They turn off rules that fire on
39 # misformatted messages generated by common mail apps in contravention of the
40 # email RFCs.
41
42 # score SUBJ_ILLEGAL_CHARS 0
43