nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] pick --'.*'.

2017-12-01 09:54:27
Hi Valdis,

So for any of the List-* headers, regardless of whether anything is
after the colon, it's

    pick --'list-[^:][^:]*' '$'

Are there any list headers that won't work for?  They're all of the
form 'name: value'.

Or were you wanting to go introspecting in the body for a value?

I clearly was unclear since I don't understand the question.  :-)

The above pick selects emails with one or more List-* headers.  The
`--othercomponent' bit of pick doesn't peer at the body, just the
headers.

I could have done «--list-id '$' -or --list-post '$' -or ...» but that
causes pick to apply multiple regexps, stopping when one works.  This
way, it's the regexp that's coping with the variations, and it handles
RFC-less List-To-Port too.

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

-- 
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>