You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by co...@spamassassin.apache.org on 2004/11/26 09:49:25 UTC

[SpamAssassin Wiki] Updated: UpgradeTo300

   Date: 2004-11-26T00:49:24
   Editor: MarcMerlin <ma...@merlins.org>
   Wiki: SpamAssassin Wiki
   Page: UpgradeTo300
   URL: http://wiki.apache.org/spamassassin/UpgradeTo300

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,14 +2,19 @@
 
 First, see [http://spamassassin.apache.org/full/3.0.x/dist/UPGRADE the UPGRADE file] from the distribution for the basic gotchas.
 
-SpamAssassin 3.0.0 has a significantly different API (Application Program
-Interface) from the 2.x series of code.  This means that if you use
-SpamAssassin through a third-party utility (milter, etc,) you need to make
-sure you have an updated version which supports 3.0.0, such as:
 
- * [http://www.mickeyhill.com/mimedefang-howto/ MIMEDefang]: version 2.42 or later.
+ * SpamAssassin 3.0.0 has a significantly different API (Application Program
+ Interface) from the 2.x series of code.  This means that if you use
+ SpamAssassin through a third-party utility (milter, etc,) you need to make
+ sure you have an updated version which supports 3.0.0, such as:
+
+   * [http://www.mickeyhill.com/mimedefang-howto/ MIMEDefang]: version 2.42 or later.
+
+ * Configuration settings that include the word "hits" have generally been renamed to
+ use the word "score" instead, for consistency.
+
+ * If you were using always_add_report 1, you now need to put this in your config:
+ add_header all Report _REPORT_
 
-Configuration settings that include the word "hits" have generally been renamed to
-use the word "score" instead, for consistency.
 ----
 CategoryInstall