summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2002-07-22accept READ_ONLY($map)fukachan
prohibit add/delete/replace call for read only maps.
2002-07-22expand READ_ONLY($array) -> an array of READ_ONLY($array[$i])fukachan
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-17eval debug codefukachan
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-17add debugfukachan
define new() bug fix first:\d+ handle a,b,c pattern
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-02fix comments, copyrightfukachan
2002-07-02fix commentsfukachan
FNF-ify
2002-07-02fix commentsfukachan
defined()
2002-07-02defined()fukachan
2002-07-02fix commentsfukachan
more defined() checks FNF-ify
2002-07-02fix commentsfukachan
more defined() checks
2002-07-02more defined() checksfukachan
2002-07-02more defined() checksfukachan
FNF-ify
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