summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/State.pm
AgeCommit message (Collapse)Author
2004-09-28vaflidate if $pcb defined or notfukachan
2004-08-13temporal failure when external filter process timeouts.fukachan
if external filter process timeouts, notify it to $curproc layer, and distribution process exit(75) for temporal failure. implement filter_state_{set,get}_tempfail_request().
2004-07-23white space cosmeticsfukachan
2004-07-11fix commentsfukachan
2004-06-25fix comments (FNF)fukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-05-25fix comments (FNF).fukachan
add methods: filter_state_set_error() filter_state_get_error() mail_queue_set_incoming_queue() mail_queue_get_incoming_queue()
2004-05-19fix comments (FNF)fukachan
2004-05-18implement set_article_id(), get_article_id(),fukachan
smtp_server_state_set_error() and smtp_server_state_get_error().
2004-04-22command_context_init() returns empty HASH_REF where it includes validfukachan
command as the first valid argument. define command_context_set_normal_stop(), command_context_get_normal_stop().
2004-04-17preparation of context switch (preliminary. not yet implemented)fukachan
2004-03-14change some code to "... if $debug".fukachan
implement command_context_set_ml_name() and command_context_get_ml_name(). This is preliminary codes for more extension so that we need to care authentication differs among ML's when we enhance command processor for listserv emulation.
2004-03-14fix typofukachan
2004-03-14implement the following methods:fukachan
restriction_state_init() restriction_state_set_deny_reason() restriction_state_get_deny_reason() restriction_state_reply_reason() error_message_set_count() error_message_get_count()
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan