Needs review
Project:
Email Input Filter
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2011 at 21:37 UTC
Updated:
23 Apr 2012 at 06:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
Daniel_KM commentedSubscribing
Comment #2
Daniel_KM commentedHi,
This issue is due to the use of another input filter in parallel, probably Invisimail. The problem occurs too when processed mail is an html one, because use of regexp to process html code is always uncertain.
So this module, which works pretty well, has to be used alone and, in particular, not with HTML purifier or filters.
Sincerely,
Daniel Berthereau
Knowledge manager
Comment #3
Daniel_KM commentedHi,
In fact, there is a true bug: the filter use a regular expression to find pseudo "/italic/" in plain text. In mails, there are often dates like "09/05/2011", in particular in the line before the quotes. So "05" is put in italic.
Sincerely,
Daniel Berthereau
Knowledge manager
Comment #4
Daniel_KM commentedAnd here is the patch.
Daniel Berthereau
Knowledge manager
Comment #5
kentr commentedBug confirmed.
#4 worked for me.