index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
FML
/
Filter.pm
Age
Commit message (
Expand
)
Author
2005-11-30
use $curproc->credential();
fukachan
2005-08-19
convert_to_mail_address($list); -> address_resolve($list);
fukachan
2005-08-09
FNF: rename read_filter_rule_from_file() -> read_filter_rule_file().
fukachan
2005-05-27
use FML::Filter::ErrorStatus instead of ErrorStatus.
fukachan
2004-12-05
define logdebug() to disable log messages.
fukachan
2004-07-23
fix comments (FNF).
fukachan
2004-05-25
preliminary external spam/virus checker support.
fukachan
2004-04-23
remove "use FML::Log;".
fukachan
2004-02-01
new FML::Command::Filter $curproc;
fukachan
2004-01-21
cosmetics
fukachan
2004-01-02
fix copyright
fukachan
2004-01-01
remove $args.
fukachan
2003-10-15
space cosmetics
fukachan
2003-09-20
FML::Filter::MimeComponent3 -> FML::Filter::MimeComponent
fukachan
2003-08-23
modified to use $curproc->log*() methods.
fukachan
2003-08-23
define $curproc->log, logwarn, logerror and log_message() methods.
fukachan
2003-08-23
fix comments: =head2 function(...) form
fukachan
2003-07-18
add comment(todo): we need swtich to forward whether header or header+body ?
fukachan
2003-06-25
add $debug for debug message to Log at only debug-mode
tmu
2003-05-14
implement size limit filter for both article and command mail.
fukachan
2003-05-13
use "reject_notice_preamble" in filter rejection notice.
fukachan
2003-05-13
use $_arg_address not $_arg_sender
fukachan
2003-05-09
add $msg_args at article_filter_reject_notice()
tmu
2003-05-01
forward the rejected message by string or multipart?
fukachan
2003-03-06
implment new method convert_to_mail_address() and use it
fukachan
2003-03-05
fix commenets (FNF)
fukachan
2003-03-05
switched to reply_message_add_header_info()
fukachan
2003-03-05
experimental implementation of rejection notice of filter.
fukachan
2003-02-18
fix typo
fukachan
2003-01-11
fix comments.
fukachan
2002-12-20
cleanup comments and add more.
fukachan
2002-10-26
use MimeComponent3 as a test
fukachan
2002-10-21
re-enable mime component filter based on Filter::MimeComponent2
fukachan
2002-10-20
clean up white spaces
fukachan
2002-10-03
add prototype for $use_article_non_mime_filter
fukachan
2002-09-30
FNF-ify
fukachan
2002-09-29
reconstruction phase 1: following new variable $article_filter_functions,
fukachan
2002-09-22
add section on FNF
fukachan
2002-09-11
fml5 -> fml8
fukachan
2002-06-01
major variable naming overhaul
fukachan
2002-04-10
$message uses a wrong key ;) should use { incoming_message }->{ message }
fukachan
2002-04-08
typo fix config *_rles to *_rules
tmu
2002-04-07
Add file Filter/ContentCheck.pm
tmu
2001-12-23
remove \s*$
fukachan
2001-12-23
update documents, comments
fukachan
2001-12-22
update documents, comments
fukachan
2001-12-22
remove \s*$
fukachan
2001-10-14
entrance for FML::Filter
fukachan