blob: 5c47f86b5f7e53b57e6cbceb5cdfec0eab80f468 (
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
|
=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
$confirm_keyword
available_commands_for_privileged_user = subscribe
add
unsubscribe
bye
remove
resign
signoff
get
mget
send
confirm_command_prefix = confirm
privileged_command_prefix = admin
|