procmail
[Top] [All Lists]

Re: Vonage caller names

2006-04-27 09:02:56
Google Kreme schreef:

      CALLID=$HOME/.vonange.callers

  s/ng/n/

This might also work:

       CALLID = '~.vonage.callers'

Maybe safer to do this first:

       PHONE = "$\PHONE" 

to escape characters like `[$ etc.

This because $PHONE contains tainted data.


      ISLISTED=`grep -i "^$PHONE" $CALLID`


-- 
Groet, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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