procmail
[Top] [All Lists]

Re: help with variable syntax please

2004-06-05 06:20:38
On Sat, 05 Jun 2004 00:05:53 +0700, Tim Rice <tim(_at_)computerstuff(_dot_)net> 
wrote:
        :0 h
        * !^FROM_DAEMON
        * !^X-Loop:.*
        | (formail -r -t -A"Precedence: junk" \
           -I"Subject: Zip attachment not accepted" \
           -I"From: ${USEREMAIL}" \
           -A"X-Loop: Puremail filter" ; \
          cat $HOME/received.txt ) | $SENDMAIL -t
 
          * $ !^X-Loop:.*
          | (formail -r -t -A"Precedence: junk" \
             -I"Subject: Zip attachment not accepted" \
             -I"From: ${USEREMAIL}" \
             -A"X-Loop: Puremail filter" ; \
            cat $HOME/received.txt ) | $SENDMAIL -t
 
 Seems like an obvious fix
 
 man procmailrc:
        $    Evaluate  the  remainder of this condition according to sh(1) sub-
             stitution rules inside double  quotes,  skip  leading  whitespace,
             then reparse it.

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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