[csw-devel] SF.net SVN: gar:[18437] csw/mgar/pkg/spamass-milter/trunk/files

guengel at users.sourceforge.net guengel at users.sourceforge.net
Sat Jun 16 13:14:21 CEST 2012


Revision: 18437
          http://gar.svn.sourceforge.net/gar/?rev=18437&view=rev
Author:   guengel
Date:     2012-06-16 11:14:21 +0000 (Sat, 16 Jun 2012)
Log Message:
-----------
spamass-milter/trunk: Fixed comments in spamass-milter.m4 in order to avoid recursive inclusion of spamass-milter.m4

Modified Paths:
--------------
    csw/mgar/pkg/spamass-milter/trunk/files/changelog.CSW
    csw/mgar/pkg/spamass-milter/trunk/files/spamass-milter.m4

Property Changed:
----------------
    csw/mgar/pkg/spamass-milter/trunk/files/spamass-milter.m4

Modified: csw/mgar/pkg/spamass-milter/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/spamass-milter/trunk/files/changelog.CSW	2012-06-16 11:10:29 UTC (rev 18436)
+++ csw/mgar/pkg/spamass-milter/trunk/files/changelog.CSW	2012-06-16 11:14:21 UTC (rev 18437)
@@ -1,3 +1,11 @@
+spamass-milter (0.3.2,REV=2012.06.16)
+
+  * Fixed comments spamass-milter.m4 in order to avoid recursive
+    inclusion of spamass-milter.m4
+
+ -- Rafael Ostertag <raos at opencsw.org>  Sat, 16 Jun 2012 13:10:19 +0200
+
+
 spamass-milter (0.3.2,REV=2012.02.12)
 
   * Documented spamass-milter.m4

Modified: csw/mgar/pkg/spamass-milter/trunk/files/spamass-milter.m4
===================================================================
--- csw/mgar/pkg/spamass-milter/trunk/files/spamass-milter.m4	2012-06-16 11:10:29 UTC (rev 18436)
+++ csw/mgar/pkg/spamass-milter/trunk/files/spamass-milter.m4	2012-06-16 11:14:21 UTC (rev 18437)
@@ -1,32 +1,29 @@
 divert(-1)
-# Sendmail feature for simple integration of spamass-milter
-#
-# Part of CSWspamass-milter.
-#
-#
-# Use it like this in your sendmail.mc file:
-#
-#  FEATURE(`spamass-milter')dnl
-#
-# This will add the necessary configuration to use spamass-milter. It
-# expects the spamass-milter socket to be /var/run/spamass.sock.
-#
-# If your spamass-milter socket is not at the default location, add
-# something like
-#
-#  FEATURE(`spamass-milter', `<pathtosocket>')dnl
-#
-# to your sendmail.mc file. <pathtosocket> is the absolute path to the
-# spamass-milter socket.
-#
-# In any case, the filter will be called `spamass-milter'.
-#
-# Direct comments and/or suggestions to raos at opencsw.org.
-
+dnl Sendmail feature for simple integration of spamass-milter
+dnl
+dnl Part of CSWspamass-milter.
+dnl
+dnl
+dnl Use it like this in your sendmail.mc file:
+dnl
+dnl  FEATURE(`spamass-milter')dnl
+dnl
+dnl This will add the necessary configuration to use spamass-milter. It
+dnl expects the spamass-milter socket to be /var/run/spamass.sock.
+dnl
+dnl If your spamass-milter socket is not at the default location, add
+dnl something like
+dnl
+dnl  FEATURE(`spamass-milter', `<pathtosocket>')dnl
+dnl
+dnl to your sendmail.mc file. <pathtosocket> is the absolute path to the
+dnl spamass-milter socket.
+dnl
+dnl In any case, the filter will be called `spamass-milter'.
+dnl
+dnl Direct comments and/or suggestions to raos at opencsw.org.
 divert(0)
 VERSIONID(`$Id')dnl
-divert(-1)
-
 ifdef(`_ARG_',dnl
 	define(`__SPAMASS_SOCK__',defn(`_ARG_')),dnl
 	define(`__SPAMASS_SOCK__',`/var/run/spamass.sock'))dnl


Property changes on: csw/mgar/pkg/spamass-milter/trunk/files/spamass-milter.m4
___________________________________________________________________
Added: svn:keyword
   + Id

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