2b80eb23d6f68e832895c5db56cdd8b82333b7c4
[citadel.git] / citadel / techdoc / netconfigs.txt
1 (NOTE: the new networker is not finished yet, and as such, has been disabled
2 in the current release.)
3  
4            Description of the files in the "netconfigs" directory
5
6  These files contain a set of network configurations for a room.  They are
7 stored in the directory $BBSDIR/netconfigs and are named according to each
8 room's internal ID number.  When a room is deleted, its network configuration
9 file is deleted as well.
10   
11  The configuration file contains one or more lines of text, each line
12 containing a configuration option.  These lines may specify message pointers,
13 room sharing instructions, mailing list recipients, etc.  Fields are separated
14 by the vertical bar character ("|") and there will always be at least one
15 field on each line.
16   
17  
18  INSTRUCTION:  lastsent
19  SYNTAX:       lastsent|0000000
20  DESCRIPTION:
21     Defines the *local* message number of the last message in this room which
22 we have performed outbound network processing on.  Any batch job which sends
23 out messages should do stuff.
24  
25  
26  INSTRUCTION:  listrecp
27  SYNTAX:       listrecp|friko@mumjiboolean.com
28  DESCRIPTION:
29     Defines a recipient to whom all messages in this room should be sent.  This
30 is used for "list serve" applications.