blob: 3317446a0b3484183990a69afb62bff2f8bda14f (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
=head1 ���ޥ�ɤ����
#
# ����: �ޤ��ޤ��ͤ���Ȥ����ޤ�
#
# Descriptions: command prompt in message reply
# History: hard coded in fml (< 4.0)
# Value: string without spaces
# Examples: >>>
command_prompot = >>>
# Descriptions: chaddr ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
command_chaddr_type = confirmation
# Descriptions: unsubscribe ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
command_unsubscribe_type = confirmation
# Descriptions: ͭ���ʥ��ޥ�ɰ������
# History: fml 4.0 �Ǥϥǥե���ȤΥ��ޥ������������Ф�
# @PERMIT_PROCEDURE @DENY_PROCEDURE �ʤɤ�
# �ѹ���ä���
# Value:
# Examples:
available_commands_for_user = help
get
mget
get
mget
send
subscribe
add
unsubscribe
bye
remove
resign
signoff
chaddr
confirm
guide
info
admin
objective
summary
available_commands_for_stranger = guide
info
add
subscribe
chaddr
$confirm_keyword
available_commands_for_privileged_user = subscribe
add
unsubscribe
bye
remove
resign
signoff
chaddr
get
mget
send
available_commands_for_admin_cgi = subscribe
unsubscribe
# Descriptions: confirmation ���ֻ���ɽ�����̤ʥ��ޥ��
# Value: STR
# Examples:
confirm_command_prefix = confirm
# Descriptions: �����ѤΥ��ޥ�ɤ�ɽ�����̤ʥ��ޥ��
# Value: STR
# Examples:
privileged_command_prefix = admin
# Descriptions: �̺ͣ����� (makefml newml )�κݤ˺����
# �ƥ�ץ졼�ȥե�����
# Value: ARRAY
# Examples:
newml_command_template_files = config.cf
include
include-ctl
|