> Well, I got lbdb-fetchaddr working by putting the full path in my .procmailrc. > Addresses are being added to my .lbdb/m_inmail.list.
One down, one to go. > However, trying to use lbdbq by itself at command line still gives: > ksh: lbdbq: No such file or directory > $ /usr/local/bin/lbdbq > ksh: /usr/local/bin/lbdbq: No such file or directory I think I know the problem. Is lbdbq a script? DId you say you put #!/usr/bin/ksh somewhere? (a) ksh is in /bin/ksh (and a bogus #! will generate the "No such file" errmessage) (b) Use /bin/sh in scripts unless you have a special reason not to. Dave "scraping bottom here" -- Caution, this account is hosted by gmail. Strangers scan the content of all mail transiting such accounts. _______________________________________________ Openbsd-newbies mailing list [email protected] http://mailman.theapt.org/listinfo/openbsd-newbies
