Signature patterns filtering
-
Hi
First a thank you for the plugin that does exactly what I need.
I created a kind of a internal news aggregation site which fetches and tags news. Mostly over RSS or, where a source does not offer RSS but newsletters, I subscribed to newsletters in mail form (with postie).
Usually such newsletters have an “unsubscribe” section at the bottom, which I want to delete (or else on of my internal users can unsubscribe us accidentally). While I found the explanation and link to the regular expression site I still struggle in successfully defining the necessary filter in the Postie signature patters section.
For better reading purpose I had to use html newsletters and a typical code section looks like that:
<td style=”font-size: 16px; line-height: 22px;” valign=”top”><span
style=”font-size: medium; line-height: 22px; font-weight: bold; color:
#333333;”>Sie m?chten keinen Newsletter mehr erhalten?</span>
<span style=”font-size: medium; line-height: 22px; color: #333333;”><a
style=”color: #003c8e; text-decoration: none;” href=”https://fuw.us4.list-manage.com/unsubscribe?u=ea21608872ef538d66872fda2&id=5811b63fd6&e=f43669b1b5&c=e16f3d
ce9e”>Newsletter abmelden</span></td>
</tr>
Translation
“Sie m?chten keinen Newsletter mehr erhalten” ->you don’t want to receive a newsletter anymore
“Newsletter abmelden” ->Unsubscribe NewsletterWhat part of the code should I use for the filtering in which form?
Best regards from Switzerland
Christoph
- The topic ‘Signature patterns filtering’ is closed to new replies.