spamassassin/local.cf

Thu, 23 Apr 2009 15:20:21 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 23 Apr 2009 15:20:21 +0200
changeset 192
62106debeb75
parent 191
d980506f80fc
child 212
862d0abd0aa8
permissions
-rw-r--r--

Specify options in configuration and adapt package for virtual users.

     1 ##
     2 ##  @l_prefix@/etc/spamassassin/local.cf -- site-wide defaults for SpamAssassin
     3 ##  (see 'perldoc Mail::SpamAssassin::Conf' for details of what can be tweaked)
     4 ##
     6 #   configuration branding
     7 version_tag             openpkg
     9 #   required score for mail to be considered as spam
    10 required_score          5.0
    12 #   whitelist and blacklist addresses
    13 #whitelist_from         *@example.com
    14 #whitelist_to           *@example.com
    16 #   use a terse header instead of X-Spam-Report
    17 remove_header all Report
    19 #   encapsulate spam in an attachment
    20 report_safe             0
    22 #   enable the Bayes system
    23 use_bayes               1
    25 #   enable Bayes autolearning
    26 bayes_auto_learn        1
    28 #   enable or disable network checks
    29 #skip_rbl_checks         1
    30 #use_razor2              1
    31 #use_dcc                 1
    32 #use_pyzor               1
    34 #   mail using languages used in these country codes will not
    35 #   be marked as being possibly spam in a foreign language.
    36 #ok_languages            all
    38 #   mail using locales used in these country codes will not
    39 #   be marked as being possibly spam in a foreign language.
    40 #ok_locales              all

mercurial