我想过滤包含一些 HTML 内容的消息。我尝试创建一个过滤器,例如:
主体包含 ViewSettings.jspa?name=marius.botis">Marius Botis
我从消息源复制粘贴了该字符串。这是错误还是本来就不应该这样工作?有什么建议吗?:)
PS:我使用的是 Ubuntu 最新的 thunderbird(3.0.8) PS 2:这是 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>
答案1
据我所知(如果我错了请纠正我),但 thunderbird 在过滤时会查看邮件内容。它不会查看包含邮件的 html 和纯文本部分的消息源。
您具体想过滤什么?我想有一种方法可以做到这一点而不必担心 HTML 源代码。