Gnus development mailing list
 help / color / mirror / Atom feed
From: Joseph Barillari <jbarilla@princeton.edu>
Subject: Diagnosis of a nnmail-split-methods problem
Date: Tue, 19 Aug 2003 17:19:22 -0400	[thread overview]
Message-ID: <87d6f19wh1.fsf@bigbox.barillari.org> (raw)

Hi.

I'm curious if anyone on the list can provide some tips on diagnosing
a nnmail-split-methods problem.

My nnmail-split-methods variable looks like this:


(setq nnmail-split-methods
      '(
	("mail.spam" "^X-Rocket-Spam: .*")
	("mail.spam" "^X-Spam-Status: Yes.*")
	("mail.virus" "^X-JDB-Virus-Warning:.*")
	("mail.spam" "^X-YahooFilteredBulk: .*")
	("mail.receipts" "^Subject: Return Receipt.*")

        ;; <snip loads of other classifiers>

	("mail.mail" "")
	)
      )

The ("mail.virus" "^X-JDB-Virus-Warning:.*") entry is new. I added it
today to filter out the dozens of SoBig viruses that have been
crashing into my inbox. (There's a procmail rule that adds it to the
messages.)

While the other classifiers typically work, this new 'virus'
classifier does not. Sometimes, messages with the X-JDB-Virus-Warning
header get dumped into mail.virus, as they should be. Other times,
they miss that filter and make it into mail.mail.

The /really/ strange part is that if I hit 'B r' to respool the
misclassified messages in mail.mail, gnus correctly puts them in the
virus folder.

Any hints as to how to diagnose this would be appreciated. I'm running
the latest gnus from CVS.

best,

--Joe

-- 
Joseph Barillari -- http://barillari.org



             reply	other threads:[~2003-08-19 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-19 21:19 Joseph Barillari [this message]
2003-08-23 14:45 ` Kai Großjohann
2003-08-24  4:42   ` Joseph Barillari

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=87d6f19wh1.fsf@bigbox.barillari.org \
    --to=jbarilla@princeton.edu \
    /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).