Re: bbdb and tmda addresses

2002-05-15 Thread Andras BALI
On 13 May 2002, Ronan Waide wrote: > Can you please submit your request using bbdb-submit-bug-report, so we > can get an idea of what other settings might be interacting with this? Sure, here it goes. I've tried to trace the problem with edebug-defun and it showed that bbdb-annotate-message-send

Re: bbdb and tmda addresses

2002-05-14 Thread D. Goel
> > Thanks for your reply. I've changed my code to [his] specs... could you post the new frobbed code for braindead-people-like-me? thanks :) D -- ___ Have big pipes

Re: bbdb and tmda addresses

2002-05-13 Thread Ronan Waide
On May 13, [EMAIL PROTECTED] said: > No luck. :-( > > It seems to me that the functions of bbdb-canonicalize-net-hook > influence only the email address, the name that was extracted by > mail-extract-address-components is not passed to the hook (see > bbdb-annotate-message-sender function in bbdb

Re: bbdb and tmda addresses

2002-05-13 Thread Andras BALI
On 13 May 2002, Robert Fenk wrote: > Try adding a "(setq name nil)" in the function > my-bbdb-normalize-tmda-addresses ... No luck. :-( It seems to me that the functions of bbdb-canonicalize-net-hook influence only the email address, the name that was extracted by mail-extract-address-component

Re: bbdb and tmda addresses

2002-05-13 Thread Robert Fenk
On Monday, May 13, 2002 at 21:15:31, Andras BALI wrote: [...] > I have a record, with the name "Joe Foo", email "[EMAIL PROTECTED]" Now I > get a message from him, which has the following From field: > > From: [EMAIL PROTECTED] > > BBDB correctly recognizes that the email address is "[EMAIL PR

Re: bbdb and tmda addresses

2002-05-13 Thread Andras BALI
On 13 May 2002, Matt Armstrong wrote: > I'm not sure why you have the backtick (`) in your regexp. Maybe that > is causing the problem. Here is the regexp I use (the code is part of > a cond call): >((string-match > "^\\(.+?\\)\\(.\\)dated\\2[0-9]+\\.[0-9a-fA-F]+\\(@.*\\)" addr) >

Re: bbdb and tmda addresses

2002-05-13 Thread Matt Armstrong
Andras BALI <[EMAIL PROTECTED]> writes: > Hi. > > I'm using latest CVS of BBDB and Gnus with Emacs21. In order to store > the correct email addresses of people who use TMDA, I use this code: > > (defun my-bbdb-normalize-tmda-addresses (addr) > "Removes TMDA-related strings from addresses." >

bbdb and tmda addresses

2002-05-13 Thread Andras BALI
Hi. I'm using latest CVS of BBDB and Gnus with Emacs21. In order to store the correct email addresses of people who use TMDA, I use this code: (defun my-bbdb-normalize-tmda-addresses (addr) "Removes TMDA-related strings from addresses." (when addr (cond ((string-match (concat