~ubuntu-branches/ubuntu/precise/dspam/precise

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/nav_preferences.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff, Kurt B. Kaiser, Julien Valroff
  • Date: 2011-03-28 15:04:10 UTC
  • mfrom: (1.1.3 upstream)
  • mto: (8.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20110328150410-3zsgfxn4lcc708kt
Tags: 3.9.1~rc1+git20110312.9a9050f+dfsg-1
[ Kurt B. Kaiser ]
* debian/rules: don't use --build config option if host equals target.
* debian/rules: dpkg-dev now handles CFLAGS.
* Use maintainer-clean in clean target and remove any Makefile.in left over.
* Remove libapache2-mod-auth-shadow - no longer available in unstable
* Suggest clamav-daemon instead of recommending it.
* Suggest dspam-webfrontend.
* Add amavis to trusted users (Closes: #477508)
* Use dh_lintian to install the webfrontend conffile override
* Webfrontend improvements:
  - Delete the old, obsolete apache.conf file from the package, and
    purge it when dspam-webfrontend is purged if it is present in
    /etc/dspam/.
  - Move the html templates to /etc/dspam/templates/
  - Install the apache conf fragment as an example in dspam-webfrontend 
  - Modify apache2.conf to install a working example website. Use
    /etc/dspam/passwd, which doesn't need access to /etc/shadow.
    (Closes: #430589)
  - Clean up customize-cgi.txt and add it to README.Debian. 

[ Julien Valroff ]
* New upstream release
  (Closes: #418736, #491387, #505010, #514498, #577661, #445890, #383964,
  #430840, #568068)
* Bump Standards to 3.9.1:
  - Add README.source, as per Debian Policy Manual 4.14
* Bump debhelper compatibility to 8
* Update/remove patches for new release
* Add misc depends to all binary packages
* Rewrite package descriptions
* Use dh_prep instead of dh_clean -k
* Drop obsolete db4 driver (Closes: #601209)
* Update copyright information
* Add Vcs-* and Homepage fields in control file
* Remove useless DMUA field 
* Add TODO.Debian file to describe planned changes to DSPAM Debian packages
* Fix watch file to track upstream releases on new hosting location
* Remove /var/run/dspam from dspam.dirs to make lintian happy - the init
  script makes sure the directory is created before starting dspam
* Install examples scripts using dh_installexamples
* Update SQL schemas and make sure the databases are updated when upgrading
  from 3.6.8 using dbconfig-common
* Set default database name and user name to dspam for both MySQL and PgSQL
* Make dspam-webfrontend suggest apache2
* Remove inactive & MIA uploaders (Closes: #503488)
* Add myself as uploader
* Add depends on other MDAs than procmail (Closes: #506312)
* Honour $USER in call to chmod (Closes: #505217)
* Fix MySQL daily cronjob to work correctly when using storage profiles
* Make MySQL daily cronjob quiet
* Fix build-dependencies to use current automake version and use
  unversionned libmysqclient-dev
* Drop runtime dependencies on debconf - unneeded as this package
  is "required"
* Purge ucf database and ucf config files on package purge
* Remove unused lintian overrides
* Add description to all patches
* Rewrite init script based on the current skeleton shipped in the
  initscripts package
* Add numerical prefixes to Debian patches 
* Fix verbose_bug build option
* Add logrotate entry for dspam.messages and sql.errors
* Add 'notifempty' option for logrotate
* Fix 'hyphen-used-as-minus-sign' lintian information: escape all --
  in manpages
* Update dspam_admin manpage to list aggregate feature
* Makes drv-sqlite3 daily cronjob quiet if package is removed and
  not purged - thanks to Petter Reinholdtsen <pere@hungry.com>
  (Closes: #540064, #562857)
* Converted source package to 3.0 (quilt) format
* Add dependency to libhtml-parser-perl for the webfrontend
* Opt Out is now the default condfiguration, as per upstream default
* Default daemon port is set to 2424 as dspam daemon is run by an
  unprivileged user (Closes: #385760)
* Add explicit dependency on perl
* Fix typo in README.source
* Fix daily cron scripts to avoid problems if the user has added
  two identical entries for certain values
  (thanks to Stevan Bajić <stevan@bajic.ch>)
* Add automatic configuration file splitting snippet in rules
  (thanks to Stevan Bajić <stevan@bajic.ch>)
* Make use of dspam_maintenance.sh script instead of homemade purge scripts
* Only ships SQL files for MySQL >= 4.1 as no older version is available
  in Debian
* Add dspam_notify script in dspam-webfrontend to send automatic quarantine
  email notification
* Add debug package which ships debugging symbols
* Switch to dh style rules file
* Repack upstream tarball to make DFSG clean sources and add explanations to
  README.source file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<HTML>
2
2
<HEAD><TITLE>DSPAM v3 Control Center</TITLE>
 
3
<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
3
4
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
4
5
</HEAD>
5
6
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000>
6
7
<div id="header">
7
8
        <div id="logo">
8
 
                <a href="$CGI$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo" /></a>
 
9
                <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a>
 
10
                <p>$DSPAMVERSION$</p>
9
11
        </div>
10
12
        <div id="userinfo">
11
13
                $FORM_USER$
12
14
        </div>
13
15
</div>
14
16
 
15
 
<br clear="left" />
 
17
<br clear="left">
16
18
 
17
19
<div id="navcontainer">
18
20
        <ul id="navlist">
19
 
                <li><a href="$CGI$?$USER$template=performance">Performance</a></li>
20
 
                <li id="active"><a id="current" href="$CGI$?$USER$template=preferences">Preferences</a></li>
21
 
                <li><a href="$CGI$?$USER$template=alerts">Alerts</a></li>
22
 
                <li><a href="$CGI$?$USER$template=quarantine">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
23
 
                <li><a href="$CGI$?$USER$template=analysis">Analysis</a></li>
24
 
                <li><a href="$CGI$?$USER$template=history&history_page=1">History</a></li>
 
21
                <li><a href="$CGI$?$USER$template=performance&amp;language=$LANG$">Performance</a></li>
 
22
                <li id="active"><a id="current" href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Preferences</a></li>
 
23
                <li><a href="$CGI$?$USER$template=alerts&amp;language=$LANG$">Alerts</a></li>
 
24
                <li><a href="$CGI$?$USER$template=quarantine&amp;language=$LANG$">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
 
25
                <li><a href="$CGI$?$USER$template=analysis&amp;language=$LANG$">Analysis</a></li>
 
26
                <li><a href="$CGI$?$USER$template=history&amp;language=$LANG$&history_page=1">History</a></li>
25
27
                $NAV_ADMIN$
26
28
        </ul>
27
29
</div>
35
37
<FORM ACTION="$CGI$">
36
38
<INPUT TYPE=HIDDEN NAME="template" VALUE="preferences">
37
39
<INPUT TYPE=HIDDEN NAME="user" VALUE="$REMOTE_USER$">
 
40
<input type="hidden" name="language" value="$LANG$">
38
41
 
39
 
<div id="content">
 
42
<div class="content">
40
43
        <h3><strong>Training</strong> - Configure how the filter learns as it processes messages</h3>
41
44
<p>
42
45
<table class="hollow">
78
81
 
79
82
</div>
80
83
 
81
 
<div id="content">
 
84
<div class="content">
82
85
        <h3><strong>Message Handling</strong> - Configure how SPAM is handled</h3>
83
86
<p>
84
87
When a SPAM message is identified:<br><br>
89
92
 
90
93
</div>
91
94
 
92
 
<div id="content">
 
95
<div class="content">
93
96
        <h3><strong>Features</strong> - Tuning SPAM filtering</h3>
94
97
<p>
95
98
$OPTION$
98
101
<INPUT TYPE=CHECKBOX NAME=enableWhitelist $C_WHITELIST$>
99
102
Enable automatic whitelisting to record frequent correspondence<BR>
100
103
<INPUT TYPE=CHECKBOX NAME=showFactors $C_FACTORS$>
101
 
Add the factoring tokens in each email into the message's full headers
102
 
</p>
103
 
 
104
 
</div>
105
 
 
 
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
-->
106
129
<p>
107
130
<INPUT TYPE=SUBMIT NAME=submit VALUE="Submit Changes">
108
131
</p>
111
134
 
112
135
</div>
113
136
 
114
 
<div id="footer">
115
 
<p>
116
 
<a href="http://dspam.nuclearelephant.com">DSPAM</a> is a registered trademark of <a href="http://www.nuclearelephant.com">Jonathan A. Zdziarski</a> Copyright &copy; 2005, Jonathan A. Zdziarski
117
 
</p>
118
 
</div>
 
137
 
119
138
 
120
139
</BODY>
121
140
</HTML>