Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@emacswiki.org>
Subject: Re: spam-stat and base64 encoded messages
Date: Fri, 08 Aug 2003 02:02:05 +0200	[thread overview]
Message-ID: <87vft9auf6.fsf@emacswiki.org> (raw)
In-Reply-To: <874r0xho15.fsf@virgil.koldfront.dk>

spamtrap@koldfront.dk (Adam Sjøgren) writes:

> Sounds like a good rule. Care to share the implementation?

Here is what I use:

(setq nnmail-split-fancy
      `(| ("Gnus-Warning" "This is a duplicate" "mail.spam.duplicates")
	  ;; computer challenged people I know sending me HTML mails
	  ("From" "blablabla" "mail.family")
	  ;; remaining HTML only mail is spam
	  ("Content-Type" "text/html" "mail.spam.filtered")
	  ;; weird character sets are spam, too
	  ("Subject" "=?ks_c_5601-1987" "mail.spam.filtered")
	  ;; spam filtering based on statistics
	  (: spam-stat-split-fancy)
	  ;; now use the BBDB to split -- note that all the groups
	  ;; this splits into must be used as "good" mails for
	  ;; spam-stat!
	  (: (lambda ()
	       (car (bbdb/gnus-split-method))))
	  ;; some of the packages I maintain
	  ("Subject" "\\b\\(color-theme\\|ansi-color\\|sql\\|xemacs\\|emacs\\|spam-stat\\)\\b" "mail.emacs")
	  ("Subject" "\\berc\\b" "mail.emacs.erc")
	  ;; the rest is probably for me
	  "mail.misc"))

-- 
http://www.emacswiki.org/alex/
I was on holidays from 2003-07-01 to 2003-07-29
and have a lot of catching up to do.



  reply	other threads:[~2003-08-08  0:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-05  7:01 Oystein Viggen
2003-06-05 20:05 ` Ted Zlatanov
2003-06-06  2:02   ` Jesper Harder
2003-06-06  3:22     ` Ted Zlatanov
2003-06-06 15:30       ` Jesper Harder
2003-06-06 23:21         ` Oystein Viggen
2003-06-09  1:21           ` Jesper Harder
2003-06-09 20:06             ` Ted Zlatanov
2003-06-11 19:42               ` Jesper Harder
2003-08-02 21:17                 ` Alex Schroeder
2003-08-04  7:36                   ` Adam Sjøgren
2003-08-08  0:02                     ` Alex Schroeder [this message]
2003-06-06  1:59 ` Jesper Harder

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=87vft9auf6.fsf@emacswiki.org \
    --to=alex@emacswiki.org \
    /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).