Gnus development mailing list
 help / color / mirror / Atom feed
* problem with bbdb whitelist filtering
@ 2004-01-12  9:35 Martin Monsorno
  2004-01-12 21:06 ` Ted Zlatanov
  0 siblings, 1 reply; 17+ messages in thread
From: Martin Monsorno @ 2004-01-12  9:35 UTC (permalink / raw)


Hi,

I recently enabled spam.el for my incoming mail the following way:

,----
| (spam-initialize)
| (setq spam-use-BBDB t)
| (setq nnmail-split-methods 'nnmail-split-fancy
|       nnmail-split-fancy '(|
|          ("Gnus-Warning" ".*duplicate.*" "duplicates")
|          (to "ding@\\(gnus\\.org\\|hpc.uh.edu\\)" "gnus-mailing-list") 
|          (: spam-split)
|          ("X-Spammer" "white" (|
|             (to "Martin\\.Monsorno@exolution\\.de" "work")
|             (to "monsorno@gmx\\.de" "private")))
|          (to "Martin\\.Monsorno@exolution\\.de" "work-spam")
|          (to "monsorno@gmx\\.de" "private-spam")
|          "unsplitted-mail"
| ))
`----

I hope this is the correct way, the idea was the following:
- Process mail and mark it as white when the sender is in the bbdb
  database.  Marking is done by inserting the header "X-Spammer"
  containing a string like "white: From: x@exolution.de"
- Now split all mail marked as white into folders depending on the
  to-headers
- Do the same for mail not marked as white, with destination folders
  with the string "-spam" attached

The problem is: this does not work in any case.  E.g., if I send a
message to myself, with a From-header set to "xxx@exolution.de",
spam.el marks this message as white, despite the fact, that I have no
person with this mail-address in my bbdb.

Any ideas, whats going on/wrong here?


-- 
Martin



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

end of thread, other threads:[~2004-03-04 18:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-12  9:35 problem with bbdb whitelist filtering Martin Monsorno
2004-01-12 21:06 ` Ted Zlatanov
2004-01-13  8:45   ` Martin Monsorno
2004-01-20 23:58     ` Ted Zlatanov
2004-01-22  9:53       ` Martin Monsorno
2004-01-22 18:13         ` Ted Zlatanov
2004-01-23 15:07           ` Martin Monsorno
2004-01-23 21:20             ` Ted Zlatanov
2004-01-27 10:22             ` Kai Grossjohann
2004-01-27 19:55               ` Ted Zlatanov
2004-02-02 12:22                 ` Martin Monsorno
2004-02-02 13:12                   ` Kai Grossjohann
2004-02-02 20:02                   ` Ted Zlatanov
2004-02-06 13:31                     ` Martin Monsorno
2004-02-09 21:10                       ` Ted Zlatanov
2004-02-27 14:37                         ` monsorno-nospam
2004-03-04 18:50                           ` Ted Zlatanov

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).