blob: ac6a93905f5c5f3feec4feef601d0b854a255d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
=head1 article and article spool
# Descriptions: store article into spool directory ?
# History: $NOT_USE_SPOOL
# Value: YES_OR_NO
# Examples:
use_spool = yes
# Descriptions: store article into spool directory ?
# History: $NOT_USE_SPOOL
# Value: YES_OR_NO
# Examples:
use_article_spool = ${ues_spool:-yes}
# Descriptions: use subdir in spool directory ?
# History:
# Value: SELECT ( plane subdir )
# Examples: plane
spool_type = plane
# Descriptions:
# History:
# Value: NUM
# Examples:
spool_subdir_unit = 1000
# Descriptions: file to store article sequence.
# History: $SEQ_FILE
# Value: FILE
# Examples:
sequence_file = $ml_home_dir/seq
# Descriptions: spool directory
# History: $SPOOL_DIR
# Value: DIR
# Examples:
spool_dir = $ml_home_dir/spool
|