[Pkg-mailman-hackers] Pkg-mailman commit - rev 316 - trunk/debian

Paul Wise pabs-guest at costa.debian.org
Sun Aug 13 13:39:53 UTC 2006


Author: pabs-guest
Date: 2006-08-13 13:39:53 +0000 (Sun, 13 Aug 2006)
New Revision: 316

Modified:
   trunk/debian/changelog
   trunk/debian/mm_cfg.py
Log:
Add spamassassin example to the mm_cfg.py


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-11 10:02:08 UTC (rev 315)
+++ trunk/debian/changelog	2006-08-13 13:39:53 UTC (rev 316)
@@ -36,6 +36,9 @@
   * Bumped debhelper compatibily to 5.
    - modified debian/control to reflect this change.
 
+  [ Paul Wise ]
+  * Add spamassassin example to the mm_cfg.py
+
  -- Thijs Kinkhorst <thijs at debian.org>  Fri, 11 Aug 2006 12:01:23 +0200
 
 mailman (0:2.1.8-1) unstable; urgency=low

Modified: trunk/debian/mm_cfg.py
===================================================================
--- trunk/debian/mm_cfg.py	2006-08-11 10:02:08 UTC (rev 315)
+++ trunk/debian/mm_cfg.py	2006-08-13 13:39:53 UTC (rev 316)
@@ -93,5 +93,11 @@
 # read /usr/share/doc/mailman/README.POSTFIX first.
 # MTA='Postfix'
 
+#-------------------------------------------------------------
+# Uncomment if you want to filter mail with SpamAssassin. For
+# more information please visit this website:
+# http://www.daa.com.au/~james/articles/mailman-spamassassin/
+# GLOBAL_PIPELINE.insert(1, 'SpamAssassin')
+
 # Note - if you're looking for something that is imported from mm_cfg, but you
 # didn't find it above, it's probably in /usr/lib/mailman/Mailman/Defaults.py.




More information about the Pkg-mailman-hackers mailing list