This file is indexed.

/etc/fullquottelrc is in fullquottel 0.1.3-1.

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
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
# CONFIGURATION FILE FOR FULLQUOTTEL

# use as /etc/fullquottelrc or ~/.fullquottelrc

# All variables take the form var=value, empty lines and lines starting with #
# are ignored.
# If a variable is not set the default value is taken.

# GENERAL OPTIONS

# scorethreshold
# Possible values: double
# Threshold for final score that discriminates between Goodquottel and Fullquottel 
# Default: 1.5
scorethreshold=1.5

# quotechars
# Possible values: chars
# Chars used for quoting 
# Default: >|#
quotechars='>|#'

# debug
# Possible values: 1 (on), 0 (off)
# Debug option (prints single test results)
# Default: off
debug=0

# TEST RELATED OPTIONS

# 1) ownSigTest 
# This test searches for the own email signature (default in file:
# ~/.signature), no matter if it is quoted or not. If the own signature is
# included in a reply, this is a strong sign for a tofu mail.

# ownsigtest
# Possible values: 1 (on), 0 (off)
# Turn on/off ownSigTest 
# Default: on
ownsigtest=1

# ownsigtestscore
# Possible values: double
# Score for ownSigTest 
# Default: 1.0
ownsigtestscore=1.0

# ownsigtestfile
# Possible values: stringe (filename)
# Signature file to test against 
# Default: ~/.signature
ownsigtestfile=~/.signature

# 2) msTest
# People using MS Outlook (Express) often have the original mail at the
# bottom of their reply below a line like "----- Original Message
# -----". This test searches for this kind of lines. It is possible to
# compare the line number where it was found to a certain threshold. If the
# line number is equal to or higher than this threshold, the test is
# positive and the specified score is added.  
# Why the line number? It is possible that a user replies in a non-tofu way
# but has this "original message" line at the very beginning of his reply.
# For definition of the attribution line see below.

# mstest
# Possible values: 1 (on), 0 (off)
# Turn on/off msTest (Microsoft attribution lines)
# Default: on
mstest=1

# mstestscore
# Possible values: double
# Score for msTest 
# Default: 1.0
mstestscore=1.0

# mstestthreshold
# Possible values: double
# Threshold for msTest (at or below which line a Microsoft attribution line ist found)
# Default: 2
mstestthreshold=2

# 3) quotedToAllTest 
# This test calculates the ratio between the number of quoted lines and the
# number of all lines. The ratio has a value between 0 and 1. It is compared
# to a threshold (default: 0.5) and in case the ratio is higher than the
# threshold the score is added to the final score. Additionally a factor can
# be specified that adds an additional weighted score:
# score(quotedToAllTest) = ratio > threshold ? score + ratio * factor : 0

# quotedtoalltest
# Possible values: 1 (on), 0 (off)
# Turn on/off quotedToAllTest  (ratio quoted lines to all)
# Default: on
quotedtoalltest=1

# quotedtoalltestscore 
# Possible values: double
# Score for quotedToAllTest 
# Default: 1.0
quotedtoalltestscore=1.0

# quotedtoalltestfactor
# Possible values: double
# Result = score + ratio * FACTOR 
# Default: 0
quotedtoalltestfactor=0

# quotedtoalltestthreshold
# Possible values: double
# Ratio threshold for activating quotedToAllTest 
# Default: 0.5
quotedtoalltestthreshold=0.5

# 4) bottomQuotedToAllTest 
# This test calculates the ratio between the number of quoted lines at the
# bottom of the mail and the number of all lines. The ratio has a value
# between 0 and 1. It is compared to a threshold (default: 0.5) and in case
# the ratio is higher than the threshold the score is added to the final
# score. Additionally a factor can be specified that adds an additional
# weighted score: 
# score(bottomQuotedToAllTest) = ratio > threshold ? score + ratio * factor
# : 0

# bottomquotedtoalltest
# Possible values: 1 (on), 0 (off)
# Turn on/off bottomQuotedToAllTest (ratio quoted lines at bottom to all
# Default: on
bottomquotedtoalltest=1

# bottomquotedtoalltestscore
# Possible values: double
# Score for bottomQuotedToAllTest 
# Default: 1.0
bottomquotedtoalltestscore=1.0

# bottomquotedtoalltestfactor
# Possible values: double
# Result = score + ratio * FACTOR 
# Default: 0
bottomquotedtoquotedtestfactor=0

# bottomquotedtoalltestthreshold
# Possible values: double
# Ratio threshold for activating bottomQuotedToAllTest 
# Default: 0.5
bottomquotedtoalltestthreshold=0.5

# 5) bottomQuotedToQuotedTest
# This test calculates the ratio between the number of quoted lines at the
# bottom of the mail and the number of all quoted lines. The ratio has a
# value between 0 and 1. It is compared to a threshold (default: 0.5) and in
# case the ratio is higher than the threshold the score is added to the
# final score. Additionally a factor can be specified that adds an
# additional weighted score:
# score(bottomQuotedToQuotedTest) = ratio > threshold ? score + ratio *
# factor : 0

# bottomquotedtoquotedtest
# Possible values: 1 (on), 0 (off)
# Turn on/off bottomQuotedToQuotedTest (ratio quoted lines at bottom to all quoted lines
# Default: on
bottomquotedtoquotedtest=1

# bottomquotedtoquotedtestscore
# Possible values: double
# Score for bottomQuotedToQuotedTest 
# Default: 1.0
bottomquotedtoquotedtestscore=1.0

# Possible values: double
# bottomquotedtoquotedtestfactor
# Result = score + ratio * FACTOR 
# Default: 0
bottomquotedtoquotedtestfactor=0

# bottomquotedtoquotedtestthreshold
# Possible values: double
# Ratio threshold for activating bottomQuotedToQuotedTest 
# Default: 0.5
bottomquotedtoquotedtestthreshold=0.5

# 6) singleBottomQuoteTest
# This tests checks if the mail has only one quote block and if this quote
# block is at the bottom of the mail - the classical tofu style.

# singlebottomquotetest
# Possible values: 1 (on), 0 (off)
# Turn on/off singleBottomQuoteTest (only one quote block, and at the bottom)
# Default: on
singlebottomquotetest=1

# singlebottomquotetestscore
# Possible values: double
# Score for singleBottomQuoteTest 
# Default: 1.0
singlebottomquotetestscore=1.0

# ADDITIONAL OPTIONS

# addattributionlines
# Add additional attribution lines for the 'mstest' (see above)
# Possible values: true false
# If 'false': other definitions are ignored
# If 'true': following defintions are added
# Default: true
addattributionlines=true

# attributionline
# Add additional attribution lines for the 'mstest' (see above).
# More than one entry is allowed.
attributionline=-----Ursprüngliche Nachricht-----
attributionline=-----Original Message-----
attributionline=----- Ursprüngliche Nachricht -----
attributionline=----- Original Message -----