| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
e.g. is_member($curproc, $args) -> is_member(addr)
modified functions:
o is_member()
o is_privileged_member()
o is_recipient()
o match_system_accounts()
|
|
|
|
|
|
|
|
|
|
|
|
($map, $address) -> ($map, $config, $address)
|
|
new IO::Adapter $map, $config;
|
|
|
|
recipient_map use config primary_recipient_map to recipient_maps
|
|
you can control it by the following access methods,
get_print_style() and set_print_style(mode)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
o reconstruct architecture
o bug fix virtual domain support
o sync w/ FML::Process overhaul to bug fix virtual domain support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since $ml_domain is one of $mydestination.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when we handle virtual domain.
implement $curproc->rewrite_config_if_needed() for it.
|
|
|
|
|
|
|
|
|
|
|