<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/etc/src/config.cf.ja/mta.cf, branch command-reconstruct-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>postfix_verp_delimiters	=	+=</title>
<updated>2003-01-07T11:40:48+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-01-07T11:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8c8dc6aa83337a4cbaa8ca75f00014ba810ddec1'/>
<id>8c8dc6aa83337a4cbaa8ca75f00014ba810ddec1</id>
<content type='text'>
qmail_verp_delimiters	=	-=
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
qmail_verp_delimiters	=	-=
</pre>
</div>
</content>
</entry>
<entry>
<title>define $newml_command_mta_config_list = postfix sendmail qmail procmail</title>
<updated>2002-12-31T05:48:11+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-12-31T05:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2993a4ee49d25088d1ea2ceec63a36eb7d7fd506'/>
<id>2993a4ee49d25088d1ea2ceec63a36eb7d7fd506</id>
<content type='text'>
define $rmml_command_mta_config_list same as $newml_command_mta_config_list

define $sendmail_virtual_map_file = $domain_sendmail_config_dir/virtusertable

change $domain_sendmail_config_dir
$domain_mail_config_dir -&gt; $domain_config_base_dir/sendmail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define $rmml_command_mta_config_list same as $newml_command_mta_config_list

define $sendmail_virtual_map_file = $domain_sendmail_config_dir/virtusertable

change $domain_sendmail_config_dir
$domain_mail_config_dir -&gt; $domain_config_base_dir/sendmail
</pre>
</div>
</content>
</entry>
<entry>
<title>enable newml/rmml updates procmailrc templates</title>
<updated>2002-07-12T15:06:32+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-07-12T15:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3389b7e0361e294e5a2d35da5e4a8e141db71ab0'/>
<id>3389b7e0361e294e5a2d35da5e4a8e141db71ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define $qmail_virtual_map_file</title>
<updated>2002-06-23T08:13:29+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-06-23T08:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6ccb022f19d7689a7853a7b204f95ac149818a4f'/>
<id>6ccb022f19d7689a7853a7b204f95ac149818a4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>major variable naming overhaul</title>
<updated>2002-06-01T14:53:36+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-06-01T14:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=afbec3876ce85d80b661390d62b6a65d281a8981'/>
<id>afbec3876ce85d80b661390d62b6a65d281a8981</id>
<content type='text'>
relocating variable definitions in etc/src/

aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir

rename:
$recipient_limit -&gt; $smtp_recipient_limit
$incoming_mail_dir -&gt; $incoming_mail_cache_dir
$outgoing_mail_dir -&gt; $outgoing_mail_cache_dir
$qmail_control_virtualdomains_file -&gt; $qmail_virtualdomains_file

s/header_filter/article_header_filter/
s/header_rewrite/article_header_rewrite/
s/body_filter/article_body_filter/

s/subject_tag/article_subject_tag/

verify_XXX_* -&gt; check_XXX

newly defined:
$use_digest_header_rewrite

removed:
$smtp_log_dir
$smtp_log_file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
relocating variable definitions in etc/src/

aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir

rename:
$recipient_limit -&gt; $smtp_recipient_limit
$incoming_mail_dir -&gt; $incoming_mail_cache_dir
$outgoing_mail_dir -&gt; $outgoing_mail_cache_dir
$qmail_control_virtualdomains_file -&gt; $qmail_virtualdomains_file

s/header_filter/article_header_filter/
s/header_rewrite/article_header_rewrite/
s/body_filter/article_body_filter/

s/subject_tag/article_subject_tag/

verify_XXX_* -&gt; check_XXX

newly defined:
$use_digest_header_rewrite

removed:
$smtp_log_dir
$smtp_log_file
</pre>
</div>
</content>
</entry>
<entry>
<title>clarify prefixes in caution.</title>
<updated>2002-05-28T12:02:29+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-05-28T12:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8034c99b8179a663b0ee19de003dc4550f3fa463'/>
<id>8034c99b8179a663b0ee19de003dc4550f3fa463</id>
<content type='text'>
define or rename sysconf_dir et.al. to $domain_XXX_config_dir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define or rename sysconf_dir et.al. to $domain_XXX_config_dir
</pre>
</div>
</content>
</entry>
<entry>
<title>reconstruct $newml_command_*_template_files</title>
<updated>2002-05-24T06:31:45+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-05-24T06:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=16f515d92758f919bdf273044302b7afe8452e23'/>
<id>16f515d92758f919bdf273044302b7afe8452e23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
