summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2005-01-01handle X-Stardate: and Precedence: header fieldfukachan
2004-12-30enhanced to handle variables properly.fukachan
o Errors-To: o time zone. o handle old definitions e.g. subject tag, old variables in fml 2 age. o "ignore" operation print out comments. o fix content of *_dir and *_map variables.
2004-12-30regenfukachan
2004-12-30fix definitionsfukachan
2004-12-30cosmetic changes: $VARIABLE format, "\n".fukachan
2004-12-30rewrite_errors_to use $outgoing_mail_header_errors_to to rewritefukachan
Errors-To: header field ($maintainer by default).
2004-12-29regen: care for a few old configurationsfukachan
2004-12-29care for a few old configurationsfukachan
2004-12-29handle use_fml8_value definitions.fukachan
translate outgoing_address.
2004-12-29regen: care for use_fml8_valuefukachan
2004-12-29convert OUTGOING_ADDRESSfukachan
2004-12-29print out translated configurations between parenthesis offukachan
"<TRANSLATED_CONFIG ... >".
2004-12-29verify config.{cf,ph} existencefukachan
2004-12-23move Calendar::Lite to FML::Demo::Calendar since this module needsfukachan
FML::* class.
2004-12-19$debug_module_regexp_list restricts debug regions.fukachan
2004-12-19fix copyrightfukachan
2004-12-19emulate fml4's mead.pl and msend.plfukachan
2004-12-18$debug -> $use_debugfukachan
2004-12-18logdebug() works if debug = yes defined.fukachan
2004-12-15regen: fix/update rulesfukachan
2004-12-15support more special conversion rulesfukachan
2004-12-15fix/update rulesfukachan
2004-12-15remove too old files in tmp/ and var/mail/queue/incoming/ directories.fukachan
2004-12-15implement remove_too_old_files_in_dir() method.fukachan
2004-12-15log delay time in success of delivery.fukachan
2004-12-15implement clean_up() methodfukachan
2004-12-15randomize queue list more in fair-queue mode.fukachan
2004-12-09enhance special handlings to support more rulesfukachan
2004-12-09regen: rules fixedfukachan
2004-12-09fix rulesfukachan
2004-12-09run fallback to generate config.cf when config.ph is newer than config.cffukachan
2004-12-09generate Rules.pm from RULES.txtfukachan
2004-12-09keywords changedfukachan
2004-12-09FML::Merge::FML4::Rules based version.fukachan
implement fallback mechanism to support complicated cases.
2004-12-09enhance arguments of translate() call to pass $diff.fukachan
2004-12-08implement message_chain_as_array_ref() method.fukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-11-30temp_file_path() automatically push the returned value (file path)fukachan
into the clean up queue. Files of the queue are removed at the last of the current process.
2004-11-25implement fallback function in resolve_ml_specific_variables().fukachan
when resolver fails, resolve_ml_specific_variables calls fallback if specified. FML::Process::Emulate uses this fallback mechanism to generate a config.cf from fml4's config.ph file at the first time.
2004-11-25speculate_default_config_ph_path() returns specified location offukachan
default_config.ph if /usr/local/fml/default_config.ph not found.
2004-11-25o mkdir(): bug fix defined check for specified mode.fukachan
o implement default_config_cf_filepath() method.
2004-11-25clean up around set_target_system()fukachan
2004-11-25implement install_config_cf() method to install only config.cf.fukachan
2004-11-25define install_compat_dir() method to install etc/compat/ dir for fml4fukachan
compatibility codes.
2004-11-24generate merge() method by separeting codes.fukachan
2004-11-23fix comments (FNF).fukachan
2004-11-23clean up.fukachan
2004-11-23re-implement fml.pl as fml4 emulator which emulates fml8'sfukachan
article_post or command_mail functions by following the arguments. TODO: when config.cf not exists, convert fml4 configurations to fml8 ones on the fly.
2004-11-23fix white space cosmetics.fukachan
2004-11-21fix menu path from testbed one.fukachan