This file is indexed.

/usr/share/logwatch/default.conf/services/spamassassin.conf is in logwatch 7.4.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
##################################################################
# SpamAssassin spamd logs
#
##################################################################

Title = "SpamAssassin"
LogFile = spamassassin
LogFile = maillog
# Pull in sendmail for matching msgid to sender for statistics
*OnlyService = (spamd|sendmail)
*RemoveHeaders

# Ignore connections from these hosts.
# The value is a regular expression that the hostname plus IP address is matched
# against.  Separate multiple hosts/IPs with |
# $ignore_connections = myspamclient.mydomain

# vi: shiftwidth=3 tabstop=3 et