| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-05-13 | use "reject_notice_preamble" in filter rejection notice. | fukachan | |
| it describes: o the reason why we do not use mime/multipart. o this message is not from you but somebody forged. | |||
| 2003-05-13 | use $_arg_address not $_arg_sender | fukachan | |
| 2003-05-02 | define $post_restrictions_reject_notice_data_type. | fukachan | |
| enable choice of ways how to notify rejection as string or multipart in denial of post? | |||
| 2003-03-18 | remove giant lock and use fine granuality locks now. | fukachan | |
| 2003-03-17 | use new lock channel article_spool_modify to exclusive lock for both | fukachan | |
| sequence updating and spool writing. In addition, locks at channel article_sequence and article_spool are also done in each critical section. | |||
| 2003-03-16 | add comment on lock channel | fukachan | |
| 2003-03-06 | enable switch by $use_article_filter_reject_notice | fukachan | |
| 2003-03-06 | FNF: use get_as_array_ref() | fukachan | |
| 2003-03-05 | return header for debug in error | fukachan | |
| 2003-03-05 | experimental implementation of rejection notice of filter. | fukachan | |
| 2003-02-16 | use language_*() method to determine $charset | fukachan | |
| 2003-01-25 | FNF: not use of $_ | fukachan | |
| 2002-12-25 | not use smtp_log_handle to avoid duplication in var/mail/outgoing/ | fukachan | |
| 2002-12-24 | fix comments. cosmetic changes. | fukachan | |
| 2002-12-01 | bug fix article object handling: | fukachan | |
| we should not initialize article object under libexec/distribute runs. pass $article object to $summary object by append($article, $id). | |||
| 2002-11-26 | update summary file by calling $summary->append($id) | fukachan | |
| 2002-10-03 | enabled to handle order in index.html by $html_archive_index_order_type. | fukachan | |
| Mail::Message::ToHTML o htmlify_{file,dir}() is changted to normal methods for passing arguments. | |||
| 2002-09-29 | sync w/ FML::Filter reconstruction. rename function name | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-15 | switched to use of $curproc->mkdir() if could | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-09-02 | s/article_header/article_message_header/ | fukachan | |
| s/article_body/article_message_body/ | |||
| 2002-08-19 | modify error message | fukachan | |
| 2002-08-19 | enable process if $use_distribute_program is defined. | fukachan | |
| 2002-08-14 | s/refuse_further_processing/stop_this_process/ | fukachan | |
| 2002-08-14 | apply fix_perl_include_path(); after load_config_files() runs to add | fukachan | |
| ml local library path to @INC. This is used for ml specific extention e.g. command extension. | |||
| 2002-08-03 | white spaces | fukachan | |
| 2002-08-03 | scheduler_init() | fukachan | |
| 2002-07-31 | use LogError() if appropriate | fukachan | |
| 2002-07-31 | disable some debug messages | fukachan | |
| 2002-07-23 | reconstruct SQL functions in IO::Adapter | fukachan | |
| new IO::Adapter $map, $config; | |||
| 2002-07-15 | define the following access methods: | fukachan | |
| config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message(). | |||
| 2002-07-14 | copy message and send it to $maintainer too | fukachan | |
| use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently. | |||
| 2002-07-02 | fix comments | fukachan | |
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan | |
| within prepare() method now to handle virtual domains properly. | |||
| 2002-06-01 | major variable naming overhaul | fukachan | |
| relocating variable definitions in etc/src/ aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir rename: $recipient_limit -> $smtp_recipient_limit $incoming_mail_dir -> $incoming_mail_cache_dir $outgoing_mail_dir -> $outgoing_mail_cache_dir $qmail_control_virtualdomains_file -> $qmail_virtualdomains_file s/header_filter/article_header_filter/ s/header_rewrite/article_header_rewrite/ s/body_filter/article_body_filter/ s/subject_tag/article_subject_tag/ verify_XXX_* -> check_XXX newly defined: $use_digest_header_rewrite removed: $smtp_log_dir $smtp_log_file | |||
| 2002-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-05-27 | pass smtp log file handle to Mail::Delivery | fukachan | |
| 2002-05-27 | permit_members_only -> permit_member_maps | fukachan | |
| 2002-05-21 | use $curproc->open_outgoing_message_channel() not _smtplog to save | fukachan | |
| SMTP transaction logs. | |||
| 2002-04-28 | validate by defined() more | fukachan | |
| 2002-04-23 | fix errro message and enable the rejected message forwarding | fukachan | |
| 2002-04-18 | eval htmlify_file() to avoid unknown error ;) | fukachan | |
| 2002-04-18 | eval filtering | fukachan | |
| 2002-04-15 | umask and permission control for html archives | fukachan | |
| 2002-04-12 | send back mesg "we deny requests from system accounts" | fukachan | |
| 2002-04-10 | clean up. FNF-ify | fukachan | |
| 2002-04-10 | enable filtering. | fukachan | |
| implement access methods to control filtering. o $curproc->refuse_further_processing() o $curproc->is_refused() | |||
| 2002-03-31 | rename class: Mail::HTML::Lite -> Mail::Message::ToHTML | fukachan | |
| 2002-03-30 | FML::Article::filepath() determines the article file path. | fukachan | |
