Re: Command died with status 134

Eric Smith <[email protected]> Tue, 11 Aug 2015 07:37:51 +0200
Newsgroups gmane.mail.procmail
Message-ID <[email protected]>
Thanks Ian!
> > procmail: Locking "uudeview2.lock"
> > procmail: [12269] Mon Aug 10 17:38:57 2015
> 
> Do you change TIMEOUT or LOCKTIMEOUT anywhere in your config?
nope!

> >    :0f
> >    * ! ^X-Forwarded-To:.*<some-special-signifier-in-my-gmail-forwards>
> >    * ! ^X-Forwarded-For:.*<some-special-signifier-in-my-gmail-forwards>
> 
> This is slightly suspect to me, what is the f flag supposed to do on a
> forwarding recipe?  The manpage only documents it for a pipe recipe.

I thought necessary for the pipe to shell lower down, refactored
it now.
> >    :0w:uudeview2.lock
> >    | sleep 1;chmod 644 /www/eric/existing_dir/*
> 
> I would also try to rewrite this so that a shell is not necessary.
> Maybe using find and friends.

I will check my inotify (which should be doing this already) and
see if it can do this reliably.

Eric