<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/doc/ja/tutorial/variables, branch mail-fallback-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>regen: *_list -&gt; *_select_list</title>
<updated>2004-04-18T06:01:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-04-18T06:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a4b0c560f2163a3de05dbe9b222f3c630de3fe02'/>
<id>a4b0c560f2163a3de05dbe9b222f3c630de3fe02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regen: log_rorate</title>
<updated>2004-04-17T13:10:14+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-04-17T13:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2a33fcccc5224d739f14fff3d60f878882059d24'/>
<id>2a33fcccc5224d739f14fff3d60f878882059d24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regen: update comments</title>
<updated>2004-03-17T13:34:36+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-17T13:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7cf59a216c430063178c2ffbd6b9f146eea0319e'/>
<id>7cf59a216c430063178c2ffbd6b9f146eea0319e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regen: update comments</title>
<updated>2004-03-17T07:01:42+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-17T07:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=34b986d7458c0ef11a2a2da4e55b6f1584da93b3'/>
<id>34b986d7458c0ef11a2a2da4e55b6f1584da93b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regen: $command_mail_restrictions</title>
<updated>2004-03-14T07:07:21+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-14T07:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=94004b9c084a3c46b8bd93732944c601ca6aca12'/>
<id>94004b9c084a3c46b8bd93732944c601ca6aca12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regen:</title>
<updated>2004-03-12T11:22:56+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-12T11:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=99954e1bc5b6734c43c7c195b846d0fe741bdbfb'/>
<id>99954e1bc5b6734c43c7c195b846d0fe741bdbfb</id>
<content type='text'>
[*_program -&gt; *_function]

$use_command_mail_program   -&gt; $use_command_mail_function
$use_digest_program         -&gt; $use_article_digest_function
$use_distribute_program	    -&gt; $use_article_post_function
$use_error_analyzer_program -&gt; $use_error_mail_analyzer_function

[command list]

$commands_for_user            -&gt; $user_command_mail_allowed_commands
$commands_for_stranger        -&gt; $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -&gt; $admin_command_mail_allowed_commands
$commands_for_admin_cgi	      -&gt; $admin_cgi_allowed_commands

[restrictions]

$post_restrictions -&gt; $article_post_restrictions
$post_restrictions_reject_notice_data_type
-&gt; $article_post_restrictions_reject_notice_data_type

$command_restrictions -&gt; $command_mail_restrictions
permit_commands_for_stranger -&gt; permit_anonymous_command_mail

$admin_command_restrictions -&gt; $admin_command_mail_restrictions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[*_program -&gt; *_function]

$use_command_mail_program   -&gt; $use_command_mail_function
$use_digest_program         -&gt; $use_article_digest_function
$use_distribute_program	    -&gt; $use_article_post_function
$use_error_analyzer_program -&gt; $use_error_mail_analyzer_function

[command list]

$commands_for_user            -&gt; $user_command_mail_allowed_commands
$commands_for_stranger        -&gt; $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -&gt; $admin_command_mail_allowed_commands
$commands_for_admin_cgi	      -&gt; $admin_cgi_allowed_commands

[restrictions]

$post_restrictions -&gt; $article_post_restrictions
$post_restrictions_reject_notice_data_type
-&gt; $article_post_restrictions_reject_notice_data_type

$command_restrictions -&gt; $command_mail_restrictions
permit_commands_for_stranger -&gt; permit_anonymous_command_mail

$admin_command_restrictions -&gt; $admin_command_mail_restrictions
</pre>
</div>
</content>
</entry>
<entry>
<title>change $log_command_tail_starting_location default value.</title>
<updated>2004-03-11T15:42:07+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-11T15:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7e6654b45dd0756d246d8ef55dc8b8f6f4046271'/>
<id>7e6654b45dd0756d246d8ef55dc8b8f6f4046271</id>
<content type='text'>
rename $reply_message_ -&gt; $report_mail_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rename $reply_message_ -&gt; $report_mail_
</pre>
</div>
</content>
</entry>
<entry>
<title>regen: language_preference_order</title>
<updated>2004-02-26T13:47:59+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-02-26T13:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c767f9b164fec8fa9f6f851e7a1c3087595a5e5d'/>
<id>c767f9b164fec8fa9f6f851e7a1c3087595a5e5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regen:</title>
<updated>2004-02-01T14:42:02+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-02-01T14:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b591ee8344dab4801dfb6d5062fd08ce4b85f534'/>
<id>b591ee8344dab4801dfb6d5062fd08ce4b85f534</id>
<content type='text'>
$log_command_tail_starting_location added.
$article_non_mime_filter_rules updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$log_command_tail_starting_location added.
$article_non_mime_filter_rules updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>regen: system_timezone, newml_com.*_directories</title>
<updated>2003-12-29T07:35:20+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-12-29T07:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=08a8ed88eb1cab35dbd44c7b0a2f3f62b3be0471'/>
<id>08a8ed88eb1cab35dbd44c7b0a2f3f62b3be0471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
