> standard input <FileBinaryCoincidesWithPattern>

Just a hunch, but this looks like what `grep` spits out when fed a
binary stream; many lbdb commands use `grep` internally.  You may try
directly grepping in your file to see if you get the same message, by
searching for something you know is in your addressbook, like:

        grep email_address /home/user/.lbdb/m_inmail.list

If so, you may want to check that m_inmail.list file and look for
garbage characters in it; alternatively, some `grep` variants have a
flag to treat binary as text; GNU `grep` has --binary-files=text and
other variants probably have something similar; check your `grep`
manpage to see how to apply this to your situation, if needed.



-- 
· Patrice Levesque
· http://ptaff.ca/
· [email protected]
--

Attachment: signature.asc
Description: Digital signature

Reply via email to