Hi,

There is a typo in the last commit
3659ebb7d70026b27fccc6fad6118767db5b0811, here is a patch to fix it:

--- a/webui/cgi-bin/dspam.cgi
+++ b/webui/cgi-bin/dspam.cgi
@@ -516,7 +516,7 @@ sub DisplayHistory {
     $from =~ s/"/"/g;
     $from =~ s/'/'/g;      # MSIE doesn't know "'"
 
-    $subject =~ s/&/&/g/;
+    $subject =~ s/&/&/g;
     $subject =~ s/</&lt;/g;
     $subject =~ s/>/&gt;/g;
     $subject =~ s/"/&quot;/g;

Cheers,
Julien


------------------------------------------------------------------------------
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to