remove useless duplicate file
[mharc.git] / lib / lists.def.dist
CommitLineData
01c223d0
BOFG
1##===========================================================================
2## File:
3## $Id: lists.def.dist,v 1.7 2002/07/20 04:04:57 ehood Exp $
4## Description:
5## Mailing list archive definition file. This file defines
6## the mailing lists that will be archived.
7## Run the command "<mharc-root>/bin/mk-procmailrc -man" for
8## documentation on the format of this file.
9##===========================================================================
10
11##===========================================================================
12## Example definitions commented out to give you an idea on the
13## list definition syntax.
14
15## In this definition, we define multiple addresses to check for.
16#Name: mhonarc-users
17#Description: MHonArc Mailing List
18#Address: mhonarc-users@mhonarc.org
19#Address: mhonarc@ncsa.uiuc.edu
20#Address: mhonarc@rosat.mpe-garching.mpg.de
21
22## This definition defines a list that receives CVS commits and those
23## commits should be separated into a special archive as to not
24## pollute the discussion messages with cvs commit messages
25#Name: mhonarc-dev
26#Description: MHonArc Development Mailing List
27#Address: mhonarc-dev@mhonarc.org
28#CVS-Commits: 1
29#CVS-Subject-Prefix: CVS:
30
31##===========================================================================