summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2002-07-20member_map use config primary_member_map to member_mapstmu
recipient_map use config primary_recipient_map to recipient_maps
2002-07-19cgi_execute_command() checks the command is allowed infukachan
commands_for_admin_cgi. XXX "commands_for_admin_cgi" is hard-coded. XXX we should enhance this for ml-admin/*.cgi et.al.
2002-07-19repyl_message() handles makefml and *.cgi as special cases.fukachan
2002-07-19remove not used variablefukachan
2002-07-18check whether this command is allowed in this $levelfukachan
2002-07-18bug fix wrong command regexpfukachan
2002-07-18check user matchingfukachan
2002-07-18fix typofukachan
2002-07-18enhance command syntax regexpfukachan
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-17optionally,fukachan
we accept case insensitive comparison of user part of the mail address.
2002-07-17search only hash:, dbm: types in postfix alias_mapsfukachan
2002-07-17remove garbage definitionsfukachan
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-14nuke debug: ... if $0 =~ /loader/fukachan
2002-07-14use "$myname eq" not "$0 =~"fukachan
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-14implement which_message_nl()fukachan
2002-07-14disabled makefml NOT TO USE reply_message() nowfukachan
2002-07-14use message_nl( {add,del}_{ok,fail} ... ) as a replyfukachan
2002-07-13check defined($ml_name) in ml_* variable handlingsfukachan
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-12bug fix comment: implemented nowfukachan
2002-07-11remove ~fml/.qmail-* when the ML is removed.fukachan
2002-07-02remove not-used functions:fukachan
- mail_aliases() - rewrite_config_if_needed()
2002-07-02remove obsolete commentsfukachan
2002-07-02fix commentsfukachan
trap -h disable some debug codes remove load_module(), which is not used
2002-07-02fix commentsfukachan
remove rewrite_config_if_needed() bug $ml_name handling
2002-07-02fix commentsfukachan
2002-07-02clean upfukachan
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-02fix commentsfukachan
clean up structure, variable usage use cgi_try_get_ml_name() not safe_param_ml_name() remove rewrite_config_if_needed()
2002-07-02clean upfukachan
2002-07-02clean up (spaces)fukachan
use values of $config if could
2002-07-02fix comments and copyrightfukachan
fix "use FML::Log qw(...)" more defined() checks
2002-07-02more defined() checksfukachan
FNF-ify