|
|
@@ -4,9 +4,10 @@
|
|
|
##
|
|
|
|
|
|
# How many hits before a mail is considered spam.
|
|
|
-required_hits 5
|
|
|
+required_score 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
|
|
|
+#whitelist_to someone@somewhere.com
|
|
|
|