Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
###########################################################################
2
# $Id: spamassassin.conf,v 1.6 2005/02/24 17:05:20 kirk Exp $
3
###########################################################################
4
 
5
# You can put comments anywhere you want to.  They are effective for the
6
# rest of the line.
7
 
8
# this is in the format of <name> = <value>.  Whitespace at the beginning
9
# and end of the lines is removed.  Whitespace before and after the = sign
10
# is removed.  Everything is case *insensitive*.
11
 
12
# Yes = True  = On  = 1
13
# No  = False = Off = 0
14
 
15
Title = spamassassin
16
 
17
# Which logfile group...
18
LogFile = maillog
19
 
20
# Only give lines pertaining to the spamd service...
21
#*MultiService = "postfix/[a-zA-Z0-9]*,spamd"
22
*OnlyService = "spamd"
23
*RemoveHeaders =
24
 
25
########################################################
26
# This was written and is maintained by:
27
#    Kenneth Porter <shiva@well.com>
28
#
29
# Please send all comments, suggestions, bug reports,
30
#    etc, to shiva@well.com.
31
#
32
########################################################
33
 
34
 
35
 
36
# vi: shiftwidth=3 tabstop=3 et