summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/acl.cf
AgeCommit message (Collapse)Author
2008-08-02support directives (isolate_system_special_accountsfukachan
isolate_spammer_maps isolate) for $article_post_restrictions and $command_mail_restrictions.
2006-05-09reject_spammer_maps directive available now.fukachan
define dummy $primary_spammer_map and $spammer_maps.
2006-04-11{article_post,command_mail}_restrictions supportfukachan
{ignore,ignore_invalid_request}.
2005-12-18add comment on check_pgp_signature, permit_forward_to_moderatorfukachan
2005-12-13command_mail_restrictions supports check_pgp_signaturefukachan
2005-10-29+address_compare_function_domain_matching_levelfukachan
2004-11-20new systematic value definitionsfukachan
2004-10-27add check_article_threadfukachan
2004-04-27define $etc_dir and fixed to use it.fukachan
newml command creates $etc_dir.
2004-03-14fix $command_mail_restrictions by using new rules:fukachan
permit_anonymous_command, permit_user_command rules.
2004-03-12[*_program -> *_function]fukachan
$use_command_mail_program -> $use_command_mail_function $use_digest_program -> $use_article_digest_function $use_distribute_program -> $use_article_post_function $use_error_analyzer_program -> $use_error_mail_analyzer_function [command list] $commands_for_user -> $user_command_mail_allowed_commands $commands_for_stranger -> $anonymous_command_mail_allowed_commands $commands_for_privileged_user -> $admin_command_mail_allowed_commands $commands_for_admin_cgi -> $admin_cgi_allowed_commands [restrictions] $post_restrictions -> $article_post_restrictions $post_restrictions_reject_notice_data_type -> $article_post_restrictions_reject_notice_data_type $command_restrictions -> $command_mail_restrictions permit_commands_for_stranger -> permit_anonymous_command_mail $admin_command_restrictions -> $admin_command_mail_restrictions
2004-03-12variable name renaming but define the following rule for compatibility.fukachan
article_post_address = $address_for_post command_mail_address = $address_for_command
2003-11-30system_accounts -> system_special_accounts.fukachan
XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity.
2003-11-26+use_address_compare_function = yesfukachan
+address_compare_function_type = user_part_case_insensitive
2003-07-26Initial revisionfukachan