summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2002-08-03white spacesfukachan
2002-07-28rename: init_config_dir_list -> newml_command_init_dirsfukachan
2002-07-26add/del moderator in {members,recipients}-moderatorfukachan
2002-07-26update $primary_admin_recipient_map toofukachan
2002-07-25update $primary_admin_recipient_map toofukachan
2002-07-24change argv of FML::Credential::has_address_in_map():fukachan
($map, $address) -> ($map, $config, $address)
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
2002-07-22prototype on and off mode for recipient maptmu
2002-07-20member_map use config primary_member_map to member_mapstmu
recipient_map use config primary_recipient_map to recipient_maps
2002-07-18check user matchingfukachan
2002-07-17define printing style format such as 'text', 'html', ...fukachan
you can control it by the following access methods, get_print_style() and set_print_style(mode)
2002-07-17use Mail::Message::MHfukachan
2002-07-17use FML::Restriction::fukachan
2002-07-17add more error messagesfukachan
2002-07-15define the following access methods:fukachan
config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message().
2002-07-14copy message and send it to $maintainer toofukachan
use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently.
2002-07-14use message_nl( {add,del}_{ok,fail} ... ) as a replyfukachan
2002-07-13use {add,del}{admin,user} on CGIfukachan
2002-07-13define admin {add,del}{user,admin} / admin {user,admin}{add,del}fukachan
2002-07-12enable newml/rmml updates procmailrc templatesfukachan
2002-07-02check the existence of summary_filefukachan
send back the error message
2002-07-02relocate variable definitionsfukachan
2002-07-02fix comments, fix error messagefukachan
2002-07-02fix commentsfukachan
2002-07-02more chesk for data inputfukachan
2002-07-02more checks for data inputfukachan
2002-07-02fix commentsfukachan
more defined() checks Log() -> LogError()
2002-07-02fix commentsfukachan
fix the reply message
2002-07-02fix commentsfukachan
relocate variable definitions
2002-07-02fix commentsfukachan
more input checks clean up variable names
2002-07-02clean up/fix commentsfukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-30more check of inputfukachan
2002-06-27major overhaulfukachan
o reconstruct architecture o bug fix virtual domain support o sync w/ FML::Process overhaul to bug fix virtual domain support
2002-06-27not need to validate ml existencefukachan
2002-06-25clean up. nuke _get_domain_info (not used)bootstrap-20020626fukachan
2002-06-25clean up (white spaces)fukachan
2002-06-25fix virtual domain handling. sync w/ newml logicfukachan
2002-06-25enhance list: select $map et.al.fukachan
2002-06-25nuke superflous line (cgi mode)fukachan
2002-06-25userlist: print $addr, <br> if under CGIfukachan
2002-06-25fixed to work on cgifukachan
2002-06-23install a template for qmail/control/virtualdomainsfukachan
2002-06-23insert "$ml_domain $ml_domain" to the file "virtual" at the first time.fukachan
since $ml_domain is one of $mydestination.
2002-06-22fix args of ml_home_xxx()fukachan
2002-06-21set up $ml_name dynamicallyfukachan
2002-06-21ignore non-existed files, not croak()fukachan
2002-06-21use IO::Adapter->get_next_key() not getline() for member list upfukachan
2002-06-01nuke white spaces \s*$fukachan
2002-06-01FNF-ifyfukachan