[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: add sender without mail if mail is in some ignored-list?
From: |
Greg Troxel |
Subject: |
Re: add sender without mail if mail is in some ignored-list? |
Date: |
Fri, 27 Mar 2020 19:39:33 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) |
"Roland Winkler" <address@hidden> writes:
> Where in the BBDB code should it be checked whether an email address
> should be ignored? bbdb-annotate-message could filter such unwanted
> addresses. Is this the right place?
>
> If gets an email from
>
> John Doe <address@hidden>
>
> I can imagine, at least, the following scenarios for BBDB's
> auto-update machinery:
>
> (1) Ignore this message completely.
>
> (2) Create a record for John Doe if it does not yet exist,
> but without an email address.
>
> (3) Update John Doe's existing record, but without adding the email
> address.
>
> Case (3) is simple to handle. I am not sure whether it may cause
> problems to distinguish case (1) and (2). (I am the wrong person to
> answer this question because I do not use the auto-update stuff at all.)
>
> Maybe, users who need to distinguish case (1) and (2) already run
> the auto-update machinery in "query" mode. Naturally, this can
> filter out case (1), too.
Functionally, completely ignoring name/address pairs that contain a
banned address part like address@hidden is the right thing to
do, in my view.
Case 3 isn't so bad but the whole notion that
"John Doe <address@hidden>" should be decided automatically to
match a record based on name seems off to me. The false positive rate
just seems too high.
- Re: add sender without mail if mail is in some ignored-list?, (continued)
- Re: add sender without mail if mail is in some ignored-list?, Michael Richardson, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Roland Winkler, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Greg Troxel, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Kevin Brubeck Unhammer, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Eric Abrahamsen, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Kevin Brubeck Unhammer, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Eric Abrahamsen, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Roland Winkler, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?,
Greg Troxel <=
- Re: add sender without mail if mail is in some ignored-list?, Bob Newell, 2020/03/28
- Re: add sender without mail if mail is in some ignored-list?, Michael Richardson, 2020/03/29
- Re: add sender without mail if mail is in some ignored-list?, Michael Richardson, 2020/03/27
- Re: add sender without mail if mail is in some ignored-list?, Roland Winkler, 2020/03/28
- Re: add sender without mail if mail is in some ignored-list?, Michael Richardson, 2020/03/27