Subversion Server


WebCFG Contribution

[/] [trunk/] [examples/] [wcapps/] [spamassassin/] [local.cf] - Rev 2

Compare with Previous - Blame

# This is the right place to customize your installation of SpamAssassin.
#
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
###########################################################################
#

# Add headers to identify mail is scanned
add_header spam Flag _YESNOCAPS_
add_header all Status _YESNO_, hits=_HITS_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
add_header all Level _STARS(*)_
add_header all Checker-Version SpamAssassin _VERSION_ (_SUBVERSION_) on _HOSTNAME_
rewrite_header Subject *****SPAM*****


report_safe 1
trusted_networks 192.168.0.0/16
# lock_method flock

required_score 5

use_razor2 0

use_dcc 0

use_pyzor 0

use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 10

# Modify whitelists 
# 
# Please insert your whitelistentry in the format
# >   whitelist_from user@domain.com
# >   whitelist_from *@domain.com
# @WC hide off default
# @WC validator ^whitelist_from\s+
whitelist_from *@dtnet.de, *@infinis.net, *@*.dtnet.de
whitelist_from support@dtnet.de
whitelist_from sales@dtnet.de
whitelist_from *@novell.com
whitelist_from clydeeggw@freemail.com
whitelist_from *@acjmortgage.com
whitelist_fasl-from *@acjmortgage.com

# @WC button save
blacklist_from test-back

Powered by WebSVN v1.61