~ubuntu-branches/ubuntu/lucid/logwatch/lucid-201002122348

« back to all changes in this revision

Viewing changes to conf/logfiles/spamassassin.conf

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-07-05 11:49:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705114954-9naedpe6wrk3k7xt
Tags: 7.3.6.cvs20080702-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Use postfix rather than exim4.
  - Update maintainers according to spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
########################################################################
 
2
#spamassassin script for Logwatch
 
3
#
 
4
# Version: 1.0.0
 
5
#    Initial release
 
6
#########################################################################
 
7
 
 
8
#########################################################################
 
9
# This script is subject to the same copyright as Logwatch itself
 
10
#########################################################################
 
11
#########################################################################
 
12
# Files - all shown with default paths:
 
13
#
 
14
# /usr/share/logwatch/default.conf/logfiles/spamassassin.conf (this file)
 
15
# /usr/share/logwatch/default.conf/services/spamassassin.conf
 
16
# /usr/share/logwatch/scripts/services/spamassassin
 
17
#
 
18
# ... and of course
 
19
#
 
20
# /var/log/spamassassin
 
21
#########################################################################
 
22
 
 
23
# What actual file?  Defaults to LogPath if not absolute path....
 
24
LogFile = spamd/spamd.log
 
25
 
 
26
# If the archives are searched, here is one or more line
 
27
# (optionally containing wildcards) that tell where they are...
 
28
Archive = spamd/spamd.log.*
 
29
Archive = spamd/spamd.log.*.gz
 
30
 
 
31
# Keep only the lines in the proper date range...
 
32
*ApplyStdDate
 
33
 
 
34
# vi: shiftwidth=3 tabstop=3 et