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/</</g;
$subject =~ s/>/>/g;
$subject =~ s/"/"/g;
Cheers,
Julien
------------------------------------------------------------------------------
_______________________________________________
Dspam-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-devel