procmail
[Top] [All Lists]

Re: actual problem.

2002-06-13 08:53:02
Martin suggested to Imran,

|   :0 : script.lock
|   {

Sorry, you can't do that.  Local locks can be put on the launches of nested
blocks only when they're cloning.  If the nested block is not cloning
procmail, you have to use a regional lockfile:

 :0
 * conditions
 {
  LOCKFILE=this.brace$LOCKEXT

  code inside the braces

  LOCKFILE # clear it in case of fall-through
 }

Otherwise, I'm with Marty: Imran should use $$ for the process ID.



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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