summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2006-03-26use $curproc->log() as log_info and $curproc->logdebug() as log_debugfukachan
in Mail::Delivery, by passing log_debug function pointer to Mail::Delivery class.
2006-03-25rewritten to use access methods to sync w/ Mail::Delivery overhaul.fukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
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-19$use_smtp_log enable/disable smtp transaction logging.fukachan
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-12pass {mode => default} parameters to FML::Header object by default.fukachan
2006-03-12define printok/print_ok rulesfukachan
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-06define $use_admin_command_mail_fucntion ("no" by default).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-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-22define get_key_as_array_ref().fukachan
2006-02-22consider the case that plural addresses are matched.fukachan
2006-02-22option -O date=PATTERN simulates "grep for the log file".fukachan
especially, "-O date=yesterday" shows yesterday's log.
2006-02-18fix copyrightfukachan
2006-02-18rename method: add(HASH_REF) -> set_header_info($address)fukachan
2006-02-18define add() and set()fukachan
2006-02-18always update user infomation db.fukachan
update gecos and action date if operation runs under MTA, but update only date in other cases.
2006-02-15fix method name: remove -> deletefukachan
2006-02-05comments on _is_ml_address() logic: if you create xxx-ctl or xxx-adminfukachan
ML, it should be allowed.
2006-02-05implement reject_list_header_field derective.fukachan
2006-02-05add a new message-id to the outgoing message fml8 generates and cachefukachan
it in our message-id database for further loop check.
2006-02-05ignore *-ctl and *-admin addresses as a ML one.fukachan
2006-02-05implement raw level insert_message_id_cache() method to accessfukachan
cache more directly. rewritten to use it.
2006-02-04fix copyrightfukachan
2006-02-04add basic CREATE-ON-POST support.fukachan
2006-02-04use $command_args->{ ml_name } and $command_args->{ ml_domain };fukachan
not udpate alias relates information if update-alias = no specified.
2006-02-04use $command_args->{ ml_name } and $command_args->{ ml_domain };fukachan
2006-02-04Postfix specific CREATE-ON-POST operations.fukachan
2006-02-04prefer $hints if specified for argv, ARGV and options.fukachan
support context switching in executing new (child) process.
2006-02-04implement createonpost function dispatcherfukachan
2006-02-04initialize context information when constructor runs.fukachan
2006-02-04use $curproc->{ml_name,ml_domain}() method.fukachan
$command_args includes ml_domain info.
2006-02-04address fault handlingfukachan
2006-02-04qmail_install_alias() install ~fml/.qmail-* files not qmail_setup()fukachan
method.
2006-02-04define several methods around $0 handling, address fault handling andfukachan
context switching. +set_process_title() +get_process_title() +set_address_fault() +get_address_fault() +is_address_fault() +set_address_fault_list() +get_address_fault_list() +context_switch_get_context() +context_switch_set_context()
2006-02-04context switch safefukachan
2006-02-03return <> for error mail senderfukachan
2006-02-03fix comments (FNF)fukachan