Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: Diagnosis of a nnmail-split-methods problem
Date: Sat, 23 Aug 2003 16:45:54 +0200	[thread overview]
Message-ID: <84r83c8mal.fsf@slowfox.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <87d6f19wh1.fsf@bigbox.barillari.org>

Joseph Barillari <jbarilla@princeton.edu> writes:

> (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" "")
> 	)
>       )

One difference between the virus rule and the other rules is that the
virus rule does NOT have a space (or tab?) after the colon.

I would be surprised, but you never know...

Btw, I think the ".*" at the end are not needed.  (".*" at the end
might be useful for fancy splitting.)  The string "xyzzy" matches the
regexp "x" just like it matches the regexp "x.*".
-- 
Two cafe au lait please, but without milk.



  reply	other threads:[~2003-08-23 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-19 21:19 Joseph Barillari
2003-08-23 14:45 ` Kai Großjohann [this message]
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=84r83c8mal.fsf@slowfox.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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).