From b6d210c23e83eb99b20f3a63cf654b6977fa9d62 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 4 Feb 2006 01:19:25 +0000 Subject: Reduce breaking poing to 25 chars --- packages/spamd_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/spamd_db.php b/packages/spamd_db.php index ffa42ca9..22cdf786 100644 --- a/packages/spamd_db.php +++ b/packages/spamd_db.php @@ -213,7 +213,7 @@ if (typeof getURL == 'undefined') { /* if string is really long allow it to be wrapped by * replacing @ with space@ */ - if(strlen($col)>40) { + if(strlen($col)>25) { $col = str_replace("@"," @",$col); $col = str_replace("-"," -",$col); $col = str_replace("."," .",$col); -- cgit v1.2.3