Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Niels Langager Ellegaard <gnalle@ruc.dk>
Subject: Re: spamassassin and gnus
Date: 27 Mar 2002 15:58:14 +0100	[thread overview]
Message-ID: <7wu1r283cp.fsf@i19.ruc.dk> (raw)
In-Reply-To: <87d6xv544h.fsf@nomad.consult-meyers.com>

"A. L. Meyers" <nospam.look@replyto.because.this.is.invalid> writes:

> Mailfilter is good. One just continues adding to it to thrwart new
> spammers tricks. Another tool is gnus-junk-complain which is an
> add-on used to complain about the spams which seep thru the filter.

The mailfilter seems to a nice application. Personally I find that
split-fancy can do much of the same for me.

My mail is splitted into folders, and everything that doesn't fit
anywhere are put in a nnfolder named mail.main. The following (ugly
looking) lines in my .gnus make sure that everytime i open mail.main
all unread mails in this folder are marked as expirable.

(defun my-expire-mail-main () (interactive)
  (if (string-match  "mail.main" gnus-newsgroup-name)
     (dolist (article gnus-newsgroup-unreads)
      (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
      (push article  gnus-newsgroup-expirable)
      )
))
(add-hook 'gnus-summary-generate-hook 'my-expire-mail-main)


-- 
Niels L Ellegaard  http://dirac.ruc.dk/~gnalle/


       reply	other threads:[~2002-03-27 14:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87g02row5j.fsf@hackerhue.ddts.net>
     [not found] ` <m34rj77ynq.fsf@spirg.local>
     [not found]   ` <87d6xv544h.fsf@nomad.consult-meyers.com>
2002-03-27 14:58     ` Niels Langager Ellegaard [this message]
     [not found] ` <a7qboa2oak@enews1.newsguy.com>
     [not found]   ` <87r8m3m8x3.fsf@hackerhue.ddts.net>
2002-03-29 21:11     ` Jacques L'helgoualc'h
2006-06-18 23:02 Hadron Quark
2006-06-19 14:51 ` 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=7wu1r283cp.fsf@i19.ruc.dk \
    --to=gnalle@ruc.dk \
    /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).