spamassassin/local.cf

Thu, 23 Apr 2009 15:16:09 +0200

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

Import package vendor original specs for necessary manipulations.

michael@191 1 ##
michael@191 2 ## @l_prefix@/etc/spamassassin/local.cf -- site-wide defaults for SpamAssassin
michael@191 3 ## (see 'perldoc Mail::SpamAssassin::Conf' for details of what can be tweaked)
michael@191 4 ##
michael@191 5
michael@191 6 # configuration branding
michael@191 7 version_tag openpkg
michael@191 8
michael@191 9 # required score for mail to be considered as spam
michael@191 10 required_score 5.0
michael@191 11
michael@191 12 # whitelist and blacklist addresses
michael@191 13 #whitelist_from *@example.com
michael@191 14 #whitelist_to *@example.com
michael@191 15

mercurial