# $FML: site_default_config.cf.in,v 1.5 2002/10/31 10:46:38 fukachan Exp $ # # site default_config.cf EXAMPLE # # fml-devel loads .cf files in this order for elena ML. # 1. @fmlconfdir@/defaults/$VERSION/default_config.cf # 2. @fmlconfdir@/site_default_config.cf # 3. @fmlconfdir@/domains/$DOMAIN/default_config.cf # 4. @mlspooldir@/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 for article use_article_mime_component_filter = @use_mime_component_filter@ # [site specific options] # Example: # key = value # key += value # key -= value =cut # # you can write hooks here after. # Example: # $distribute_run_start_hook = q{ ... };