summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Expand)Author
2003-08-14test html_archive_address_mask mask or nomasktmu
2003-08-06clarify old/new thread engine routines.fukachan
2003-08-05rename htmlify() to _htmlify() to clarify it is private.fukachan
2003-08-03FNFfukachan
2003-08-03fix arguments used in the case of key "error.reject_notice_preamble"fukachan
2003-08-01deny_reason not over writetmu
2003-07-21use our own Date: field when we use Mail::Message::Compose (MIME::Lite).fukachan
2003-07-21method-ify cut_off_reply_tag()fukachan
2003-07-21method-ify date_to_unixtime() of Mail::Message::Date.fukachan
2003-07-21removed once.fukachan
2003-07-21FNFfukachan
2003-07-20separete thread_db_args() routine prepares thread information.fukachan
2003-07-19fixed to co-work with udb well.fukachan
2003-07-18add comment(todo): we need swtich to forward whether header or header+body ?fukachan
2003-06-29check the number of request in get commands.fukachan
2003-06-25add $debug for debug message to Log at only debug-modetmu
2003-06-22add && enable functions: check_command_limit, check_line_length_limit.fukachan
2003-06-11add check_date() for missing date fieldtmu
2003-05-28list up summary for each algorithm defined in $error_analyzer_function_list.fukachan
2003-05-28move main part of print() to FML::Error::Analyzer::* modules.fukachan
2003-05-28FMF: fix ocmmentsfukachan
2003-05-28restructuring under FML::Error class to be more extensible.fukachan
2003-05-20FNF: fix commentsfukachan
2003-05-20move the status dump code from FML::Command::Admin:error to FML::Error.fukachan
2003-05-20disable lock since FML::Error locks itself if needed.fukachan
2003-05-15cgi support digeston and digestofffukachan
2003-05-14implement size limit filter for both article and command mail.fukachan
2003-05-13check the existence of path_* programsfukachan
2003-05-13use "reject_notice_preamble" in filter rejection notice.fukachan
2003-05-13use $_arg_address not $_arg_senderfukachan
2003-05-12we should operate only $primary_*_map not $*_maps in deleting the userfukachan
2003-05-09add $msg_args at article_filter_reject_notice()tmu
2003-05-03style, aligned with FNF.fukachan
2003-05-03fix comments (FNF).fukachan
2003-05-02define $post_restrictions_reject_notice_data_type.fukachan
2003-05-01forward the rejected message by string or multipart?fukachan
2003-05-01fix typo: maitainer->maintainerfukachan
2003-04-29permit user+ext@domainfukachan
2003-04-29modify format to be more similar to usual mailq output.fukachan
2003-04-29permit use of reply_message() for libexec/errorfukachan
2003-04-29o define sender as $maintainer as a dummy sender to avoid unexpected error.fukachan
2003-04-21obsolete mime_boundary() (same Mail::Message _header_mime_boundary())tmu
2003-04-20, not *path() method but spool_in() creates subdir if neededfukachan
2003-04-19we should handle addresses used by fml such as elena@fml.org,fukachan
2003-04-19fix virtual domain handling (fml-devel:417)fukachan
2003-04-18mkdir $ml_home_prefix if not foundfukachan
2003-04-16change attribute names of recipient used in filter rejection notice:fukachan
2003-04-16rewrite_received() outside loop $header->delete($org) for bad counttmu
2003-04-15mime_boundary() boundary detect change short match and add no quote stringtmu
2003-04-08add rewrite_received() for replace Received: to X-Received:tmu