summaryrefslogtreecommitdiff
path: root/fml/etc/site_default_config.cf.in
blob: fbf8c1453a80f4c93adcf02fd82da1c03e6c8537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $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{ ... };