/usr/local/etc/fml/site_default_config.cf is the configuration file common over all mailing list on this host (site). [1]
site_default_config.cf overrides default_config.cf file. Each ML configuration file (/var/spool/ml/elena/config.cf for elena ML) overrides site_default_config.cf.
By default, some example configurations are added to this file.
#
# site default_config.cf EXAMPLE
#
# fml-devel loads .cf files in this order for elena ML.
# 1. ${prefix}/etc/fml/defaults/$VERSION/default_config.cf
# 2. ${prefix}/etc/fml/site_default_config.cf
# 3. ${prefix}/etc/fml/domains/$DOMAIN/default_config.cf
# 4. /tmp/dir/elena/config.cf
#
# This file overrides the default "default_config.cf" configurations
# in the following way.
#
# We want to disable the subject tag in articles by default.
article_header_rewrite_rules -= rewrite_article_subject_tag
# mime based comonent filter
use_mime_component_filter = yes
# [site specific options]
# Example:
# key = value
# key += value
# key -= value
=cut
#
# you can write hooks here after.
# Example:
# $distribute_run_start_hook = q{ ... };| [1] | This file corresponds to fml4's site_force.ph. |
Copyright (C) 1993-2025 Ken'ichi Fukamachi mail:< fukachan at fml.org >