procmail
[Top] [All Lists]

Re: Trouble with procmail.

2007-09-24 13:41:14
k3rn schreef:


 :0 c
 /eliot/prod/stock

 :0
 | /eliot/prod/sbin/fifo_cnx.pl $LASTFOLDER

procmail: Executing
"/eliot/prod/sbin/fifo_cnx.pl,/eliot/prod/stock/msg.Ea4P"
procmail: Error while writing to "/eliot/prod/sbin/fifo_cnx.pl"

The c-flag causes forking. The delivery ends that process.

Think about:

  :0c  #  save a copy
  /eliot/prod/stock

  :0c  #  filter a (second) copy
  {
      :0fiw  #  message on <STDIN>
      | /eliot/prod/sbin/fifo_cnx.pl

      :0
      /dev/null
  }

-- 
Groet, Ruud
____________________________________________________________
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>