procmail
[Top] [All Lists]

Re: INCLUDERC

2004-03-12 15:56:45
On Fri, 12 Mar 2004, 14:27 GMT-08 Gary Funck wrote:

From: Robert Allerstorfer
[...]
  { INCLUDERC $my_INCLUDEFILE }

Above, needs an = sign? As in:

{ INCLUDERC=$my_INCLUDEFILE }

sure, missed that one in my "quicky".

This also works, I think:

INCLUDERC=`test -f $my_INCLUDEFILE && echo $my_INCLUDEFILE`

I would not recommend that because it additionally requires the
execution of the 'echo' external.

rob.


_______________________________________________
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>