procmail
[Top] [All Lists]

one action per recipe?

2000-05-18 06:30:54
I've thought that only one action could be called per recipe, but looking
in man procmailex I see:

              :0 h c
              * !^FROM_DAEMON
              * !^X-Loop: your(_at_)own(_dot_)mail(_dot_)address
              | (formail -r -I"Precedence: junk" \
                  -A"X-Loop: your(_at_)own(_dot_)mail(_dot_)address" ; \
                 echo "Mail received.") | $SENDMAIL -t

Isn't that at least two actions?  (formail and $SENDMAIL)  Maybe three?
(formail, echo, sendmail)

What's up?

Lee Howard

<Prev in Thread] Current Thread [Next in Thread>
  • one action per recipe?, Lee Howard <=