Re: Any list headers
Santiago Vila <[email protected]>
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 21 Oct 2013, LuKreme wrote: > I want to match if there are any list headers in an email. Something like if ^List-* > > I seem to recall that the match on the left side of a ?? Had to be a full header? So List-* wouldn't work. Maybe this does what you want: :0 hWc | grep ^List- :0 a list :0 non-list