Closed (fixed)
Project:
Invisimail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2008 at 21:25 UTC
Updated:
20 Apr 2009 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
suit4 commentedsame here.
just debugging invisimail.module and digging into it.
As far as I can see by now, the additions (e.g. using javascript) made by invisimail are being removed by the HTML-Filter afterwards, as it does not allow
-Tags and HTML-comments Placing invisimail filter after the HTML-Filter, the regex pattern to strip the email adresses does not apply anymore. So instead of it could be simply but I guess this will break some stuff ..... So, after poking around with the regex, I found this one working, which is only slightly modified: There are extra | between the first and the last brackets to catch email adresses at the first or last line of a text block. As far as the HTML-Corrector filter again breaks invisimails output, invisimail has to be repositioned to be after HTML-Filter and HTML-Corrector and before URL-Filter. Patch attachedComment #2
Crell commentedOK, I'm confused. What exactly is the problem and how does this fix it?
Comment #3
Crell commentedOK, #176498: invisimail doesn't filter when it should.. looks like almost the same patch and has a better description of the problem. So it's specifically at the start/end of a field that the regex breaks. I've committed the patch in #1 to the 6.x branch. Please test the dev release and see if it actually works. :-)
Comment #4
bwv commentedI am using this module and can verify that it is working (at least I think it is). Would someone here be so kind as to go to this page:
http://ads.classicvinyl.biz/text-ad/20th-century/jazzantiqua
Click on the contact tab, then view source.
I have javascript obfuscation set up.
Thanks, david h.
Comment #5
Crell commentedYep, it's fixed.