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 Control Center</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_USER$ |
---|
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=performance&language=$LANG$">Performance</a></li> |
---|
24 | <li id="active"><a id="current" href="$CGI$?$USER$template=preferences&language=$LANG$">Preferences</a></li> |
---|
25 | <li><a href="$CGI$?$USER$template=alerts&language=$LANG$">Alerts</a></li> |
---|
26 | <li><a href="$CGI$?$USER$template=quarantine&language=$LANG$">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li> |
---|
27 | <li><a href="$CGI$?$USER$template=analysis&language=$LANG$">Analysis</a></li> |
---|
28 | <li><a href="$CGI$?$USER$template=history&language=$LANG$&history_page=1">History</a></li> |
---|
29 | $NAV_ADMIN$ |
---|
30 | </ul> |
---|
31 | </div> |
---|
32 | |
---|
33 | <div id="panel"> |
---|
34 | |
---|
35 | <p> |
---|
36 | This page lets you configure how the filter will handle your messages. |
---|
37 | </p> |
---|
38 | |
---|
39 | <FORM ACTION="$CGI$"> |
---|
40 | <INPUT TYPE=HIDDEN NAME="template" VALUE="preferences"> |
---|
41 | <INPUT TYPE=HIDDEN NAME="user" VALUE="$REMOTE_USER$"> |
---|
42 | <input type="hidden" name="language" value="$LANG$"> |
---|
43 | |
---|
44 | <div class="content"> |
---|
45 | <h3><strong>Training</strong> - Configure how the filter learns as it processes messages</h3> |
---|
46 | <table class="hollow"> |
---|
47 | <tr><td> |
---|
48 | DSPAM should train:<br><br> |
---|
49 | <INPUT TYPE=RADIO NAME=trainingMode VALUE="TEFT" $S_TEFT$> |
---|
50 | On every new message scanned by the filter<BR> |
---|
51 | <INPUT TYPE=RADIO NAME=trainingMode VALUE="TOE" $S_TOE$> |
---|
52 | Only when the filter makes a mistake<BR> |
---|
53 | <INPUT TYPE=RADIO NAME=trainingMode VALUE="TUM" $S_TUM$> |
---|
54 | Only with new data or if the filter makes a mistake |
---|
55 | </td><td width=20> |
---|
56 | </td><td> |
---|
57 | When I train DSPAM, I prefer:<br><br> |
---|
58 | <INPUT TYPE=RADIO NAME=signatureLocation VALUE="message" $S_LOC_MESSAGE$> |
---|
59 | To <u>forward</u> my spams (signature appears in message body)<BR> |
---|
60 | <INPUT TYPE=RADIO NAME=signatureLocation VALUE="headers" $S_LOC_HEADERS$> |
---|
61 | To <u>bounce</u> my spams (signature appears in message headers)<BR> |
---|
62 | </td></tr> |
---|
63 | </table> |
---|
64 | |
---|
65 | <p> |
---|
66 | Filter sensitivity <strong>during</strong> the training period:<br> |
---|
67 | <span class="small">Catch SPAM (More in Quarantine)</span> |
---|
68 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=0 $SEDATION_0$> |
---|
69 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=1 $SEDATION_1$> |
---|
70 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=2 $SEDATION_2$> |
---|
71 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=3 $SEDATION_3$> |
---|
72 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=4 $SEDATION_4$> |
---|
73 | | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=5 $SEDATION_5$> | |
---|
74 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=6 $SEDATION_6$> |
---|
75 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=7 $SEDATION_7$> |
---|
76 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=8 $SEDATION_8$> |
---|
77 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=9 $SEDATION_9$> |
---|
78 | <INPUT TYPE=RADIO NAME=statisticalSedation VALUE=10 $SEDATION_10$> |
---|
79 | <span class="small">Assume Good (Fewer in Quarantine)</span> |
---|
80 | </p> |
---|
81 | |
---|
82 | </div> |
---|
83 | |
---|
84 | <div class="content"> |
---|
85 | <h3><strong>Message Handling</strong> - Configure how SPAM is handled</h3> |
---|
86 | <p> |
---|
87 | When a SPAM message is identified:<br><br> |
---|
88 | <INPUT TYPE=RADIO NAME=spamAction VALUE="quarantine" $S_ACTION_QUARANTINE$>Quarantine the message<BR> |
---|
89 | <INPUT TYPE=RADIO NAME=spamAction VALUE="tag" $S_ACTION_TAG$>Tag the Subject header with <INPUT NAME=spamSubject VALUE="$SPAM_SUBJECT$" SIZE=8><BR> |
---|
90 | <INPUT TYPE=RADIO NAME=spamAction VALUE="deliver" $S_ACTION_DELIVER$>Deliver the message normally with a X-DSPAM-Result header<BR> |
---|
91 | </p> |
---|
92 | |
---|
93 | </div> |
---|
94 | |
---|
95 | <div class="content"> |
---|
96 | <h3><strong>Features</strong> - Tuning SPAM filtering</h3> |
---|
97 | <p> |
---|
98 | $OPTION$ |
---|
99 | <INPUT TYPE=CHECKBOX NAME=enableBNR $C_BNR$> |
---|
100 | Enable noise reduction, which usually improves filtering accuracy<br> |
---|
101 | <INPUT TYPE=CHECKBOX NAME=enableWhitelist $C_WHITELIST$> |
---|
102 | Enable automatic whitelisting to record frequent correspondence<BR> |
---|
103 | <INPUT TYPE=CHECKBOX NAME=showFactors $C_FACTORS$> |
---|
104 | Add the factoring tokens in each email into the message's full headers<br> |
---|
105 | <input type="checkbox" name="dailyQuarantineSummary" id="dailyQuarantineSummary" $C_SUMMARY$> |
---|
106 | <label for="dailyQuarantineSummary">Enable the sending of daily spam quarantine summary emails</label> |
---|
107 | </p> |
---|
108 | |
---|
109 | </div> |
---|
110 | |
---|
111 | <!-- |
---|
112 | If you would like your users to be able to opt in/out |
---|
113 | of DSPAM filtering, uncomment the section below. |
---|
114 | Note: This currently only works with the preferences |
---|
115 | extension, and not drop files. |
---|
116 | --> |
---|
117 | <!-- |
---|
118 | <div class="content"> |
---|
119 | <h3><strong>Opt-In/Out</strong> - of DSPAM filtering</h3> |
---|
120 | <p> |
---|
121 | <INPUT TYPE="CHECKBOX" NAME="optIn" $C_OPTIN$> |
---|
122 | Opt into DSPAM filtering<br> |
---|
123 | <INPUT TYPE="CHECKBOX" NAME="optOut" $C_OPTOUT$> |
---|
124 | Opt out of DSPAM filtering<br> |
---|
125 | </p> |
---|
126 | |
---|
127 | </div> |
---|
128 | --> |
---|
129 | <p> |
---|
130 | <INPUT TYPE=SUBMIT NAME=submit VALUE="Submit Changes"> |
---|
131 | </p> |
---|
132 | |
---|
133 | </FORM> |
---|
134 | |
---|
135 | </div> |
---|
136 | |
---|
137 | |
---|
138 | |
---|
139 | </BODY> |
---|
140 | </HTML> |
---|