[pkg-dspam-commits] r83 - in trunk/debian: . patches

Matthijs Mohlmann active2-guest at costa.debian.org
Thu Mar 16 18:29:12 UTC 2006


Author: active2-guest
Date: Thu Mar 16 18:29:10 2006
New Revision: 83

Added:
   trunk/debian/patches/fix-nav-performance.dpatch   (contents, props changed)
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
 * Added patch to remove an hardcoded value.


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Thu Mar 16 18:29:10 2006
@@ -6,8 +6,10 @@
   * Swap totals in the User Statistics web frontend. (Closes: #357094)
   * Added cron.daily purge script for mysql. (Closes: #357100)
   * Modified dspam crontab to also purge entries from a db4 database.
+  * Added patch to remove hardcoded 'yourdomain.com'. Thanks to 
+    Martijn Pieters. (Closes: #357273)
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Wed, 15 Mar 2006 21:45:12 +0100
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Thu, 16 Mar 2006 19:27:10 +0100
 
 dspam (3.6.4-2) unstable; urgency=low
 

Modified: trunk/debian/patches/00list
==============================================================================
--- trunk/debian/patches/00list	(original)
+++ trunk/debian/patches/00list	Thu Mar 16 18:29:10 2006
@@ -13,3 +13,4 @@
 background-dspam.dpatch
 configure-ac.dpatch
 pos-neg-switched.dpatch
+fix-nav-performance.dpatch

Added: trunk/debian/patches/fix-nav-performance.dpatch
==============================================================================
--- (empty file)
+++ trunk/debian/patches/fix-nav-performance.dpatch	Thu Mar 16 18:29:10 2006
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix-nav-performance.dpatch by Matthijs Mohlmann <matthijs at cacholong.nl>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad dspam-3.6.4~/webui/cgi-bin/templates/nav_performance.html dspam-3.6.4/webui/cgi-bin/templates/nav_performance.html
+--- dspam-3.6.4~/webui/cgi-bin/templates/nav_performance.html	2006-01-18 17:46:22.000000000 +0100
++++ dspam-3.6.4/webui/cgi-bin/templates/nav_performance.html	2006-03-16 18:41:38.177049920 +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>spam-$REMOTE_USER$@yourdomain.com</strong>
++<strong>spam-$REMOTE_USER$@$LOCAL_DOMAIN$</strong>
+ so that it can be analyzed and learned as SPAM. This will improve the filter's accuracy in the future.
+ </p>
+ 



More information about the Pkg-dspam-commits mailing list