summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2005-05-29regen: editrosfukachan
2005-05-29define editors: vi, ng, mule, emacs, xemacsfukachan
2005-05-29define check_pgp_signature, which permits article post when thefukachan
article has proper PGP/GPG signature. For example: article_post_restrictions = reject_system_special_accounts check_pgp_signature reject
2005-05-29regen: define pgp/gpg related variablesfukachan
2005-05-29add pgp.cffukachan
2005-05-29define pgp/gpg configuration dirfukachan
2005-05-29+path_gpgvfukachan
+path_gpgsplit
2005-05-27fml-devel YYYYMMDD -> fml $version (7.9x.y-YYYYMMDD)fukachan
modified to use incoming_message_header(), temp_file_path() et.al, to avoid raw descrptions. bug fix config.cf search algorithm. defne sysflow_XXX() methods used in FML::Process::Flow. not use str.str form. clean up.
2005-05-27fix comments, error messages.fukachan
more defined() checks.
2005-05-27fix comments, error messages.fukachan
2005-05-27regenfukachan
2005-05-27context based.fukachan
2005-05-27fix comments (FNF)fukachan
2005-05-27use FML::Filter::ErrorStatus instead of ErrorStatus.fukachan
clean up.
2005-05-27use FML::Filter::ErrorStatus instead of ErrorStatus.fukachan
2005-05-27sort the output for a,b,c style input.fukachan
2005-05-27use Jcode always.fukachan
2005-05-27set timeout for socket(2).fukachan
2005-05-27add randam factor into exponential back off.fukachan
back off is upper limited by 4000 sec.
2005-05-27croak() -> logerror().fukachan
fix comments.
2005-05-27remove the duplicated code.fukachan
use Mail::Message::Date instead of `date`. fix comments.
2005-05-27fix comments.fukachan
fix error handling.
2005-05-27more strict error handling.fukachan
more comments.
2005-05-27$use_command_mail_reply_preamble toggles off/on to show the preamblefukachan
of command reply. $use_command_mail_reply_trailor toggles command processing summary.
2005-05-27rename _remove_postfix_style_virtual() to remove_postfix_style_virtual(),fukachan
which is used among plural modules. not use str.str form.
2005-05-27set umask(077) in creating a tmp file.fukachan
2005-05-27fixed: _Calender -> _calenderfukachan
2005-05-26fix comments (FNF)fukachan
2005-05-26clean up.fukachan
FNF. use self->address_clean_up($addr, $addr) to clean up address if could.
2005-05-26fix typo: EMTP -> ESMTP.fukachan
2005-05-26fix comments (FNF).fukachan
remove is_safe_syntax(), which is not used. rename allow_reply_message() to is_allow_reply_message().
2005-05-26remove _xxx() methods among modules: rename _XXX() to sysflow_XXX().fukachan
2005-05-26fix comments (FNF).fukachan
$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().
2005-05-26fix the comment of virtual file.fukachan
not use str.str. _remove_postfix_style_virtual() -> remove_postfix_style_virtual().
2005-05-26not use str.str.fukachan
white space clean up of alias file path. _remove_postfix_style_virtual() -> remove_postfix_style_virtual().
2005-05-26fixed to work.fukachan
2005-05-26not use str.strfukachan
2005-05-26$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().fukachan
2005-05-26not use str.strfukachan
2005-05-26log errors more.fukachan
2005-05-26FNF.fukachan
$fh -> $rh
2005-05-26preliminary syslog extension support.fukachan
2005-05-26not use str.strfukachan
2005-05-26not use str.str.fukachan
2005-05-26use_spool -> use_article_spoolfukachan
2005-05-26FML::Filter not use this module.fukachan
2005-05-26regenfukachan
2005-05-26add virus.cffukachan
2005-05-26define virus checker definitions.fukachan
currently support only clamav interface.
2005-05-26$use_command_mail_reply_preamble = yesfukachan
$use_command_mail_reply_trailor = yes