For some reason links are badly reformated with tags in place of slashes, so I commented the parts referring to italics. This happens in posts with no email reply lines too.

Comments

Daniel_KM’s picture

Subscribing

Daniel_KM’s picture

Status: Active » Closed (works as designed)

Hi,

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

Daniel_KM’s picture

Status: Closed (works as designed) » Active

Hi,

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

Daniel_KM’s picture

Status: Active » Needs review
StatusFileSize
new1.03 KB

And here is the patch.

Daniel Berthereau
Knowledge manager

kentr’s picture

Bug confirmed.

#4 worked for me.