Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* bbdb "read only" records...
@ 2006-05-19 15:41 Christopher Browne
  2006-05-19 20:16 ` Reiner Steib
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Browne @ 2006-05-19 15:41 UTC (permalink / raw)


I have set up BBDB integration with GNUS, but have some cases where I
do NOT want BBDB to grab updates from GNUS.

Notably, our internal ticketing system (RT3) generates email that
comes from a central email account that attaches other names to that
email.

What I want is for that email account to be treated as our "Tech
Support"; whenever a ticket email comes in, the email has a From: line
like the following:

From: "Christopher Browne via RT" <systems@ca.afilias.info>

BBDB proposes to update the name on that email address to "Christopher
Browne via RT"; as time goes by, if I allow that, various AKA entries
emerge such that the address is associated with the names of fairly
much everyone at the office.

Is there some hook function I can add in such that I could say
something like:

 (if (member? email-address '("systems@ca.afilias.info"
                              "techsupport@ca.afilias.info"))
     (abort-dont-bother-associating))

I'm making that up, of course :-).
-- 
(reverse (concatenate 'string "moc.liamg" "@" "enworbbc"))
http://cbbrowne.com/info/emacs.html
Rules of the Evil Overlord #85. "I  will not use any plan in which the
final step is horribly complicated, e.g. "Align the 12 Stones of Power
on the sacred altar then activate the medallion at the moment of total
eclipse."  Instead  it will  be  more along  the  lines  of "Push  the
button." <http://www.eviloverlord.com/>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bbdb "read only" records...
  2006-05-19 15:41 bbdb "read only" records Christopher Browne
@ 2006-05-19 20:16 ` Reiner Steib
  2006-05-20  1:35   ` Christopher Browne
  0 siblings, 1 reply; 4+ messages in thread
From: Reiner Steib @ 2006-05-19 20:16 UTC (permalink / raw)


On Fri, May 19 2006, Christopher Browne wrote:

> I have set up BBDB integration with GNUS, but have some cases where I
> do NOT want BBDB to grab updates from GNUS.

You probably meant to write "Gnus" instead of "GNUS".

> Is there some hook function I can add in such that I could say
> something like:
>
>  (if (member? email-address '("systems@ca.afilias.info"
>                               "techsupport@ca.afilias.info"))
>      (abort-dont-bother-associating))

See `bbdb-canonicalize-net-hook' in (info "(bbdb)Customization Hooks")
or `bbdb-ignore-some-messages-alist' in (info "(bbdb)Predefined Hooks").

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bbdb "read only" records...
  2006-05-19 20:16 ` Reiner Steib
@ 2006-05-20  1:35   ` Christopher Browne
  2006-05-20  8:01     ` Reiner Steib
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Browne @ 2006-05-20  1:35 UTC (permalink / raw)


Oops! Reiner Steib <reinersteib+gmane@imap.cc> was seen spray-painting on a wall:
> On Fri, May 19 2006, Christopher Browne wrote:
>
>> I have set up BBDB integration with GNUS, but have some cases where I
>> do NOT want BBDB to grab updates from GNUS.
>
> You probably meant to write "Gnus" instead of "GNUS".

Right...

>> Is there some hook function I can add in such that I could say
>> something like:
>>
>>  (if (member? email-address '("systems@ca.afilias.info"
>>                               "techsupport@ca.afilias.info"))
>>      (abort-dont-bother-associating))
>
> See `bbdb-canonicalize-net-hook' in (info "(bbdb)Customization Hooks")
> or `bbdb-ignore-some-messages-alist' in (info "(bbdb)Predefined Hooks").

Ah, that does it.  Thanks!
-- 
"cbbrowne","@","gmail.com"
http://linuxfinances.info/info/linuxdistributions.html
Hail to the sun god, he sure is a fun god, Ra, Ra, Ra!! 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bbdb "read only" records...
  2006-05-20  1:35   ` Christopher Browne
@ 2006-05-20  8:01     ` Reiner Steib
  0 siblings, 0 replies; 4+ messages in thread
From: Reiner Steib @ 2006-05-20  8:01 UTC (permalink / raw)


On Sat, May 20 2006, Christopher Browne wrote:

> Oops! Reiner Steib <reinersteib+gmane@imap.cc> was seen spray-painting on a wall:
>> See `bbdb-canonicalize-net-hook' in (info "(bbdb)Customization Hooks")
>> or `bbdb-ignore-some-messages-alist' in (info "(bbdb)Predefined Hooks").
>
> Ah, that does it.  Thanks!

Please share your solution with the readers of this group/list.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-20  8:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-19 15:41 bbdb "read only" records Christopher Browne
2006-05-19 20:16 ` Reiner Steib
2006-05-20  1:35   ` Christopher Browne
2006-05-20  8:01     ` Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).