Gnus development mailing list
 help / color / mirror / Atom feed
* Diagnosis of a nnmail-split-methods problem
@ 2003-08-19 21:19 Joseph Barillari
  2003-08-23 14:45 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph Barillari @ 2003-08-19 21:19 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-24  4:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-19 21:19 Diagnosis of a nnmail-split-methods problem Joseph Barillari
2003-08-23 14:45 ` Kai Großjohann
2003-08-24  4:42   ` Joseph Barillari

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).