procmail
[Top] [All Lists]

Re: 3.11pre7: LOGABSTRACT bug

1997-07-05 12:24:00
I made two suggestions in response to Stefan Monnier's post about the
logabstract bug in 3.11pre7.  Stefan had a case where neither will work:

|     :0 cw:some.lock
|     | rcvstore +somefolder
| 
|     :0 a
|     | send-note-about-delivery
| 
| because the ":0 a" will most likely not be able to depend on the success of
| rcvstore if I move rcvstore into a forked subblock.

So we can, until the bug is fixed, resort to more trickery, assuming that
there are no more rcfiles named on the command line:

      :0cw:some.lock
      | rcvstore +somefolder
       :0acw
       { HOST } # clone inherits $LASTFOLDER and writes logabstract
       :0a
       | send-note-about-delivery # parent, with no `c', writes logabstract

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