source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/nav_admin_preferences.html

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<HTML>
3<HEAD><TITLE>DSPAM v3 Administrative Suite</TITLE>
4<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
6<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
7</HEAD>
8<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000">
9<div id="header">
10        <div id="logo">
11                <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a>
12                <p>$DSPAMVERSION$</p>
13        </div>
14        <div id="userinfo">
15                $FORM_ADMIN$
16        </div>
17</div>
18
19<br clear="left">
20
21<div id="navcontainer">
22        <ul id="navlist">
23                <li><a href="$CGI$?$USER$template=status&amp;language=$LANG$">System Status</a></li>
24                <li><a href="$CGI$?$USER$template=user&amp;language=$LANG$">User Statistics</a></li>
25                <li id="active"><a id="current" href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Administration</a></li>
26                <li><a href="dspam.cgi?language=$LANG$">Control Center</a></li>
27                $NAV_ADMIN$
28        </ul>
29</div>
30
31<div id="panel">
32
33<FORM ACTION="$CGI$">
34
35<p>
36This page lets you edit the preferences for any user. You can also edit DSPAM's default preferences by leaving the input field empty.
37</p>
38
39<p>
40Enter user name:
41<INPUT NAME=username VALUE=$USERNAME$> <INPUT TYPE=SUBMIT VALUE=Edit>
42</p>
43
44<p>
45$ERROR$
46</p>
47
48<INPUT TYPE=HIDDEN NAME="template" VALUE="preferences">
49<input type="hidden" name="language" value="$LANG$">
50
51<div class="content">
52        <h3><strong>Training</strong> - Configure how the filter learns as it processes messages</h3>
53<table class="hollow">
54<tr><td>
55DSPAM should train:<br><br>
56<INPUT TYPE=RADIO NAME=trainingMode VALUE="TEFT" $S_TEFT$>
57On every new message scanned by the filter<BR>
58<INPUT TYPE=RADIO NAME=trainingMode VALUE="TOE" $S_TOE$>
59Only when the filter makes a mistake<BR>
60<INPUT TYPE=RADIO NAME=trainingMode VALUE="TUM" $S_TUM$>
61Only with new data or if the filter makes a mistake
62</td><td width=20>
63 &nbsp;</td><td>
64When I train DSPAM, I prefer:<br><br>
65<INPUT TYPE=RADIO NAME=signatureLocation VALUE="message" $S_LOC_MESSAGE$>
66To <u>forward</u> my spams (signature appears in message body)<BR>
67<INPUT TYPE=RADIO NAME=signatureLocation VALUE="headers" $S_LOC_HEADERS$>
68To <u>bounce</u> my spams (signature appears in message headers)<BR>
69<INPUT TYPE=RADIO NAME=signatureLocation VALUE="attachment" $S_LOC_ATTACHMENT$>
70To have DSPAM add its signature as an <u>attachment</u><BR>
71</td></tr>
72</table>
73
74<p>
75Filter sensitivity <strong>during</strong> the training period:<br>
76<span class="small">Catch SPAM (More in Quarantine)</span>
77    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=0 $SEDATION_0$>
78    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=1 $SEDATION_1$>
79    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=2 $SEDATION_2$>
80    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=3 $SEDATION_3$>
81    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=4 $SEDATION_4$>
82    | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=5 $SEDATION_5$> |
83    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=6 $SEDATION_6$>
84    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=7 $SEDATION_7$>
85    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=8 $SEDATION_8$>
86    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=9 $SEDATION_9$>
87    <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=10 $SEDATION_10$>
88<span class="small">Assume Good (Fewer in Quarantine)</span>
89</p>
90
91</div>
92
93<div class="content">
94        <h3><strong>Message Handling</strong> - Configure how SPAM is handled</h3>
95<p>
96When a SPAM message is identified:<br><br>
97<INPUT TYPE=RADIO NAME=spamAction VALUE="quarantine" $S_ACTION_QUARANTINE$>Quarantine the message<BR>
98<INPUT TYPE=RADIO NAME=spamAction VALUE="tag" $S_ACTION_TAG$>Tag the Subject header with <INPUT NAME=spamSubject VALUE="$SPAM_SUBJECT$" SIZE=8><BR>
99<INPUT TYPE=RADIO NAME=spamAction VALUE="deliver" $S_ACTION_DELIVER$>Deliver the message normally with a X-DSPAM-Result header<BR>
100</p>
101
102</div>
103
104<div class="content">
105        <h3><strong>Features</strong> - Tuning SPAM filtering</h3>
106<p>
107<INPUT TYPE=CHECKBOX NAME=enableBNR $C_BNR$>
108Enable noise reduction, which usually improves filtering accuracy<br>
109<INPUT TYPE=CHECKBOX NAME=enableWhitelist $C_WHITELIST$>
110Enable automatic whitelisting to record frequent correspondence<br>
111<INPUT TYPE=CHECKBOX NAME=showFactors $C_FACTORS$>
112Add the factoring tokens in each email into the message's full headers<br>
113<input type="checkbox" name="dailyQuarantineSummary" id="dailyQuarantineSummary" $C_SUMMARY$>
114<label for="dailyQuarantineSummary">Enable the sending of daily spam quarantine summary emails</label>
115</p>
116
117</div>
118
119<!--
120If you would like your users to be able to opt in/out
121of DSPAM filtering, uncomment the section below.
122Note: This currently only works with the preferences
123extension, and not drop files.
124-->
125<!--
126<div class="content">
127        <h3><strong>Opt-In/Out</strong> - of DSPAM filtering</h3>
128<p>
129<INPUT TYPE="CHECKBOX" NAME="optIn" $C_OPTIN$>
130Opt into DSPAM filtering<br>
131<INPUT TYPE="CHECKBOX" NAME="optOut" $C_OPTOUT$>
132Opt out of DSPAM filtering<br>
133</p>
134
135</div>
136-->
137<p>
138<INPUT TYPE=SUBMIT NAME=submit VALUE="Submit Changes">
139</p>
140
141</FORM>
142
143</div>
144
145
146
147</BODY>
148</HTML>
Note: See TracBrowser for help on using the repository browser.