summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2002-07-22moved cvstags.sgml to hereio-reconstruct-basefukachan
2002-07-20member_map use config primary_member_map to member_mapstmu
recipient_map use config primary_recipient_map to recipient_maps
2002-07-19add comments on internal.cgi.problemsfukachan
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-19add missing messagesfukachan
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-17TODOfukachan
+ File::Sequence + Tie::JournaledFile
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-15Initial revisionfukachan
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-14regen: update $reply_message_subjectfukachan
2002-07-14reply_message_subject: -> fml results ($ml ML)fukachan
2002-07-14prepare message when {post,command} comes from not a memberfukachan
2002-07-14prepare message for user{add,del} command resultsfukachan
2002-07-14disabled makefml NOT TO USE reply_message() nowfukachan
2002-07-14use message_nl( {add,del}_{ok,fail} ... ) as a replyfukachan
2002-07-14define {add,del}_{ok,fail}fukachan
2002-07-14remove 4.0 based obsolete messages oncefukachan
2002-07-13use $file-$who file name syntaxfukachan
2002-07-13update todofukachan
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-13makefml alsofukachan
add {user,admin,moderator}mod
2002-07-12enable newml/rmml updates procmailrc templatesfukachan
2002-07-12bug fix comment: implemented nowfukachan
2002-07-12new syntax of admin commands w/ address manipulationfukachan
2002-07-12update todo listfukachan
2002-07-11remove ~fml/.qmail-* when the ML is removed.fukachan
2002-07-07idea to reconstruct IO::Adapterfukachan
2002-07-07clean up, sync w/ realityfukachan
2002-07-06clean up/updatefukachan