Package: dspam-webfrontend Version: 3.6.4-2 Severity: wishlist Tags: patch The variable LOCAL_DOMAIN is passed to the performance tab template, but never used. Instead, the user is instructed to send false-negatives to [EMAIL PROTECTED], where 'yourdomain.com' is hardcoded.
The attached patch uses the passed in LOCAL_DOMAIN variable in stead of yourdomain.com. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages dspam-webfrontend depends on: ii libgd-gd2-perl 1:2.30-1 Perl module wrapper for libgd - gd ii libgd-graph3d-perl 0.63-2 Create 3D Graphs with GD and GD::G dspam-webfrontend recommends no packages. -- no debconf information
--- nav_performance.html~ 2006-03-16 15:14:48.000000000 +0100 +++ nav_performance.html 2006-03-16 15:14:48.000000000 +0100 @@ -31,7 +31,7 @@ <p> If you receive a message in your e-mail application that was not caught by the filter, please forward it to -<strong>[EMAIL PROTECTED]</strong> +<strong>[EMAIL PROTECTED]</strong> so that it can be analyzed and learned as SPAM. This will improve the filter's accuracy in the future. </p>

