[Vtigercrm-commits] [Vtiger development] #8099: Mail converter does not match subjects and contents with spaces and newlines.

Vtiger development vtiger-tickets at trac.vtiger.com
Fri Jun 13 10:04:48 GMT 2014


#8099: Mail converter does not match subjects and contents with spaces and
newlines.
------------------------+-------------------------
 Reporter:  rishab      |       Owner:  developer
     Type:  defect      |      Status:  new
 Priority:  unassigned  |   Milestone:  Unassigned
Component:  vtigercrm   |     Version:  6.0.0
 Severity:  Low         |  Resolution:
 Keywords:              |
------------------------+-------------------------

Comment (by rishab):

 Fix:
 File MailScannerRule.php
 Function:find
 replace $input with
 {{{
 $input = trim(preg_replace("/\r/", '', decode_html($input)));
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8099#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list