On Thu, 21st Jan 2021 21:25:33 -0600, VanguardLH wrote:
> I thought the +@ (or -@) syntax required no space between +@<hdrname>:
> or +@Header: and the following curly brace.
The rule is: No space between @ and the header name (including the
meta-header "header").
> I also see you sometimes don't delineate the regex criteria, or used
> double-quote instead of curly braces.
Only text inside curly braces is an regular expression. The text between
double-quotes is a pure text search. (No need to use RegEx for a simple
search.) ;-)
> I also found out there is a max line length limit
This is most likely the case. Can't tell the limit without testing, though.
> Because of false positives when using pattern matching via regex, I
> don't delete "bad" messages. I flag them as Ignored, and use a default
> view of "Hide Ignored Messages". I also configured Dialog to hide any
> replies (subthreads) to the ignore-flagged messages since I don't want
> to see replies to "bad" messages. Occasionally I use "Show All Message"
> to check if some messages should not have gotten flagged, or someone
> makes reference to an otherwise hidden post where I need to see what was
> said in the hidden subthread.
Reasonable approach.
Bernd