summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Expand)Author
2002-05-21implement $curproc->open_outgoing_message_channel()fukachan
2002-05-21$mail_incoming_dir -> $incoming_message_dirfukachan
2002-05-21$mincoming_dir -> $mail_incoming_dirfukachan
2002-05-21renamed to var/mail/{incoming,outgoing,queue}/ syntaxfukachan
2002-05-21$newml_command_template_files -> $newml_command_postfix_template_filesfukachan
2002-05-21implement a prototype to cache error datafukachan
2002-05-19fix typo and missing definitionfukachan
2002-05-19better error messagefukachan
2002-05-19work if $use_error_analyzer is 'yes'fukachan
2002-05-19fix parse_command_arguments() argumentsfukachan
2002-05-19fix building logic of $command_args and $options to make admin commandfukachan
2002-05-19not need verify_sender_credential()fukachan
2002-05-19add/enable a prototype of libexe/fml/error (mead)fukachan
2002-05-19rearrange structurefukachan
2002-05-19send back statistics and original messagefukachan
2002-05-19clarify the current context is under confirmation or not.fukachan
2002-05-18reconstruct command check logic (1)fukachan
2002-05-18add reject_uuencode()tmu
2002-05-17check whether $use_incoming_message_cache is yesfukachan
2002-05-17save incoming message at $ml_home_dir/var/mincoming/fukachan
2002-05-16pick up address_selected not addressfukachan
2002-05-13validate if config.cf existsfukachan
2002-05-13implementfukachan
2002-05-11add Log deteled mimetype at only_plaintext() and typo fixtmu
2002-05-11_look_not_iso2022jp_string: add trivial checkfukachan
2002-05-11fix wrong log message (but is it correct fix ?).fukachan
2002-05-09add function permit_mimetype() and reject_mimetype()tmu
2002-04-30add prototype for diagnosticsfukachan
2002-04-28validate by defined() morefukachan
2002-04-28check $curproc->is_refused() more before action at each stepfukachan
2002-04-27disable debug messagefukachan
2002-04-27kern.not_member -> error.not_memberfukachan
2002-04-27convert message to natual language if couldfukachan
2002-04-27convert exception syntax into the new style. See FNFfukachan
2002-04-27implement parse_exception()fukachan
2002-04-27clean up white spacesfukachan
2002-04-27modified to not using FileHandle::pipe()fukachan
2002-04-27run clean_up_tmpfiles() finallyfukachan
2002-04-26permit_commands_for_stranger worksfukachan
2002-04-26prototype to use FML::Command::DataCheck to share codesfukachan
2002-04-26fix typofukachan
2002-04-26fix a commentfukachan
2002-04-26fix synopsisfukachan
2002-04-25new utility: fmlalias e.g. shows not only fml but all alias entriesfukachan
2002-04-25implement get_aliases_as_hash_ref()fukachan
2002-04-25rename variable: available_commands_for_xxx -> commands_for_xxxfukachan
2002-04-25check $use_html_archive value before actionfukachan
2002-04-24replace subject to Subjecttmu
2002-04-24check $ml_name duplication over all $alias_maps in the postfix casefukachan
2002-04-24FML::Command::PostfixControl -> FML::MTAControlfukachan