On 23/05/16 at 10:53pm, Patrice Levesque wrote: > 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; Yeap!
In my m_inmail.list I have this entry: [email protected] Profa. JJJJJ Inês XXXX FFFFF When I run in a terminal: user@user:~$ grep jjjkkkttt123 /home/user/.lbdb/m_inmail.list I got: Arquivo binário /home/user/.lbdb/m_inmail.list coincide com o padrão If I remove the ^ from Inês in m_inmail.list, I got the correct way: user@user:~$ grep jjjkkkttt123 /home/user/.lbdb/m_inmail.list [email protected] Profa. JJJJJ Ines XXXX FFFFF So, I will need to remove all sign from my m_inmail.list? Are there some way to by pass this? Thank you very much! -- Marcelo
