procmail
[Top] [All Lists]

A potential locking problem

1998-12-02 15:18:02
Hi,
        I have the following recipe:
#puts body of email through program looks up numbers
:0bc:tpc.lock
*   ^Subject:[  ]checktpc
* ! ^X-Loop: msaroff(_at_)pca\(_dot_)net
TPC=|$HOME/tpcrun;

#mail results back to person
:0ac:tpc.lock
| (formail -r \
-A "X-Loop: msaroff(_at_)pca(_dot_)net" \
-A "Precedence: junk" \
-I "Subject: Your TPC Number Validation"; \
echo "$TPC";) | $SENDMAIL -t -oi

        It strikes me that there has to be a better way to set this up to
eliminate the "space" between the two locks. Any suggestions?

-- 
Matthew Saroff
Please send all replies to msaroff(_at_)pobox(_dot_)com
don't cc: me if you are posting to the list.

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