Gnus development mailing list
 help / color / mirror / Atom feed
From: Jake Colman <colman@ppllc.com>
Subject: Re: Gnus and Outlook and spam?
Date: Tue, 28 Oct 2003 10:25:01 -0500	[thread overview]
Message-ID: <76llr5gzaq.fsf@newjersey.ppllc.com> (raw)
In-Reply-To: <4n1xsycs7j.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Mon, 27 Oct 2003 15:59:28 -0500")

>>>>> "TZ" == Ted Zlatanov <tzz@lifelogs.com> writes:

   TZ> Please point that out.  You may be referring to the note for IMAP
   TZ> users, which relates to statistical filters, but that's not a problem
   TZ> with IMAP per se, it's just a setting (nnimap-split-download-body)
   TZ> that you need to turn on.

This variable, nnimap-split-download-body, is NOT required if I work with
bogofilter?  Supposedly, this variable is expensive to use since it slows
things down considerably.

   >> ;; nnimap split rules
   >> 
   >> (setq nnimap-split-inbox "INBOX")
   >> (setq nnimap-split-crosspost nil)
   >> (setq nnimap-split-rule
   >> '(
   >> ; Emacs
   >> ("INBOX/Emacs/Help" 
   >> "^To:.*help-gnu-emacs\\|^Resent-From:.*help-gnu-emacs\\|^Cc:.*help-gnu-emacs")
   >> ("INBOX/Emacs/Gnus" 
   >> "^Resent-From:.*info-gnus-english\\|^To:.*info-gnus-english")
   >> ...
   >> ...
   >> ...
   >> ("INBOX/Misc"               "")
   >> ))
   >> 
   >> How do I convert from this to what I need to do to use bogofilter?

   TZ> ;; this is a very rough approximation, read the fancy splitting docs
   TZ> ;; if you want to know more
   TZ> (setq nnimap-split-fancy
   TZ>       '(|
   TZ>          (any "help-gnu-emacs" "INBOX/Emacs/Help")
   TZ>          (any "info-gnus-english" "INBOX/Emacs/Gnus")
   TZ>          ...
   TZ>          ...
   TZ>          ...
   TZ>          ...
   TZ>          (: spam-split)
   TZ>          ("INBOX/Misc")))

   TZ> (setq spam-use-bogofilter t)
   TZ> (spam-initialize)

Thanks for this conversion.  If I understand this correctly, it will first
filter that which it knows, then it will spam-split and file accordingly.
This means that I will only be spam filtering on those emails that I have not
explicitly filtered and filed, correct?  So it cannot check for spam in
mailing lists that have been spammed, right?

-- 
Jake Colman                     

Principia Partners LLC                    Phone: (201) 209-2467
Harborside Financial Center                 Fax: (201) 946-0320
902 Plaza Two                          E-mail: colman@ppllc.com
Jersey City, NJ 07311                 www.principiapartners.com



  reply	other threads:[~2003-10-28 15:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-22 20:58 Kai Grossjohann
2003-10-23  0:55 ` Jody Klymak
2003-10-23 16:06 ` Ted Zlatanov
2003-10-23 16:22   ` Jake Colman
2003-10-23 17:38     ` Ted Zlatanov
2003-10-23 17:42       ` Jake Colman
2003-10-23 19:29         ` Ted Zlatanov
2003-10-24 13:35           ` Jake Colman
2003-10-27 20:59             ` Ted Zlatanov
2003-10-28 15:25               ` Jake Colman [this message]
2003-10-28 15:57                 ` Ted Zlatanov
2003-10-23 22:31         ` Danny Siu
2003-10-23 19:38     ` spam.el and IMAP (was: Gnus and Outlook and spam?) Reiner Steib
2003-10-23 22:00       ` spam.el and IMAP Ted Zlatanov
2003-10-24 12:53         ` Reiner Steib
2003-10-24 13:55         ` Adrian Lanz
2003-10-26 12:41         ` Adrian Lanz
2003-10-27  7:30         ` Adrian Lanz
2003-10-27 23:34           ` Ted Zlatanov
2003-10-27  8:23         ` Adrian Lanz

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=76llr5gzaq.fsf@newjersey.ppllc.com \
    --to=colman@ppllc.com \
    /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).