[csw-devel] SF.net SVN: gar:[8474] csw/mgar/pkg/spamassassin/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Feb 10 19:28:50 CET 2010


Revision: 8474
          http://gar.svn.sourceforge.net/gar/?rev=8474&view=rev
Author:   bonivart
Date:     2010-02-10 18:28:48 +0000 (Wed, 10 Feb 2010)

Log Message:
-----------
spamassassin: add new class cswpostmsg to display upgrade message

Modified Paths:
--------------
    csw/mgar/pkg/spamassassin/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.postmsg

Modified: csw/mgar/pkg/spamassassin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/spamassassin/trunk/Makefile	2010-02-10 18:03:46 UTC (rev 8473)
+++ csw/mgar/pkg/spamassassin/trunk/Makefile	2010-02-10 18:28:48 UTC (rev 8474)
@@ -31,6 +31,7 @@
 SAMPLECONF += /etc/opt/csw/spamassassin/spamd\.CSW
 USERGROUP = /etc/opt/csw/pkg/CSWspamassassin/cswusergroup
 INITSMF = /etc/opt/csw/init.d/cswspamd
+POSTMSG = /opt/csw/share/doc/spamassassin/README.upgrade
 
 MIGRATE_FILES = init.pre local.cf v310.pre v312.pre v320.pre
 MIGRATE_SOURCE_DIR = /opt/csw/etc/spamassassin
@@ -92,6 +93,7 @@
 	@ginstall -m 644 $(FILEDIR)/CSWspamassassin.spamd.CSW $(DESTDIR)/etc/opt/csw/spamassassin/spamd.CSW
 	@cp $(FILEDIR)/CSWspamassassin.README.CSW $(DESTDIR)$(docdir)/$(GARNAME)/README.CSW
 	@cp $(FILEDIR)/CSWspamassassin.README.spamd $(DESTDIR)$(docdir)/$(GARNAME)/README.spamd
+	@cp $(FILEDIR)/CSWspamassassin.postmsg $(DESTDIR)$(docdir)/$(GARNAME)/README.upgrade
 	echo "WORKSRC: $(WORKSRC)"
 	@( cd $(WORKSRC) ; \
 	   gmake DESTDIR=$(DESTDIR) install )

Added: csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.postmsg
===================================================================
--- csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.postmsg	                        (rev 0)
+++ csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.postmsg	2010-02-10 18:28:48 UTC (rev 8474)
@@ -0,0 +1,31 @@
+
+Note for Users Upgrading to SpamAssassin 3.3.0
+-----------------------------------------------
+
+- Rules are no longer included with SpamAssassin "out of the box".  You will
+  need to immediately run "sa-update", or download the additional rules .tgz
+  package and run "sa-update --install" with it, to get a ruleset.
+
+- The BETA label has been taken off of the SpamAssassin SQL support.  Please
+  be aware that occasional changes may still be made to this area of the
+  code.  You should be sure to read this upgrade document each time you
+  install a new version to determine if any SQL updates need to be made to
+  your local installation.
+
+- The DKIM plugin is now enabled by default for new installs, if the perl
+  module Mail::DKIM is installed.  However, installation of SpamAssassin
+  will not overwrite existing .pre configuration files, so to use DKIM when
+  upgrading from a previous release that did not use DKIM, a directive:
+
+    loadplugin Mail::SpamAssassin::Plugin::DKIM
+
+  will need to be uncommented in file "v312.pre", or added to some
+  other .pre file, such as local.pre.
+
+- More info here: http://svn.apache.org/repos/asf/spamassassin/branches/3.3/build/announcements/3.3.0.txt
+
+- Also note that the configuration dir has moved from
+  /opt/csw/etc/spamassassin to /etc/opt/csw/spamassassin. Your standard
+  configuration files will be moved automatically. Please check the old
+  location for any files that may need to be moved manually.
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list