summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-20$default_umask -> $system_default_umaskfukachan
2006-03-20by default, define ___NULL___ for the following variables:fukachan
$PERMIT_POST_FROM $REJECT_POST_HANDLER $PERMIT_COMMAND_FROM $REJECT_COMMAND_HANDLER $REMOTE_ADMINISTRATION_REQUIRE_PASSWORD $USE_DISTRIBUTE_FILTER $FILTER_NOTIFY_REJECTION $FILTER_ATTR_REJECT_COMMAND $FILTER_ATTR_REJECT_2BYTES_COMMAND $FILTER_ATTR_REJECT_INVALID_JAPANESE $USE_ERRORS_TO $APPEND_STARDATE $AUTO_HTML_GEN $USE_NEW_HTML_GEN
2006-03-20support .ok rulefukachan
2006-03-20enhance configurations for more checksfukachan
2006-03-20fix \s handling bugffukachan
2006-03-20output format little changed.fukachan
2006-03-20print ok or not for each rulefukachan
2006-03-20fix conversion for address variables.fukachan
add conversion of REJECT_ADDR and SKIP_FIELDS. fix HOST and PORT handling. apply _fix_path() for *_FILE variables. add conversion of INCOMING_MAIL_SIZE_LIMIT with ATOI suport.
2006-03-20regenfukachan
2006-03-2056.5 % verified. status and rules updated.fukachan
2006-03-19regenfukachan
2006-03-19fml 4 to 8 conversion related thingsfukachan
2006-03-19regen: newcopml/rmcopml added.fukachan
2006-03-19regen: use_smtp_logfukachan
2006-03-19$use_smtp_log defined.fukachan
2006-03-19$use_smtp_log enable/disable smtp transaction logging.fukachan
2006-03-19regen:fukachan
default_umask -> system_default_umask define *_list_software
2006-03-19default_umask -> system_default_umaskfukachan
2006-03-18List-Software/X-MLServer: ${mail_header_default_list_software} orfukachan
${article_header_list_software} by definition. sort definition order: _get_header_type(), ...
2006-03-18+article_header_list_softwarefukachan
+mail_header_default_list_software
2006-03-12variables reconfigured for fml4to8 conversionfukachan
2006-03-12pass {mode => default} parameters to FML::Header object by default.fukachan
2006-03-12define printok/print_ok rulesfukachan
2006-03-12regen: list header et.al.fukachan
2006-03-12define $article_header_* and $mail_header_default_* variables.fukachan
rewritten to use $mail_header_default_* for outgoing_*.
2006-03-12rewrite logic to generate list-* header field to sync w/ new variablefukachan
definitions: article_header_list* et.al.
2006-03-12save default value for later use in evaluating default_config.ph.fukachan
overhaul algorithm to fix path. changed to use _fix_path() if needed.
2006-03-12define $maintainer_signature (not used now)fukachan
2006-03-08sprintf(rule) to enable use of %s.fukachan
2006-03-08IO::Adpater test enhanced.fukachan
2006-03-08[TODO] "IS-A FML::Command::Syntax" wrongfukachan
[TODO] object-ify command_args
2006-03-08todo: fml 4 to 8: $AUTO_REGISTRATION_TYPEfukachan
2006-03-07regen: use_admin_command_mail_fucntion = nofukachan
2006-03-06define $use_admin_command_mail_fucntion ("no" by default).fukachan
2006-03-05command mail: change internal to use FML::Context::Command object.fukachan
2006-03-05fix typofukachan
2006-03-05fix comments (FNF)fukachan
2006-03-05fix copyrightfukachan
2006-03-05fix coments (FNF)fukachan
implement dup() method.
2006-03-05duplicate FML::Context::Command object by object dup method not by myself.fukachan
2006-03-05changed to command_context object based.fukachan
2006-03-04nuke: config.gwfukachan
done: remove -> delete
2006-03-04fix copyrightfukachan
2006-03-04$command_args -> $command_context (OBJ), method stylefukachan
2006-03-04command context information switched to use of FML::Context::Command object.fukachan
2006-02-25add comment (FNF)fukachan
2006-02-24+ auto_registfukachan
2006-02-24care for combination of PERMIT_XXX_FROM and REJECT_XXX_HANDLER.fukachan
2006-02-24conversion test for all variables and the valuesfukachan
2006-02-22define get_key_as_array_ref().fukachan