SOURCES: minimalist.conf - updated for 2.5.3

kosmo kosmo at pld-linux.org
Mon Jun 27 08:56:27 CEST 2005


Author: kosmo                        Date: Mon Jun 27 06:56:27 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.5.3

---- Files affected:
SOURCES:
   minimalist.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/minimalist.conf
diff -u SOURCES/minimalist.conf:1.3 SOURCES/minimalist.conf:1.4
--- SOURCES/minimalist.conf:1.3	Thu Feb 17 23:54:34 2005
+++ SOURCES/minimalist.conf	Mon Jun 27 08:56:22 2005
@@ -37,6 +37,12 @@
 # Minimalist, mails from domain.com will be disallowed, and further, on the
 # 'first match' basis.
 
+# Robots (like MLM=mailing list managers) usually should be blocked
+# otherwise two minimalists could be ping-ponging help/subscribe messages
+# to each other infinitely. Delimiter is '|'.
+#
+#blocked robots = 'X-List-Server|List-Id|List-Subscribe|X-Yahoo-Newman-Property';
+
 # Log requests to Minimalist. Can be either "none" or path to logfile.
 #
 # Default to none
@@ -56,6 +62,14 @@
 #
 #background = yes
 
+# Preprocessing filter. Passes entire incoming message to external program
+# (in specified order) for some processing (for example, antivirus
+# check). Program MUST return result on standart output.
+#
+# Default to no filters.
+#
+#prefilter = /usr/local/bin/antivirus -d /var/spool/avdb : /usr/bin/tee /tmp/message.dbg
+
 #-------------------------------------------------------------------#
 #  These directives can be used either in global and local configs  #
 #-------------------------------------------------------------------#
@@ -313,6 +327,28 @@
 # Default not to remove.
 #
 #remove resent = yes
+
+# Modify Message-ID in outgoing message.
+#
+# If somefirstbody subscribed on two lists on same server and
+# somesecondbody crossposts message to these lists and
+# somefirstbody's MTA doesn't allow two and more messages with
+# same Message-ID, then this first body will receive message only
+# once. In this case modification of original message's Message-ID
+# will solve this problem.
+#
+# Modification is done by adding token 'MMLID_xxxxx-' before the
+# original Message-ID, where xxxxx is some number between 0 and 99999
+#
+# Default do not touch Message-ID.
+#
+#modify message-id = yes
+
+# Send message on subscribe/unsubscribe event to list owner
+#
+# Default to no
+#
+#cc on subscribe = yes
 
 #------------------------------------------------------------------#
 #       These directives can be used in local configs only         #
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/minimalist.conf?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list