Selaa lähdekoodia

fix default config (directives have changed in 3.0)

Ralf S. Engelschall 21 vuotta sitten
vanhempi
commit
aac65ef847
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 2 1
      spamassassin/local.cf
  2. 1 1
      spamassassin/spamassassin.spec

+ 2 - 1
spamassassin/local.cf

@@ -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
 

+ 1 - 1
spamassassin/spamassassin.spec

@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Mail
 License:      ASF
 Version:      %{V_here}
-Release:      20040910
+Release:      20040912
 
 #   package options
 %option       with_fsl  yes