You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
442 B
12 lines
442 B
## |
|
## @l_prefix@/etc/spamassassin/local.cf -- site-wide defaults for SpamAssassin |
|
## (see 'perldoc Mail::SpamAssassin::Conf' for details of what can be tweaked) |
|
## |
|
|
|
# How many hits before a mail is considered spam. |
|
required_hits 5 |
|
|
|
# Whitelist and blacklist addresses are now file-glob-style patterns, so |
|
# "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work. |
|
#whitelist_from someone@somewhere.com |
|
|
|
|