blob: 2d6e1699e92a54198f3a6d1a428e2442e2d9b45a (
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
44
45
|
=head1 ��������ӵ����Υ��ס���
# Descriptions: �����ס���ǥ��쥯�ȥ����¸����
# History: 4.0 �� $NOT_USE_SPOOL
# Value: YES_OR_NO
# Examples:
use_spool = yes
# Descriptions: �����ס���ǥ��쥯�ȥ����¸����
# History: none
# Value: YES_OR_NO
# Examples: yes
use_article_spool = ${use_spool:-yes}
# Descriptions: ���ס���Υ�����
# �����Υ��ס���ǥ��쥯�ȥ���ز����뤫��
# �ǥե���ȤǤ�ʿ��Ū�˥ե���������֤���
# History: 4.0 �ˤϤʤ���fml-devel new
# Value: SELECT ( plane subdir )
# Examples: plane
spool_type = plane
# Descriptions: ��������¸����ǥ��쥯�ȥ�
# History: 4.0 �� $SPOOL_DIR
# Value: DIR
# Examples:
spool_dir = $ml_home_dir/spool
# Descriptions:
# History:
# Value: NUM
# Examples:
spool_subdir_unit = 1000
# Descriptions: �����ֹ����¸����ե�����
# History: $SEQ_FILE
# Value: FILE
# Examples:
sequence_file = $ml_home_dir/seq
|