From 5b7c66df5ad5d20d3f22d1241263def7c88da2cc Mon Sep 17 00:00:00 2001 From: fukachan Date: Fri, 13 Jan 2006 00:15:35 +0000 Subject: is_valid_ml_address -> is_fml8_managed_address --- fml/doc/en/tutorial/customize/recipes.header.sgml | 4 ++-- fml/doc/ja/tutorial/customize/recipes.header.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'fml/doc') diff --git a/fml/doc/en/tutorial/customize/recipes.header.sgml b/fml/doc/en/tutorial/customize/recipes.header.sgml index 6623e34e..35f83d20 100644 --- a/fml/doc/en/tutorial/customize/recipes.header.sgml +++ b/fml/doc/en/tutorial/customize/recipes.header.sgml @@ -1,5 +1,5 @@ @@ -180,7 +180,7 @@ $article_header_rewrite_end_hook = q{ my $reply_to = ''; for my $a (@addrlist) { my $_addr = $a->address; - if ($curproc->is_valid_ml_address($_addr)) { + if ($curproc->is_fml8_managed_address($_addr)) { $reply_to .= $reply_to ? ", $_addr" : $_addr; } } diff --git a/fml/doc/ja/tutorial/customize/recipes.header.sgml b/fml/doc/ja/tutorial/customize/recipes.header.sgml index 7d889694..c4ddac68 100644 --- a/fml/doc/ja/tutorial/customize/recipes.header.sgml +++ b/fml/doc/ja/tutorial/customize/recipes.header.sgml @@ -1,5 +1,5 @@ @@ -182,7 +182,7 @@ $article_header_rewrite_end_hook = q{ my $reply_to = ''; for my $a (@addrlist) { my $_addr = $a->address; - if ($curproc->is_valid_ml_address($_addr)) { + if ($curproc->is_fml8_managed_address($_addr)) { $reply_to .= $reply_to ? ", $_addr" : $_addr; } } -- cgit v1.2.1