blob: ad0130e1f45ef68d13e471017947373eb80ab415 (
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
|
=head1 article and article spool
# Descriptions: user article delivery function ?
# History:
# Value: yes / no
# Examples:
use_article_delivery = yes
# Descriptions: store article into spool directory ?
# History: $NOT_USE_SPOOL
# Value: yes / no
# Examples:
use_spool = yes
# Descriptions: use subdir in spool directory ?
# History:
# Value: plane subdir
# Examples: plane
spool_type = plane
# Descriptions:
# History:
# Value:
# Examples:
spool_subdir_unit = 1000
# Descriptions: file to store article sequence.
# History: $SEQ_FILE
# Value: filename
# Examples:
sequence_file = $ml_home_dir/seq
# Descriptions: spool directory
# History: $SPOOL_DIR
# Value: directory
# Examples:
spool_dir = $ml_home_dir/spool
|