summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2008-08-02fix copyrightfukachan
2008-08-02fixed that isolate operation works.fukachan
2008-08-02create isolated queue, too.fukachan
2008-08-02regen: support isolate_* and set it by default in article_post_restrictions ↵fukachan
and command_mail_restriction
2008-08-02support directives (isolate_system_special_accountsfukachan
isolate_spammer_maps isolate) for $article_post_restrictions and $command_mail_restrictions.
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-12move include.sgml to include/chapters.entfukachan
2008-07-12/fml/ -> /software/fml4/fukachan
2008-07-12fix url:fukachan
o /software/fml-devel/ -> /software/fml8/ o STATUS.html -> STATUS.txt
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-28regen: createonpost_newml_restrictions, createonpost_newml_mapsfukachan
2008-06-28regen: createonpost_newml_restrictions, createonpost_newml_mapsfukachan
2008-06-28define $createonpost_newml_restrictions = permit_ml_domainfukachan
define $createonpost_newml_maps = pcre:$ml_home_dir/newml.pcre remove $createonpost_maintainer_maps
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-08regen: define $createonpost_maintainer_mapsfukachan
2008-06-08restrict who can create a new ML.fukachan
2008-06-08define is_valid_map() methodfukachan
2008-06-08define $createonpost_maintainer_mapsfukachan
2008-06-08clean up. fix comments.fukachan
2008-05-25catch up configure change: datadir -> datarootdirfukachan
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.
2007-01-09udb removed.fukachan
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