* On Fri Sep 19, 2014 at 11:19:47AM -0400 1251 , Steve Litt 
([email protected]) wrote:
> 
> Hi all,
> 
> I had the following procmail filter:
> 
> 0:
> List-ID:.*misc.openbsd.org
> .OpenBSD/
> 
> The preceding didn't put this list's email in maildir folder
> OpenBSD.

I have a very similar rule with two differences:

I think the rule should start with :0, I am not sure that 0: is
recognised, although :0: would be and would also lock the mailbox and
prevent something else from writing too it at the same time.

Also, I have * ^ infront of the List-ID:

  :0
  * ^List-ID:.*misc.openbsd.org
  $MAILDIR/lists/obsd

Reply via email to