Gnus development mailing list
 help / color / mirror / Atom feed
From: Martin Monsorno <monsorno-nospam@gmx.de>
Subject: problem with bbdb whitelist filtering
Date: Mon, 12 Jan 2004 10:35:37 +0100	[thread overview]
Message-ID: <200401120935.i0C9ZbVV024046@loki.exolution.lan> (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



             reply	other threads:[~2004-01-12  9:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-12  9:35 Martin Monsorno [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200401120935.i0C9ZbVV024046@loki.exolution.lan \
    --to=monsorno-nospam@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).