		¿ʥ
		Last Modified: $Date$

	XXX Ȥ TODO/STATUS.txt ⥢åץǡȤƤ XXX

	postconf  file ʤΤ̵뤷ʤȤ


	filter

   * filter statistics
	פȤꤿ
	פߤ ޥ
	򤹤뤿Υǡ١ǽ餫Ѱդ뤳

   * MTI
	fmltreadǻȤäƤDB򤦤ޤѤǤʤΤǤ礦


	IO::Adapter

		replace(), 
		get_next_value(), 
		getline() 
	ĤäƤʤߤ ɬ ?


	RFC 3282

        Title:	    Content Language Headers
        Status:	    Standards Track


	auto-responses

http://www.cs.utk.edu/~moore/internet-drafts/draft-moore-auto-email-response-00
.txt


	mewml

	newml ʳǤĤäƤޤ٤Ǥ͡
	˻ȤǤ줯Ȥ


	ե̾ηϤϤǤΤ

		members
		members-admin		vs admins	?
		members-moderator	vs moderators	?

	addmoderator ޤɡ


	Mail::Message::*Code ܸ¸᤮ʤ


	CGI  xxx-admin 򤫤ޤ


	IO::Adapter

	IO::Adapter::get_XXX() ͤľ٤
	IO::Adapter::find() ͤľ٤
	(䡢ľ󤸤ʤ)

	remove $msg->{ next }

	FML/Filter/BodyCheck.pm
	Mail/HTML/Lite.pm
	Mail/Message.pm
	Mail/Bounce/Postfix19991231.pm
	Mail/Bounce/Qmail.pm


	etc/src/config.cf.ja/ ʸľ


	makefml get ???

	Ȥǡï󤸤㡩 :-) äơmakefml 
	ʤ admin ޥɤλϹͤʤƤ⤤ʡ 


	եѰդ󥷥꡼;) 
	줫¤ΤǡۤȤ̤ΤޤޤΤ

	FML::Process::Qmail
	FML/Filter/TrafficMonitor.pm
	IO::Adapter::LDAP


 Language::Japanese::Subject ΥޡȾü?

   "Language::Japanese::Subject::CUT_OFF_RERERE_PATTERN" used only once: 


	FML::Language:: Ϥɤ

	켫ΤϤޤȤϤ⤦ɡ¾Υ⥸塼ǻȤˤϤä
	Ȥ餤ʤ

		Srting::is_japanese_string()

	ʤɤȥåץ٥륤󥿡եˤ٤ʤ	

	ᡢ֤ĤäƤ;)


 mail-message-0-2 θդä줿ɤˤĤƺƹ

	s/content/data/g;

	we need our own MIME generator ???

 pre-cgi θդä줿ɤˤĤƺƹ

   relocate codes added after "pre-cgi" tag.
   Especially the relation amon

	fml/lib/FML/Process/CGI.pm
	fml/libexec/loader

 MailCacheDir

    $LOG_MAIL_DIR = $LOG_MAIL_DIR || "$VAR_DIR/Mail";
    $LOG_MAIL_SEQ = $LOG_MAIL_SEQ || "$LOG_MAIL_DIR/.seq";
    $LOG_MAIL_FILE_SIZE_MAX = $LOG_MAIL_FILE_SIZE_MAX || 2048;

	ؤä򤫤

	ȤΣФȤ
	for ($p = 0; $p < $LOG_MAIL_FILE_SIZE_MAX; ) {
	    $p = index($Envelope{'Body'}, "\n", $p + 1);
	    if ($p < 0) {
		last;
	    }
	    else {
		print F substr($Envelope{'Body'}, $pp, $p + 1 - $pp);
		$pp = $p + 1;
	    }
	}
	close(F);


	롼ץå

	MAIL_LIST != MAINTAINER


	ɬפ顩

	$default_umask

	time_zone config?


====================================================================
[Ͽ]	Ťʥ⥸塼롩


