* Robert Fenk <[EMAIL PROTECTED]> wrote:
> On Monday, June 23, 2003 at 20:20:46, Marcus Frings wrote:

>> some people use in their FROM for Usenet postings the address
>> <[EMAIL PROTECTED]> which is just a spamtrap for moving messages to
>> /dev/null. Of course I don't want to have these addresses as records
>> in my BBDB. Therefore I wrote the following:

>> (setq bbdb-auto-notes-ignore
>>       '(
>>      ("From" . "[EMAIL PROTECTED]")))

>> (setq bbdb-auto-notes-ignore-all
>>       '(
>>      ("From" . "[EMAIL PROTECTED]")))

>> Unfortunately this doesn't seem to work because BBDB asks me if I
>> want to add these addresses to my friends who already got an entry
>> in my database. Any ideas?

> I did not see an reply (just cleaning up my BBDB folder) ...

Yes, this is right. Nobody replied to my mail (except for you now).

> IMHO this is not related to each other, as the notes-hook
> does things silently.

> You want to use `bbdb-ignore-some-messages-alist' ...

;; I have already had this as default:
(setq bbdb/mail-auto-create-p 'bbdb-ignore-some-messages-hook)

;; This one I changed from `nil' to `bbdb-ignore-some-messages-hook'
(setq bbdb/news-auto-create-p 'bbdb-ignore-some-messages-hook)

(setq bbdb-ignore-some-messages-alist
      '(
        ("From" . "mailer-daemon")
;; Added as you suggested:
        ("From" . "[EMAIL PROTECTED]")
        ))

...doesn't work either. I'm still get asked if I want to add the address
[EMAIL PROTECTED] to my friend's entry in the BBDB. As a bad side effect,
changing bbdb/news-auto-create-p from `nil' to
`bbdb-ignore-some-messages-hook' now creates an entry in my BBDB for
every person I read in Usenet (certainly not what I really want).

Regards,
Marcus
-- 
"Priorität: Sicherstellung des Fremdorganismus zu Analysezwecken.
Alle anderen Belange sekundär. Besatzung ersetzbar." 



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to