| Age | Commit message (Collapse) | Author |
|
bug fixed to use Mail::Message::Encode->convert()
|
|
|
|
|
|
|
|
FML::Config
|
|
|
|
because rejected by filter due to Undefined subroutine
&FML::Filter::BodyCheck::STR2EUC called
|
|
|
|
|
|
|
|
|
|
|
|
s/article_body/article_message_body/
|
|
|
|
|
|
[back ground detail] "fmlconf -n elena@fml.org" works but "fmlconf -n
elena" not works since we ignore the latter case. Regaredless of
poorman's strategy but we pick up the first non /^-/ string as a
$ml_name and set $ml_domain to the default domain.
|
|
|
|
|
|
|
|
|
|
implement get_next_value()
define get_value_as_str($key), get_value_as_array_ref($key)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use default $log_format_type now, remove $config->{ log_format_type } = ...
|
|
|
|
send_user_xxx_message()
set $command_args->{ _filename_to_send } before calling send_file().
|
|
with some width.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
s/get_timeout/get_event_timeout/g;
s/set_timeout/set_event_timeout/g;
s/_init_timeout/_init_event_timeout/g;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ml local library path to @INC.
This is used for ml specific extention e.g. command extension.
|
|
use "postconf -d" to expand variables
|
|
|