summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Filter
AgeCommit message (Expand)Author
2008-06-28fix copyrightfukachan
2007-01-16$obj -> $filterfukachan
2007-01-16align style to other FML::Filter::External module.fukachan
2007-01-16bug fix: fix typo.fukachan
2007-01-16fix commentsfukachan
2006-04-15nuke ambiguous method and variable name.fukachan
2006-03-05fix typofukachan
2005-09-16is_signature() and is_citation() switched to Mail::Message::String based.fukachan
2005-08-27use $msg->message_chain_as_array_ref() instead of $mp->{ next } form.fukachan
2005-08-20cut_off -> cutofffukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-10FNF:fukachan
2005-08-09FNF: rename read_filter_rule_from_file() -> read_filter_rule_file().fukachan
2005-05-30use Mail::Message::Encode not MIME::Base64.fukachan
2005-05-27use FML::Filter::ErrorStatus instead of ErrorStatus.fukachan
2005-05-26fixed to work.fukachan
2005-05-26not use str.strfukachan
2004-08-13temporal failure when external filter process timeouts.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23fix comments.fukachan
2004-07-23ensure initial value.fukachan
2004-07-23fix comments.fukachan
2004-06-26fix typofukachan
2004-06-24preliminary support of built-in clamavfukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-05-25fix comments (FNF)fukachan
2004-05-25preliminary implemenation of external filter pluginfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-02-01new FML::Command::Filter $curproc;fukachan
2004-01-21define $recursive_max_level in file scope.fukachan
2004-01-21fix comments.fukachan
2004-01-21check input data type.fukachan
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
2003-12-06cosmetics: white spacefukachan
2003-10-18comment on Japanese specific codesfukachan
2003-10-15space cosmeticsfukachan
2003-10-14recursive multipart checksfukachan
2003-09-20FML::Filter::MimeComponent3 -> FML::Filter::MimeComponentfukachan
2003-09-13fix variable initialization to avoid undefined reference warning.fukachan
2003-08-25FNF: fix commentsfukachan
2003-08-23fix copyrightfukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-16$| = 1 if debugfukachan
2003-07-21removed once.fukachan
2003-07-21FNFfukachan
2003-06-22add && enable functions: check_command_limit, check_line_length_limit.fukachan
2003-06-11add check_date() for missing date fieldtmu