Tie::Persistent_hash - persistent hash


	If you use the line

	        use Tie::STDERR;

	at the start of your script (and maybe CGI script), any output
	that would go to STDERR will be sent by email to root. You can
	specify the recipient, for example

	        use Tie::STDERR 'adelton';


=======================================
Tie::TransactHash README


	This is the Tie::TwoLevelHash module.  It is a TIEHASH
	interface which lets you tie to a text file which is a
	multi-dimensional (two level) hash.

	To use it, tie a hash to a directory:

	# Open in read/write mode
	tie(%hash, 'Tie::TwoLevelHash', $file, 'rw');


=======================================
HTML::CGIChecker



=======================================
HTML::DynamicTemplate - HTML template class.


=======================================
HTML::Template - a Perl module to use HTML Templates


=======================================
HTML/EasyTemplate version Version 0.985


=======================================
HTML::Subtext - Perform text substitutions on an HTML template

   SYNOPSIS
      use HTML::Subtext;
      %context = ( ... ); # Hash of names to substitution text
      $p = HTML::Subtext->new('CONTEXT' => \%context);
      $p->parse_file("template.html");


=======================================
HTML::WWWTheme


	HTML::WWWTheme is a module that creates a standard header and
	footer for HTML pages.  This header includes <BODY> tags, and
	is designed to wrap around valid body HTML.

=======================================
HTML::WebMake

	WebMake is a simple content management system, based around a
	templating system for HTML documents, with lots of built-in
	smarts about what a "typical" informational website needs in
	the way of functionality; metadata, sitemapping, navigational
	aids, and (of course) embedded perl code. ;)



=======================================
HTML::Summary

	The HTML::Summary module produces summaries from the textual
	content of web pages. It does so using the location heuristic,
	which determines the value of a given sentence based on its
	position and status within the document; for example,
	headings, section titles and opening paragraph sentences may
	be favoured over other textual content. A LENGTH option can be
	used to restrict the length of the summary produced.

	This distribution contains the HTML::Summary module, and some
	supporting modules. The full list of modules is:


=======================================
HTML::FromText - mark up text as HTML

         use HTML::FromText;
         print text2html($text, urls => 1, paras => 1, headings => 1);


================
use HTML::PageIndex;

	$foo = new HTML::PageIndex;


================
HTML::Stream

	This a lightweight form generation module, which can be used
	with either CGI.pm (version 2 or 3), or (inside mod_perl)
	Apache::Request.  The module provides similar facilities to
	CGI.pm's HTML tag generation routines, but is restricted to
	form field generation tags, with sticky values.  Also, the
	interface is not so flexible as CGI.pm's, in order to keep the
	code size down.


================
HTML::STable - Create HTML tables using SIMPLE interface.


	STable name driven from Simple Table.


================
HTML::Pager - Perl module to handle CGI HTML paging of arbitary data


	This module handles the paging of data coming from an
	arbitrary source and being displayed using HTML::Template and
	CGI.pm.  It provides an interface to pages of data similar to
	many well-known sites, like altavista.digital.com or
	www.google.com.

	This module uses HTML::Templateto do all its HTML generation.
	While it is possible to use this module without directly using
	HTML::Template, it's not very useful.  Modification of the
	look-and-feel as well as the functionality of the resulting
	HTML should all be done through HTML::Template objects.  Take
	a look at the the HTML::Template perldocs for more info.



================
HTML::Navigation


	HTML::Navigation is Perl module for creating navigation
	bars/menus of arbitrary design and structure within HTML
	documents.


================
Mason

	elcome to Mason, a Perl-based web site development and
	delivery system.  Mason allows web pages and sites to be
	constructed from shared, reusable building blocks called
	components. Components contain a mix of Perl and HTML, and can
	call each other and pass values back and forth like
	subroutines. Components increase modularity and eliminate
	repetitive work: common design elements (headers, footers,
	menus, logos) can be extracted into their own components where
	they need be changed only once to affect the whole site.

	See http://www.masonhq.com/ for more information.



================
HTML::Widgets::Menu - Builds an HTML menu


----------
$FML: 00_MEMO,v 1.26 2002/06/23 03:38:17 fukachan Exp $
