procmail
[Top] [All Lists]

Re: External process timeout

2004-07-23 23:33:39
* DZ-Jay <dz(_at_)caribe(_dot_)net> [2004-07-23 17:05]:

:0
* ^TO_<some_email_address>
{
        # Keep a copy
        :0 c:
        some_mailbox

        # Proces
       :0 hbi
       | some_script.pl -
}

I'm not sure if this relates to your problem, but maybe your second
recipe should declare a lockfile:

  # Proces
  :0 hbi: some_script.lock 
  | some_script.pl -

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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