summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2008-08-24fix comments (FNF)fukachan
2008-08-24fix copyrightfukachan
2008-08-24rearrange isolated mails to under $isolated_queue_dir/YYYY/MM/DD dir.fukachan
2008-08-17bug fix: check isolated or ignored precisely and determine the final action.fukachan
2008-08-13bug fix: fix internal arguments passing bug to handle senderfukachan
information correctly. save sender candidates in PCB.
2008-08-02fixed that isolate operation works.fukachan
2008-07-20isolate the current incoming message if matchedfukachan
2008-07-20define isolate_system_special_accounts() andfukachan
isolate_system_accounts().
2008-07-20define incoming_message_dup_content() andfukachan
incoming_message_isolate_content().
2008-07-19fix copyrightfukachan
2008-07-06define "isolate" operation template.fukachan
"isolate" differs "hold". "isolate" sets apart spam candidates from normal incoming messages, whereas "hold" moves the incoming message to "hold" queue, which does not move until someone changes the state.
2008-07-05fix typofukachan
2008-07-05fixed: add missing use FML::Restriction::Postfukachan
2008-07-03fix copyrightfukachan
2008-07-03define hold() and discard()fukachan
2008-07-03define restriction_state_{set,get}_hold_reason()fukachan
2008-06-28fix copyrightfukachan
2008-06-28"who can do newml operations" code is rewritten to use offukachan
createonpost_newml_restrictions.
2008-06-28define permit_createonpost_newml_mapsfukachan
2008-06-28fix comments (FNF)fukachan
2008-06-28implement permit_ml_domain()fukachan
2008-06-28implement is_ml_domain() method.fukachan
fix debug and pod descriptions.
2008-06-28fix copyrightfukachan
2008-06-08restrict who can create a new ML.fukachan
2008-06-08define is_valid_map() methodfukachan
2008-06-08clean up. fix comments.fukachan
2007-01-17fix logic: select one of (syslog, file, error).fukachan
clean up printf() around logic. fix comments.
2007-01-16fix comments.fukachan
ensure initial value. use assersion as could as possible.
2007-01-16$obj -> $filterfukachan
fix comments.
2007-01-16align style to other FML::Filter::External module.fukachan
clean up logic. fix comments.
2007-01-16bug fix: fix typo.fukachan
fix comments.
2007-01-16fix commentsfukachan
2007-01-16fix commentsfukachan
2007-01-16fix style and comments (FNF).fukachan
use sysread() if could.
2007-01-16bug fix: not process more when we cannot open a new queue.fukachan
fix comments.
2007-01-16fix commentsfukachan
2007-01-13fix comments.fukachan
ensure initial value. use assersion.
2007-01-13fix comments.fukachan
ensure initial value.
2006-12-03fix comments.fukachan
ensure initial value.
2006-12-03fix comments.fukachan
ensure initial value. add assert. show more error messages.
2006-11-29fix copyrightfukachan
2006-11-26fix comments.fukachan
correct argument definitions.
2006-11-26fix comments.fukachan
fix error logic.
2006-11-26fix comments (FNF).fukachan
ensure initial value. use more proper local variables.
2006-11-26fix comments.fukachan
fix help message. change a local variable name to more proper one.
2006-11-26fix commentsfukachan
2006-11-26fix commentsfukachan
2006-11-26fix comments.fukachan
add the label to a loop. define debug code by myself.
2006-11-26fix comments.fukachan
remove a unused local variable. set the upper limit of recursive call _expand().
2006-11-24fix copyrightfukachan