Hi Valdis,

> pick -from <address> -subject '\[PATCH [45]\.[0-9]'
...
> However, it *also* catches messages of the form 'Subject: Re: [PATCH
> ....' which is unacceptable for the use case in question.

Bakul answered about the anchors.  Another approach is to rule out
replies.

    -sub foo -and -not -sub re:
    -sub foo -and -not --references '_*'

-- 
Cheers, Ralph.

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

Reply via email to