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

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/de/nav_performance.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head><title>DSPAM v3 Verwaltungsbereich</title>
 
4
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 
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 id="active"><a id="current" href="$CGI$?$USER$template=performance&amp;language=$LANG$">Leistungsmerkmale</a></li>
 
24
                <li><a href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Einstellungen</a></li>
 
25
                <li><a href="$CGI$?$USER$template=alerts&amp;language=$LANG$">Alarme</a></li>
 
26
                <li><a href="$CGI$?$USER$template=quarantine&amp;language=$LANG$">Quarant&auml;ne ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
 
27
                <li><a href="$CGI$?$USER$template=analysis&amp;language=$LANG$">Analyse</a></li>
 
28
                <li><a href="$CGI$?$USER$template=history&amp;language=$LANG$&amp;history_page=1">Historie</a></li>
 
29
                $NAV_ADMIN$
 
30
        </ul>
 
31
</div>
 
32
 
 
33
<div id="panel">
 
34
 
 
35
<p>
 
36
Wenn sie eine E-Mail in ihrer Mailanwendung erhalten welche nicht durch den Filter erfasst wurde, dann leiten sie die Nachricht an <strong>spam-$REMOTE_USER$$LOCAL_DOMAIN$</strong> weiter, so dass die Nachricht analysiert und als Spam gelernt werden kann. Dies steigert in Zukunft die Erkennungsrate.
 
37
</p>
 
38
 
 
39
<div class="content">
 
40
        <h3><strong>Statistik der Leistungsmerkmale</strong> - $TIME$</h3>
 
41
 
 
42
        <table border="0" cellspacing="0" cellpadding="4">
 
43
                <tr>
 
44
                        <th>Metrik</th>
 
45
                        <th>&nbsp;</th>
 
46
                        <th>Berechnung als</th>
 
47
                </tr>
 
48
                <tr class="rowEven">
 
49
                        <td>Gesamt-Pr&auml;zision (seit letzter R&uuml;ckstellung)</td>
 
50
                        <td><strong>$OVERALL_ACCURACY$%</strong></td>
 
51
                        <td class="rowDivider"><span class="small">(SPAM Mails erkannt + Gute Mails zugestellt) / Anzahl der Nachrichten</span></td>
 
52
                </tr>
 
53
                <tr class="rowOdd">
 
54
                        <td>Spam Erkennung (seit letzter R&uuml;ckstellung)</td>
 
55
                        <td><strong>$SPAM_ACCURACY$%</strong></td>
 
56
                        <td class="rowDivider"><span class="small">(Spam Erkennungsrate einzeln)</span></td>
 
57
               </tr>
 
58
                <tr class="rowEven">
 
59
                        <td>Spam Anteil (der verarbeiteten Nachrichten)</td>
 
60
                        <td><strong>$SPAM_RATIO$%</strong></td>
 
61
                        <td class="rowDivider"><span class="small">Alle SPAM Mails (erkannt + nicht erkannt) / Anzahl der Nachrichten</span></td>
 
62
                </tr>
 
63
        </table>
 
64
        <table border="0" cellspacing="0" cellpadding="4">
 
65
                <tr>
 
66
                        <th>&nbsp;</th>
 
67
                        <th>SPAM Mails</th>
 
68
                        <th>Nicht SPAM Mails</th>
 
69
                </tr>
 
70
                <tr class="rowEven">
 
71
                        <td rowspan="3" valign="top" nowrap>Seit letzter R&uuml;ckstellung</td>
 
72
                        <td>$TOTAL_SPAM_MISSED$ nicht erkannt</td>
 
73
                        <td>$TOTAL_NONSPAM_MISSED$ nicht erkannt</td>
 
74
                </tr>
 
75
                <tr class="rowEven">
 
76
                        <td>$TOTAL_SPAM_CAUGHT$ erkannt</td>
 
77
                        <td>$TOTAL_NONSPAM_CAUGHT$ zugestellt</td>
 
78
                </tr>
 
79
                <tr class="rowEven">
 
80
                        <td>$SPAM_ACCURACY$% erkannt</td>
 
81
                        <td>$NONSPAM_ERROR_RATE$% nicht erkannt</td>
 
82
                </tr>
 
83
                <tr class="rowOdd">
 
84
                        <td rowspan="2" valign="top" nowrap>Durch Filter verarbeitete Mails</td>
 
85
                        <td>$TOTAL_SPAM_LEARNED$ nicht erkannt</td>
 
86
                        <td>$TOTAL_NONSPAM_LEARNED$ nicht erkannt</td>
 
87
                </tr>
 
88
                <tr class="rowOdd">
 
89
                        <td>$TOTAL_SPAM_SCANNED$ erkannt</td>
 
90
                        <td>$TOTAL_NONSPAM_SCANNED$ zugestellt</td>
 
91
                </tr>
 
92
                <tr class="rowEven">
 
93
                        <td valign="top" nowrap>Korpuszufuhr</td>
 
94
                        <td>$TOTAL_SPAM_CORPUSFED$ Einspeisungen</td>
 
95
                        <td>$TOTAL_NONSPAM_CORPUSFED$ Einspeisungen</td>
 
96
                </tr>
 
97
        </table>
 
98
 
 
99
        <p>
 
100
                <a href="$CGI$?$USER$command=resetStats&amp;language=$LANG$" title="Zur&uuml;cksetzen der Statistik">Zur&uuml;cksetzen</a> | <a href="$CGI$?$USER$command=tweak" title="Feineinstellung f&uuml;r Nachrichten welche zum Filter weitergeleitet wurden">Optimiere -1</a>
 
101
        </p>
 
102
</div>
 
103
 
 
104
</div>
 
105
 
 
106
</BODY>
 
107
</HTML>