Hi Doug,
So to deal with this I figured that I'd just "beef up" my existing filters by adding the following;
(h.fromid.-z = "click" | h.fromid.-z = "xyz")
...alas, this does NOT work, and I cannot figure out why???
...
I don't see "-z" documented. Do you mean something else?
I would expect that "h.fromid." should be "h.fromid" (without the trailing dot).
Oh yeah, its out there, just sort of burried inside the Help screens. This is supposed to provide wildcard match where the "xyz" occurs at the end of the string (that's the meaning behind "-z" option), so in effect you would be picking up stuff like "bad_player@spamer.xyz".
The result should be that I trap all email addresses that originate from the ".xyz" domain, or claim to be orginating there.
I am starting to wonder if the "Header" fields do NOT actually contain this (this being SPAM and all that), despite the fact that PMMail does actually show this when exposing the email Header info.
Worst case is that like Matt suggetsed, I default to building a quick filter.
For what it's worth, I probably have about 20-30 of these complex filters built (have had them for years) and while they do take a little bit of effort to initially create, they do work extremely well.