Re: locking rcvstore?

2002-07-10 Thread Chris Garrigues
From: Randy Primeaux [EMAIL PROTECTED] Date: Tue, 09 Jul 2002 22:19:00 -0700 Here's a procmail recipe I use, including a procmail lockfile before rcvstore is called. PATH is on Debian Linux. PATH=/bin:/usr/bin:/usr/bin/mh:/usr/lib/mh:/etc/nmh:/usr/local/bin LOCKEXT=.lock :0 w:

Re: locking rcvstore?

2002-07-10 Thread Neil W Rickert
Chris Garrigues [EMAIL PROTECTED] wrote: I always call rcvstore with this wrapper: #!/bin/bash ... and it would be nice if it weren't needed. I'm not convinced that it is needed. The only risk is that your sequences might be corrupted. I prefer that to the problems caused by stuck locks.

Re: locking rcvstore?

2002-07-10 Thread Chris Garrigues
From: Neil W Rickert [EMAIL PROTECTED] Date: Wed, 10 Jul 2002 10:16:03 -0500 Chris Garrigues [EMAIL PROTECTED] wrote: I always call rcvstore with this wrapper: #!/bin/bash ... and it would be nice if it weren't needed. I'm not convinced that it is needed. The only risk is