3
I would like to filter the messages that contain some HTML content. I have tried to create a filter such as:
body contains ViewSettings.jspa?name=marius.botis">Marius Botis
I copied&pasted the string from the message source. Is this a bug or is it not intended to work this way? Any suggestions? :)
P.S.: I am using the latest thunderbird from Ubuntu (3.0.8) P.S. 2: This is a sample of the html:
<tr style="vertical-align:top;">
<td style="font-weight:bold;white-space:nowrap;">FromUser:</td>
<td>
<a href="http://server/ViewSettings.jspa?name=marius.botis">Marius Botis</a>
</td>
</tr>
<tr style="vertical-align:top;">
<td style="font-weight:bold;white-space:nowrap;">ToUser:</td>
<td>
<a href="http://server/ViewSettings.jspa?name=marius.botis">Marius Botis</a>
</td>
</tr>
Could you add to your post a small example of the html? – harrymc – 2010-09-22T12:53:13.783
Small example of HTML added – botismarius – 2010-09-22T14:16:56.327