diff options
| author | fukachan <fukachan> | 2003-10-14 15:38:03 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-14 15:38:03 +0000 |
| commit | c918c4256756470703470974f6d8146eb54434e9 (patch) | |
| tree | dafd83bc0b0fdc6ecab26c819ce53311101ed7d9 | |
| parent | 4c8262649ddd1dbe40b4f26001007fdc7e5c5957 (diff) | |
| download | fml8-snap-20031014.tar.gz fml8-snap-20031014.tar.bz2 fml8-snap-20031014.zip | |
euc-jp/* are translated based on 2003/10/14 snapshot.snap-20031014
86 files changed, 357 insertions, 0 deletions
diff --git a/fml/share/message/us-ascii/.cutoff.pl b/fml/share/message/us-ascii/.cutoff.pl new file mode 100755 index 00000000..6e660b51 --- /dev/null +++ b/fml/share/message/us-ascii/.cutoff.pl @@ -0,0 +1,51 @@ +#!/usr/bin/env perl +# +# $FML: .cutoff.pl,v 1.2 2002/04/01 23:41:17 fukachan Exp $ +# + +use strict; +use FileHandle; + + +for my $file (@ARGV) { + my $rh = new FileHandle $file; + my $fh; + my ($x, $y) = (); + + while (<$rh>) { + if (/^(\S+):/ && $file eq 'kern') { + $x = 'kern'; + $y = $1; + $fh = _open($fh, $x, $y); + } + elsif (/^(\w+)\.(\S+):/) { + ($x, $y) = ($1, $2); + $fh = _open($fh, $x, $y); + } + else { + s/^\t//; + if (defined $fh) { + $fh->print($_); + } + } + } +} + + +sub _open +{ + my ($fh, $x, $y) = @_; + + $fh->close if defined $fh; + system "mkdir -p $x"; + + $fh = new FileHandle "> $x/$y"; + if (defined $fh) { + print STDERR "$x/$y opened\n"; + } + else { + print STDERR "fail to open $x/$y\n"; + } + + return $fh; +} diff --git a/fml/share/message/us-ascii/cgi/addadmin b/fml/share/message/us-ascii/cgi/addadmin new file mode 100644 index 00000000..c223be85 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/addadmin @@ -0,0 +1,2 @@ +select or specify the address to add as a remote administrator, +click $_arg_button_submit button at the center. diff --git a/fml/share/message/us-ascii/cgi/adduser b/fml/share/message/us-ascii/cgi/adduser new file mode 100644 index 00000000..450d871b --- /dev/null +++ b/fml/share/message/us-ascii/cgi/adduser @@ -0,0 +1,2 @@ +select or specify the address to add, +click $_arg_button_submit button at the center. diff --git a/fml/share/message/us-ascii/cgi/admin/top b/fml/share/message/us-ascii/cgi/admin/top new file mode 100644 index 00000000..4e1455d8 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/admin/top @@ -0,0 +1,45 @@ +Select ML (mailing list) and command (command) in the +left naviation bar and click $_arg_button_submit button. + +<table> +<tr> + <td> adduser + <td> add address +</tr> + +<tr> + <td> deluser + <td> remove address +</tr> + +<tr> + <td> addadmin + <td> add a new remote administrator +</tr> + +<tr> + <td> deladmin + <td> remove remote administrator +</tr> + +<tr> + <td> list + <td> see address list +</tr> + +<tr> + <td> log + <td> see log +</tr> + +<tr> + <td> newml + <td> create ML +</tr> + +<tr> + <td> rmml + <td> remove ML +</tr> + +</table> diff --git a/fml/share/message/us-ascii/cgi/byeadmin b/fml/share/message/us-ascii/cgi/byeadmin new file mode 100644 index 00000000..7a28dc0b --- /dev/null +++ b/fml/share/message/us-ascii/cgi/byeadmin @@ -0,0 +1,2 @@ +select or specify the remote administrator address to remove, +click $_arg_button_submit button at the center. diff --git a/fml/share/message/us-ascii/cgi/deladmin b/fml/share/message/us-ascii/cgi/deladmin new file mode 100644 index 00000000..7a28dc0b --- /dev/null +++ b/fml/share/message/us-ascii/cgi/deladmin @@ -0,0 +1,2 @@ +select or specify the remote administrator address to remove, +click $_arg_button_submit button at the center. diff --git a/fml/share/message/us-ascii/cgi/deluser b/fml/share/message/us-ascii/cgi/deluser new file mode 100644 index 00000000..de675f03 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/deluser @@ -0,0 +1,2 @@ +select or specify the address to remove, +click $_arg_button_submit button at the center. diff --git a/fml/share/message/us-ascii/cgi/deny b/fml/share/message/us-ascii/cgi/deny new file mode 100644 index 00000000..86e7969b --- /dev/null +++ b/fml/share/message/us-ascii/cgi/deny @@ -0,0 +1 @@ +error! this command prohibited. diff --git a/fml/share/message/us-ascii/cgi/digetstoff b/fml/share/message/us-ascii/cgi/digetstoff new file mode 100644 index 00000000..6f0848e3 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/digetstoff @@ -0,0 +1,2 @@ +select or specify the address to change to real time delivery mode, +click $_arg_button_submit button at the center. diff --git a/fml/share/message/us-ascii/cgi/digetston b/fml/share/message/us-ascii/cgi/digetston new file mode 100644 index 00000000..fbc52c32 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/digetston @@ -0,0 +1,6 @@ +select or specify the address to change to digest mode, +click $_arg_button_submit button at the center. + + + + diff --git a/fml/share/message/us-ascii/cgi/insecure b/fml/share/message/us-ascii/cgi/insecure new file mode 100644 index 00000000..167d91e9 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/insecure @@ -0,0 +1,3 @@ +insecure string found in input data. + + diff --git a/fml/share/message/us-ascii/cgi/list b/fml/share/message/us-ascii/cgi/list new file mode 100644 index 00000000..d64e955b --- /dev/null +++ b/fml/share/message/us-ascii/cgi/list @@ -0,0 +1,6 @@ +list addresses of this ML. The list is the member list by default. +You can change the list by scrolling $_arg_scroll_map. + +After select by $_arg_scroll_map, click $_arg_button_show button. + +Available $_arg_scroll_map are one of member, recipient and admin_member. diff --git a/fml/share/message/us-ascii/cgi/log b/fml/share/message/us-ascii/cgi/log new file mode 100644 index 00000000..9c22e738 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/log @@ -0,0 +1 @@ +show log. diff --git a/fml/share/message/us-ascii/cgi/ml-admin/top b/fml/share/message/us-ascii/cgi/ml-admin/top new file mode 100644 index 00000000..b395bcc0 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/ml-admin/top @@ -0,0 +1,36 @@ +Select ML (mailing list) and command (command) in the +left naviation bar and click $_arg_button_submit button. + +<table> +<tr> + <td> adduser + <td> add address +</tr> + +<tr> + <td> deluser + <td> remove address +</tr> + +<tr> + <td> addadmin + <td> add a new remote administrator +</tr> + +<tr> + <td> deladmin + <td> remove remote administrator +</tr> + +<tr> + <td> list + <td> see address list +</tr> + +<tr> + <td> log + <td> see log +</tr> + + +</table> diff --git a/fml/share/message/us-ascii/cgi/newml b/fml/share/message/us-ascii/cgi/newml new file mode 100644 index 00000000..6ae759f1 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/newml @@ -0,0 +1,5 @@ +specify the mailing list +click $_arg_button_submit button at the center. + + + diff --git a/fml/share/message/us-ascii/cgi/ok b/fml/share/message/us-ascii/cgi/ok new file mode 100644 index 00000000..b73cdd47 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/ok @@ -0,0 +1 @@ +request normally ends. diff --git a/fml/share/message/us-ascii/cgi/rmml b/fml/share/message/us-ascii/cgi/rmml new file mode 100644 index 00000000..c330fe41 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/rmml @@ -0,0 +1,3 @@ +select or specify the mailing list name +click $_arg_button_submit at the center. + diff --git a/fml/share/message/us-ascii/cgi/subscribe b/fml/share/message/us-ascii/cgi/subscribe new file mode 100644 index 00000000..d1dd0985 --- /dev/null +++ b/fml/share/message/us-ascii/cgi/subscribe @@ -0,0 +1,4 @@ +select or specify the address to add, +click $_arg_button_submit button at the center. + + diff --git a/fml/share/message/us-ascii/cgi/unsubscribe b/fml/share/message/us-ascii/cgi/unsubscribe new file mode 100644 index 00000000..65e099ae --- /dev/null +++ b/fml/share/message/us-ascii/cgi/unsubscribe @@ -0,0 +1,4 @@ +select or specify the address to remove, +click $_arg_button_submit button at the center. + + diff --git a/fml/share/message/us-ascii/command/add_fail b/fml/share/message/us-ascii/command/add_fail new file mode 100644 index 00000000..7b61390f --- /dev/null +++ b/fml/share/message/us-ascii/command/add_fail @@ -0,0 +1 @@ +failed to add $_arg_address into $_arg_map diff --git a/fml/share/message/us-ascii/command/add_ok b/fml/share/message/us-ascii/command/add_ok new file mode 100644 index 00000000..cfea8d43 --- /dev/null +++ b/fml/share/message/us-ascii/command/add_ok @@ -0,0 +1 @@ +add $_arg_address into $_arg_map diff --git a/fml/share/message/us-ascii/command/auth_fail b/fml/share/message/us-ascii/command/auth_fail new file mode 100644 index 00000000..c72775d5 --- /dev/null +++ b/fml/share/message/us-ascii/command/auth_fail @@ -0,0 +1,2 @@ +failed to authenticate you. + diff --git a/fml/share/message/us-ascii/command/confirm b/fml/share/message/us-ascii/command/confirm new file mode 100644 index 00000000..1897b9cb --- /dev/null +++ b/fml/share/message/us-ascii/command/confirm @@ -0,0 +1,4 @@ +send back the following command (confirm ...). + +You just reply this mail. +# We can recongize the command in the middle of the line. diff --git a/fml/share/message/us-ascii/command/del_fail b/fml/share/message/us-ascii/command/del_fail new file mode 100644 index 00000000..aaee40e7 --- /dev/null +++ b/fml/share/message/us-ascii/command/del_fail @@ -0,0 +1 @@ +failed to remove $_arg_address from $_arg_map diff --git a/fml/share/message/us-ascii/command/del_ok b/fml/share/message/us-ascii/command/del_ok new file mode 100644 index 00000000..7e8332ac --- /dev/null +++ b/fml/share/message/us-ascii/command/del_ok @@ -0,0 +1 @@ +$_arg_address removed from $_arg_map diff --git a/fml/share/message/us-ascii/command/deny b/fml/share/message/us-ascii/command/deny new file mode 100644 index 00000000..1e5dc3f6 --- /dev/null +++ b/fml/share/message/us-ascii/command/deny @@ -0,0 +1,2 @@ +you cannot use this command. + diff --git a/fml/share/message/us-ascii/command/exceed_request_limit b/fml/share/message/us-ascii/command/exceed_request_limit new file mode 100644 index 00000000..7e391969 --- /dev/null +++ b/fml/share/message/us-ascii/command/exceed_request_limit @@ -0,0 +1,2 @@ +error: too many requets. + diff --git a/fml/share/message/us-ascii/command/exceed_total_request_limit b/fml/share/message/us-ascii/command/exceed_total_request_limit new file mode 100644 index 00000000..1f65fc7c --- /dev/null +++ b/fml/share/message/us-ascii/command/exceed_total_request_limit @@ -0,0 +1,2 @@ +error: too many $_arg_command command requets. + diff --git a/fml/share/message/us-ascii/command/fail b/fml/share/message/us-ascii/command/fail new file mode 100644 index 00000000..a2341bc6 --- /dev/null +++ b/fml/share/message/us-ascii/command/fail @@ -0,0 +1,3 @@ +--- +command fails. + diff --git a/fml/share/message/us-ascii/command/get_invalid_args b/fml/share/message/us-ascii/command/get_invalid_args new file mode 100644 index 00000000..3b43ee7f --- /dev/null +++ b/fml/share/message/us-ascii/command/get_invalid_args @@ -0,0 +1,2 @@ +invalid arguments. + diff --git a/fml/share/message/us-ascii/command/insecure b/fml/share/message/us-ascii/command/insecure new file mode 100644 index 00000000..ebf5aaa6 --- /dev/null +++ b/fml/share/message/us-ascii/command/insecure @@ -0,0 +1 @@ +command not proceeded due to security reason. diff --git a/fml/share/message/us-ascii/command/no_such_article b/fml/share/message/us-ascii/command/no_such_article new file mode 100644 index 00000000..9dca97d9 --- /dev/null +++ b/fml/share/message/us-ascii/command/no_such_article @@ -0,0 +1,2 @@ +error: article $_arg_article not found. ignore request. + diff --git a/fml/share/message/us-ascii/command/no_such_file b/fml/share/message/us-ascii/command/no_such_file new file mode 100644 index 00000000..a5a5e773 --- /dev/null +++ b/fml/share/message/us-ascii/command/no_such_file @@ -0,0 +1 @@ +error: $_arg_file file not found. ignore request. diff --git a/fml/share/message/us-ascii/command/not_command b/fml/share/message/us-ascii/command/not_command new file mode 100644 index 00000000..15263e86 --- /dev/null +++ b/fml/share/message/us-ascii/command/not_command @@ -0,0 +1,2 @@ +not effective command. + diff --git a/fml/share/message/us-ascii/command/ok b/fml/share/message/us-ascii/command/ok new file mode 100644 index 00000000..9bc6b3f6 --- /dev/null +++ b/fml/share/message/us-ascii/command/ok @@ -0,0 +1 @@ +command suceeds. diff --git a/fml/share/message/us-ascii/command/remove_file b/fml/share/message/us-ascii/command/remove_file new file mode 100644 index 00000000..e6667ea6 --- /dev/null +++ b/fml/share/message/us-ascii/command/remove_file @@ -0,0 +1 @@ +removed file: $_arg_file diff --git a/fml/share/message/us-ascii/command/stop b/fml/share/message/us-ascii/command/stop new file mode 100644 index 00000000..568fea94 --- /dev/null +++ b/fml/share/message/us-ascii/command/stop @@ -0,0 +1 @@ +stop command processing. diff --git a/fml/share/message/us-ascii/error/already_member b/fml/share/message/us-ascii/error/already_member new file mode 100644 index 00000000..1a53eb2d --- /dev/null +++ b/fml/share/message/us-ascii/error/already_member @@ -0,0 +1,3 @@ +$_arg_address already subscribed as a member. + + diff --git a/fml/share/message/us-ascii/error/already_recipient b/fml/share/message/us-ascii/error/already_recipient new file mode 100644 index 00000000..23831aa6 --- /dev/null +++ b/fml/share/message/us-ascii/error/already_recipient @@ -0,0 +1,3 @@ +$_arg_address already subscribed as a recipient. + + diff --git a/fml/share/message/us-ascii/error/already_subscribed b/fml/share/message/us-ascii/error/already_subscribed new file mode 100644 index 00000000..55314299 --- /dev/null +++ b/fml/share/message/us-ascii/error/already_subscribed @@ -0,0 +1 @@ +$_arg_address already subcribed. diff --git a/fml/share/message/us-ascii/error/command_from_not_member b/fml/share/message/us-ascii/error/command_from_not_member new file mode 100644 index 00000000..dc41fa27 --- /dev/null +++ b/fml/share/message/us-ascii/error/command_from_not_member @@ -0,0 +1,3 @@ +rejected command mail from not a member. + +address = $_arg_address diff --git a/fml/share/message/us-ascii/error/expired b/fml/share/message/us-ascii/error/expired new file mode 100644 index 00000000..040a1088 --- /dev/null +++ b/fml/share/message/us-ascii/error/expired @@ -0,0 +1,2 @@ +your request is expired. + diff --git a/fml/share/message/us-ascii/error/no_such_admin_command b/fml/share/message/us-ascii/error/no_such_admin_command new file mode 100644 index 00000000..dcfe4d19 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_admin_command @@ -0,0 +1,2 @@ +no such admin command: $_arg_command + diff --git a/fml/share/message/us-ascii/error/no_such_article b/fml/share/message/us-ascii/error/no_such_article new file mode 100644 index 00000000..9efe6e38 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_article @@ -0,0 +1,3 @@ +article $_arg_article_id not found. + + diff --git a/fml/share/message/us-ascii/error/no_such_command b/fml/share/message/us-ascii/error/no_such_command new file mode 100644 index 00000000..c8012991 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_command @@ -0,0 +1,2 @@ +no such command: $_arg_command + diff --git a/fml/share/message/us-ascii/error/no_such_confirmation b/fml/share/message/us-ascii/error/no_such_confirmation new file mode 100644 index 00000000..ba73e3a4 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_confirmation @@ -0,0 +1,4 @@ +ID $_arg_id is invalid confirmation key. + + + diff --git a/fml/share/message/us-ascii/error/no_such_confirmation_for_command b/fml/share/message/us-ascii/error/no_such_confirmation_for_command new file mode 100644 index 00000000..f5cce78b --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_confirmation_for_command @@ -0,0 +1,3 @@ +confirmation for $_arg_command command is undefined. + + diff --git a/fml/share/message/us-ascii/error/no_such_directory b/fml/share/message/us-ascii/error/no_such_directory new file mode 100644 index 00000000..345d9ae4 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_directory @@ -0,0 +1,2 @@ +$_arg_directory directory not exists. + diff --git a/fml/share/message/us-ascii/error/no_such_file b/fml/share/message/us-ascii/error/no_such_file new file mode 100644 index 00000000..343c27c0 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_file @@ -0,0 +1 @@ +$_arg_file file is not found. diff --git a/fml/share/message/us-ascii/error/no_such_member b/fml/share/message/us-ascii/error/no_such_member new file mode 100644 index 00000000..489035f1 --- /dev/null +++ b/fml/share/message/us-ascii/error/no_such_member @@ -0,0 +1,3 @@ +no such member. + + diff --git a/fml/share/message/us-ascii/error/not_admin_member b/fml/share/message/us-ascii/error/not_admin_member new file mode 100644 index 00000000..c405b525 --- /dev/null +++ b/fml/share/message/us-ascii/error/not_admin_member @@ -0,0 +1,2 @@ +error: you are not a remote administrator. + diff --git a/fml/share/message/us-ascii/error/not_available b/fml/share/message/us-ascii/error/not_available new file mode 100644 index 00000000..42da183f --- /dev/null +++ b/fml/share/message/us-ascii/error/not_available @@ -0,0 +1,2 @@ +$_arg_command command unavailable. + diff --git a/fml/share/message/us-ascii/error/not_found b/fml/share/message/us-ascii/error/not_found new file mode 100644 index 00000000..c2b8a4f0 --- /dev/null +++ b/fml/share/message/us-ascii/error/not_found @@ -0,0 +1,3 @@ +$_arg_file file is not found. + + diff --git a/fml/share/message/us-ascii/error/not_implemented b/fml/share/message/us-ascii/error/not_implemented new file mode 100644 index 00000000..a5f6e2bb --- /dev/null +++ b/fml/share/message/us-ascii/error/not_implemented @@ -0,0 +1,2 @@ +$_arg_command command not implemented. + diff --git a/fml/share/message/us-ascii/error/not_member b/fml/share/message/us-ascii/error/not_member new file mode 100644 index 00000000..0e863f6f --- /dev/null +++ b/fml/share/message/us-ascii/error/not_member @@ -0,0 +1,10 @@ +error: you are not a member of this $ml_name mailing list. + +1) check From: field in your mail. + +2) in these days, virus or spammer forges your mail address. + Even if you don't know the original mail, it may be sent by + somebody's computer infected on virus. + + Analyze Received: field for more details. + diff --git a/fml/share/message/us-ascii/error/not_recipient b/fml/share/message/us-ascii/error/not_recipient new file mode 100644 index 00000000..a77e678b --- /dev/null +++ b/fml/share/message/us-ascii/error/not_recipient @@ -0,0 +1 @@ +you are not a recipient of this $ml_name mailing list. diff --git a/fml/share/message/us-ascii/error/post_from_not_member b/fml/share/message/us-ascii/error/post_from_not_member new file mode 100644 index 00000000..f1843c93 --- /dev/null +++ b/fml/share/message/us-ascii/error/post_from_not_member @@ -0,0 +1,3 @@ +rejected the post from not a member. + +address = $_arg_address diff --git a/fml/share/message/us-ascii/error/reject_command b/fml/share/message/us-ascii/error/reject_command new file mode 100644 index 00000000..95e713ef --- /dev/null +++ b/fml/share/message/us-ascii/error/reject_command @@ -0,0 +1,2 @@ +your command mail is rejected. + diff --git a/fml/share/message/us-ascii/error/reject_notice_preamble b/fml/share/message/us-ascii/error/reject_notice_preamble new file mode 100644 index 00000000..318dccb8 --- /dev/null +++ b/fml/share/message/us-ascii/error/reject_notice_preamble @@ -0,0 +1,10 @@ + +The following string is the first $_arg_size bytes of rejected message. + +[caution] + +We avoid the use of MIME/multipart to avoid virus infection by your +mail reader MUA. + +Analyze received header fields et.al. for more details. + diff --git a/fml/share/message/us-ascii/error/reject_post b/fml/share/message/us-ascii/error/reject_post new file mode 100644 index 00000000..36b292f4 --- /dev/null +++ b/fml/share/message/us-ascii/error/reject_post @@ -0,0 +1 @@ +post from $_arg_address is rejected. diff --git a/fml/share/message/us-ascii/error/reject_post_reason b/fml/share/message/us-ascii/error/reject_post_reason new file mode 100644 index 00000000..ef809d70 --- /dev/null +++ b/fml/share/message/us-ascii/error/reject_post_reason @@ -0,0 +1 @@ +reason: $_arg_reason diff --git a/fml/share/message/us-ascii/error/system_accounts b/fml/share/message/us-ascii/error/system_accounts new file mode 100644 index 00000000..5b3ba2f9 --- /dev/null +++ b/fml/share/message/us-ascii/error/system_accounts @@ -0,0 +1,3 @@ +reject your mail. We cannot identify who you are since you are an +system account. + diff --git a/fml/share/message/us-ascii/term/address b/fml/share/message/us-ascii/term/address new file mode 100644 index 00000000..ae2b1db4 --- /dev/null +++ b/fml/share/message/us-ascii/term/address @@ -0,0 +1 @@ +address diff --git a/fml/share/message/us-ascii/term/admin_member b/fml/share/message/us-ascii/term/admin_member new file mode 100644 index 00000000..e515ae3c --- /dev/null +++ b/fml/share/message/us-ascii/term/admin_member @@ -0,0 +1,2 @@ +(remote) administrators + diff --git a/fml/share/message/us-ascii/term/change b/fml/share/message/us-ascii/term/change new file mode 100644 index 00000000..0835e4f9 --- /dev/null +++ b/fml/share/message/us-ascii/term/change @@ -0,0 +1 @@ +change diff --git a/fml/share/message/us-ascii/term/command b/fml/share/message/us-ascii/term/command new file mode 100644 index 00000000..aa56d324 --- /dev/null +++ b/fml/share/message/us-ascii/term/command @@ -0,0 +1 @@ +command diff --git a/fml/share/message/us-ascii/term/config b/fml/share/message/us-ascii/term/config new file mode 100644 index 00000000..29658d00 --- /dev/null +++ b/fml/share/message/us-ascii/term/config @@ -0,0 +1,2 @@ +configuration + diff --git a/fml/share/message/us-ascii/term/config_interface b/fml/share/message/us-ascii/term/config_interface new file mode 100644 index 00000000..56d245a7 --- /dev/null +++ b/fml/share/message/us-ascii/term/config_interface @@ -0,0 +1 @@ +configuration interface diff --git a/fml/share/message/us-ascii/term/interface b/fml/share/message/us-ascii/term/interface new file mode 100644 index 00000000..b529896a --- /dev/null +++ b/fml/share/message/us-ascii/term/interface @@ -0,0 +1 @@ +interface diff --git a/fml/share/message/us-ascii/term/lang b/fml/share/message/us-ascii/term/lang new file mode 100644 index 00000000..4217455e --- /dev/null +++ b/fml/share/message/us-ascii/term/lang @@ -0,0 +1 @@ +lang diff --git a/fml/share/message/us-ascii/term/language b/fml/share/message/us-ascii/term/language new file mode 100644 index 00000000..93d6e70c --- /dev/null +++ b/fml/share/message/us-ascii/term/language @@ -0,0 +1 @@ +language diff --git a/fml/share/message/us-ascii/term/map b/fml/share/message/us-ascii/term/map new file mode 100644 index 00000000..b4a284c5 --- /dev/null +++ b/fml/share/message/us-ascii/term/map @@ -0,0 +1 @@ +map diff --git a/fml/share/message/us-ascii/term/member b/fml/share/message/us-ascii/term/member new file mode 100644 index 00000000..fa6ecc72 --- /dev/null +++ b/fml/share/message/us-ascii/term/member @@ -0,0 +1 @@ +member diff --git a/fml/share/message/us-ascii/term/ml_domain b/fml/share/message/us-ascii/term/ml_domain new file mode 100644 index 00000000..1c9d8911 --- /dev/null +++ b/fml/share/message/us-ascii/term/ml_domain @@ -0,0 +1,3 @@ +domain part of ML address + + diff --git a/fml/share/message/us-ascii/term/ml_name b/fml/share/message/us-ascii/term/ml_name new file mode 100644 index 00000000..7c3f1cfb --- /dev/null +++ b/fml/share/message/us-ascii/term/ml_name @@ -0,0 +1 @@ +user part of ML address diff --git a/fml/share/message/us-ascii/term/option b/fml/share/message/us-ascii/term/option new file mode 100644 index 00000000..01925a15 --- /dev/null +++ b/fml/share/message/us-ascii/term/option @@ -0,0 +1 @@ +option diff --git a/fml/share/message/us-ascii/term/options b/fml/share/message/us-ascii/term/options new file mode 100644 index 00000000..55bdd069 --- /dev/null +++ b/fml/share/message/us-ascii/term/options @@ -0,0 +1 @@ +options diff --git a/fml/share/message/us-ascii/term/recipient b/fml/share/message/us-ascii/term/recipient new file mode 100644 index 00000000..a829320e --- /dev/null +++ b/fml/share/message/us-ascii/term/recipient @@ -0,0 +1 @@ +recipient diff --git a/fml/share/message/us-ascii/term/reset b/fml/share/message/us-ascii/term/reset new file mode 100644 index 00000000..a16781b1 --- /dev/null +++ b/fml/share/message/us-ascii/term/reset @@ -0,0 +1 @@ +reset diff --git a/fml/share/message/us-ascii/term/show b/fml/share/message/us-ascii/term/show new file mode 100644 index 00000000..7f953693 --- /dev/null +++ b/fml/share/message/us-ascii/term/show @@ -0,0 +1 @@ +show diff --git a/fml/share/message/us-ascii/term/submit b/fml/share/message/us-ascii/term/submit new file mode 100644 index 00000000..4b950f1a --- /dev/null +++ b/fml/share/message/us-ascii/term/submit @@ -0,0 +1 @@ +submit diff --git a/fml/share/message/us-ascii/term/usage b/fml/share/message/us-ascii/term/usage new file mode 100644 index 00000000..15e6c9f0 --- /dev/null +++ b/fml/share/message/us-ascii/term/usage @@ -0,0 +1 @@ +usage diff --git a/fml/share/message/us-ascii/user/deny b/fml/share/message/us-ascii/user/deny new file mode 100644 index 00000000..cd3110bf --- /dev/null +++ b/fml/share/message/us-ascii/user/deny @@ -0,0 +1 @@ +You are not a member of this $ml_name mailing list. diff --git a/fml/share/message/us-ascii/user/guide b/fml/share/message/us-ascii/user/guide new file mode 100644 index 00000000..72bf0713 --- /dev/null +++ b/fml/share/message/us-ascii/user/guide @@ -0,0 +1,3 @@ +Please contact $maintainer on the purpose of this ML. + + diff --git a/fml/share/message/us-ascii/user/help b/fml/share/message/us-ascii/user/help new file mode 100644 index 00000000..9ee15c23 --- /dev/null +++ b/fml/share/message/us-ascii/user/help @@ -0,0 +1,47 @@ + $ml_name ML help file + + commands for usual users. + + XXX: () implies an alias. + +---------------------------------------------------------------------- +[implemented] + +help retrieve this file. +guide retrieve guide file. +summary retrieve summary file of argticles. + +subscribe subscribe +(add) + * This command sends back a confirm. + +unsubscribe unsubscribe + * This command sends back a confirm. + +(bye) +(remove) +(resign) +(signoff) + +chaddr change registered address + * This command sends back a confirm. + +confirm confirmation command. + + It is used in subscribe, unsubscribe, chaddr command + 2nd stage. + +get get specifiec article(s) +(mget) +(send) + +[not implemented] + +members +actives + +off +on + + +$FML: help,v 1.2 2002/04/01 23:41:21 fukachan Exp $ diff --git a/fml/share/message/us-ascii/user/objective b/fml/share/message/us-ascii/user/objective new file mode 100644 index 00000000..5a31f4bb --- /dev/null +++ b/fml/share/message/us-ascii/user/objective @@ -0,0 +1,2 @@ +Please contact $maintainer on the purpose of this ML. + |
