OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Aug-2007 15:19:33
Branch: HEAD Handle: 2007080714193300
Modified files:
openpkg-src/spamassassin
local.cf spamassassin.spec
Log:
use 'version_tag' in default config, use a floating point value to
indicate that the score is not an integer and use example.com with
wildcards to illustrate possibilities
Summary:
Revision Changes Path
1.3 +8 -6 openpkg-src/spamassassin/local.cf
1.89 +1 -1 openpkg-src/spamassassin/spamassassin.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/spamassassin/local.cf
============================================================================
$ cvs diff -u -r1.2 -r1.3 local.cf
--- openpkg-src/spamassassin/local.cf 12 Sep 2004 18:45:34 -0000 1.2
+++ openpkg-src/spamassassin/local.cf 7 Aug 2007 13:19:33 -0000 1.3
@@ -3,11 +3,13 @@
## (see 'perldoc Mail::SpamAssassin::Conf' for details of what can be
tweaked)
##
-# How many hits before a mail is considered spam.
-required_score 5
+# configuration branding
+version_tag openpkg
-# Whitelist and blacklist addresses are now file-glob-style patterns, so
-# "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", or "*.domain.net" will all
work.
-#whitelist_from [EMAIL PROTECTED]
-#whitelist_to [EMAIL PROTECTED]
+# required score for mail to be considered as spam
+required_score 5.0
+
+# whitelist and blacklist addresses
+#whitelist_from [EMAIL PROTECTED]
+#whitelist_to [EMAIL PROTECTED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/spamassassin/spamassassin.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 spamassassin.spec
--- openpkg-src/spamassassin/spamassassin.spec 25 Jul 2007 14:59:10
-0000 1.88
+++ openpkg-src/spamassassin/spamassassin.spec 7 Aug 2007 13:19:33
-0000 1.89
@@ -38,7 +38,7 @@
Group: Mail
License: ASF
Version: %{V_here}
-Release: 20070725
+Release: 20070807
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]