This file is indexed.

/etc/dspam/templates/nav_preferences.html is in dspam-webfrontend 3.10.2+dfsg-13.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD><TITLE>DSPAM v3 Control Center</TITLE>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000">
<div id="header">
	<div id="logo">
		<a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a>
		<p>$DSPAMVERSION$</p>
	</div>
	<div id="userinfo">
		$FORM_USER$
	</div>
</div>

<br clear="left">

<div id="navcontainer">
	<ul id="navlist">
		<li><a href="$CGI$?$USER$template=performance&amp;language=$LANG$">Performance</a></li>
		<li id="active"><a id="current" href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Preferences</a></li>
		<li><a href="$CGI$?$USER$template=alerts&amp;language=$LANG$">Alerts</a></li>
		<li><a href="$CGI$?$USER$template=quarantine&amp;language=$LANG$">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
		<li><a href="$CGI$?$USER$template=analysis&amp;language=$LANG$">Analysis</a></li>
		<li><a href="$CGI$?$USER$template=history&amp;language=$LANG$&amp;history_page=1">History</a></li>
		$NAV_ADMIN$
	</ul>
</div>

<div id="panel">

<p>
This page lets you configure how the filter will handle your messages.
</p>

<FORM ACTION="$CGI$">
<INPUT TYPE=HIDDEN NAME="template" VALUE="preferences">
<INPUT TYPE=HIDDEN NAME="user" VALUE="$REMOTE_USER$">
<input type="hidden" name="language" value="$LANG$">

<div class="content">
	<h3><strong>Training</strong> - Configure how the filter learns as it processes messages</h3>
<table class="hollow">
<tr><td>
DSPAM should train:<br><br>
<INPUT TYPE=RADIO NAME=trainingMode VALUE="TEFT" $S_TEFT$>
On every new message scanned by the filter<BR>
<INPUT TYPE=RADIO NAME=trainingMode VALUE="TOE" $S_TOE$> 
Only when the filter makes a mistake<BR>
<INPUT TYPE=RADIO NAME=trainingMode VALUE="TUM" $S_TUM$> 
Only with new data or if the filter makes a mistake
</td><td width=20>
 &nbsp;</td><td>
When I train DSPAM, I prefer:<br><br>
<INPUT TYPE=RADIO NAME=signatureLocation VALUE="message" $S_LOC_MESSAGE$>
To <u>forward</u> my spams (signature appears in message body)<BR>
<INPUT TYPE=RADIO NAME=signatureLocation VALUE="headers" $S_LOC_HEADERS$>
To <u>bounce</u> my spams (signature appears in message headers)<BR>
</td></tr>
</table>

<p>
Filter sensitivity <strong>during</strong> the training period:<br>
<span class="small">Catch SPAM (More in Quarantine)</span>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=0 $SEDATION_0$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=1 $SEDATION_1$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=2 $SEDATION_2$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=3 $SEDATION_3$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=4 $SEDATION_4$>
    | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=5 $SEDATION_5$> |
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=6 $SEDATION_6$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=7 $SEDATION_7$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=8 $SEDATION_8$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=9 $SEDATION_9$>
    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=10 $SEDATION_10$> 
<span class="small">Assume Good (Fewer in Quarantine)</span>
</p>

</div>

<div class="content">
	<h3><strong>Message Handling</strong> - Configure how SPAM is handled</h3>
<p>
When a SPAM message is identified:<br><br>
<INPUT TYPE=RADIO NAME=spamAction VALUE="quarantine" $S_ACTION_QUARANTINE$>Quarantine the message<BR>
<INPUT TYPE=RADIO NAME=spamAction VALUE="tag" $S_ACTION_TAG$>Tag the Subject header with <INPUT NAME=spamSubject VALUE="$SPAM_SUBJECT$" SIZE=8><BR>
<INPUT TYPE=RADIO NAME=spamAction VALUE="deliver" $S_ACTION_DELIVER$>Deliver the message normally with a X-DSPAM-Result header<BR>
</p>

</div>

<div class="content">
	<h3><strong>Features</strong> - Tuning SPAM filtering</h3>
<p>
$OPTION$
<INPUT TYPE=CHECKBOX NAME=enableBNR $C_BNR$>
Enable noise reduction, which usually improves filtering accuracy<br>
<INPUT TYPE=CHECKBOX NAME=enableWhitelist $C_WHITELIST$>
Enable automatic whitelisting to record frequent correspondence<BR>
<INPUT TYPE=CHECKBOX NAME=showFactors $C_FACTORS$>
Add the factoring tokens in each email into the message's full headers<br>
<input type="checkbox" name="dailyQuarantineSummary" id="dailyQuarantineSummary" $C_SUMMARY$>
<label for="dailyQuarantineSummary">Enable the sending of daily spam quarantine summary emails</label>
</p>

</div>

<!--
If you would like your users to be able to opt in/out
of DSPAM filtering, uncomment the section below.
Note: This currently only works with the preferences
extension, and not drop files.
-->
<!--
<div class="content">
	<h3><strong>Opt-In/Out</strong> - of DSPAM filtering</h3>
<p>
<INPUT TYPE="CHECKBOX" NAME="optIn" $C_OPTIN$>
Opt into DSPAM filtering<br>
<INPUT TYPE="CHECKBOX" NAME="optOut" $C_OPTOUT$>
Opt out of DSPAM filtering<br>
</p>

</div>
-->
<p>
<INPUT TYPE=SUBMIT NAME=submit VALUE="Submit Changes">
</p>

</FORM>

</div>



</BODY>
</HTML>