procmail
[Top] [All Lists]

Re: INCLUDERC

2004-03-12 16:59:38
Toen ik Robert Allerstorfer kietelde, kwam er dit uit:


 TEST = /usr/bin/test
 :0
 * $ ?"$TEST -r $my_INCLUDEFILE"
 { INCLUDERC = $my_INCLUDEFILE }


Almost the same: (just looks better to me)

  FileOK = "/usr/bin/test -rs"
  :0
  * ? $FileOK "$my_INCLUDEFILE"
  { INCLUDERC = "$my_INCLUDEFILE" }


(not tested)

I put the dquotes around the filename to allow for 
embedded spaces.

-- 
Affijn, Ruud

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