mhonarc-commits
[Top] [All Lists]

CVS: mharc/lib lists.def.dist,1.6,1.7

2002-07-19 21:05:06
Update of /cvsroot/mhonarc/mharc/lib
In directory subversions:/tmp/cvs-serv19451/lib

Modified Files:
	lists.def.dist 
Log Message:
. Added support for "From-Address: " option in lists.def.  This
  option allows you to denote a list by the "From: " field of
  messages.  Run mk-procmailrc with -man option for more information.


Index: lists.def.dist
===================================================================
RCS file: /cvsroot/mhonarc/mharc/lib/lists.def.dist,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** lists.def.dist	9 Jul 2002 01:32:57 -0000	1.6
--- lists.def.dist	20 Jul 2002 04:04:57 -0000	1.7
***************
*** 4,73 ****
  ##  Description:
  ##	Mailing list archive definition file.  This file defines
! ##	the mailing lists that will be archived.  The following
! ##	options are available for defining lists:
! ##
! ##	Name
! ##	    Starts, and defines, the name of the list to be archived.
! ##	    This name will be used as the directory name to contain
! ##	    the archives of the list and the title.  Typically notation
! ##	    is to use the list address, but this is not required.
! ##	Address
! ##	    Mail address of the list.  This option can be specified
! ##	    multiple times to specify multiple addresses that
! ##	    denote the list.  This is useful if the list ever moves
! ##	    to a new address.
! ##	CVS-Commits
! ##	    Boolean option ("0" or "1") if the CVS commits to the list
! ##	    should be separated out into a separate archive.
! ##	CVS-Subject-Prefix
! ##	    Option specifying the Subject prefix used to denote
! ##	    CVS commits to the list.  Used if CVS-Commits is specified.
! ##	Description
! ##	    Brief description of list.  This will be used as the
! ##	    title of archive index pages.
! ##	Final
! ##	    Boolean option ("0" or "1") if generated rule should be
! ##	    final if matched.  I.e.  If a message matches, further
! ##	    rules will not be examined.
! ##	No-Raw-Link
! ##	    Boolean option ("0" or "1") if link to raw archive from
! ##	    period index page should be created.  If set to "1",
! ##	    no link will be created.  The default is to create a
! ##	    link to the raw archives.
! ##	No-Search
! ##	    Boolean option ("0" or "1") if searching should be
! ##	    disabled.  If set to "1", no search index will be created
! ##	    for the archive and the $SEARCH-FORM$ custom resource
! ##	    variable will be set to the empty string.
! ##	MHonArc-Options
! ##	    Additional command-line options to pass to MHonArc.
! ##	Period
! ##	    If archive is a yearly or monthly archive.  Legal values
! ##	    are "year" or "month".  If Period is not defined,
! ##	    "month" is the default.
! ##	Procmail-Condition
! ##	    Additional conditions to apply to base address check.
! ##	    The condition must be legal procmailrc syntax and
! ##	    should include any prefixing '*', '!', et. al.
! ##	    NOTE: Care should be used when using this option, especially
! ##		  if CVS-Commits is true.  When CVS-commits is true,
! ##		  an additionaly rule is already added to check for
! ##		  the CVS-Subject-Prefix setting.
! ##
! ##	The special Name ".catch" can be used to represent messages
! ##	that should go into the "catch" archive, which typically
! ##	gets all messages that do not match any lists defined. 
! ##	Using ".catch" is handy for Final definitions to pre-catch
! ##	messages that should not be placed in any list archive.
! ##
! ##	Lines starting with a '#' are treated as a comment and ignored.
! ##	Blank lines are ignored.  Line continuation is not supported,
! ##	so each option must be specified on a single line.
! ##	
  ##===========================================================================
  
  ##===========================================================================
  ##  Example definitions commented out to give you an idea on the
! ##  list definition syntax described above.
  
  ##  In this definition, we define multiple addresses to check for.
--- 4,15 ----
  ##  Description:
  ##	Mailing list archive definition file.  This file defines
! ##	the mailing lists that will be archived.
! ##	Run the command "<mharc-root>/bin/mk-procmailrc -man" for
! ##	documentation on the format of this file.
  ##===========================================================================
  
  ##===========================================================================
  ##  Example definitions commented out to give you an idea on the
! ##  list definition syntax.
  
  ##  In this definition, we define multiple addresses to check for.

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV