Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: Case sensitive split
Date: Tue, 16 Jul 2002 09:16:38 -0400	[thread overview]
Message-ID: <vxkwurvizih.fsf@cinnamon.vanillaknot.com> (raw)
In-Reply-To: <lhr8i4vxxl.fsf@lxserver.dbs.de>

arne_caspari@lxserver.dbs.de writes:
> How do I tell the regexp to match only uppercase letters?

(add-hook 'nnmail-split-hook (lambda nil (setq case-fold-search nil)))

I don't use fancy splitting, but in ordinary splitting, this is the
way to catch what you want:

("tomb"			"Subject: \\(Re: \\)?[^a-z]+$")

That is, it's not sufficient to catch a bunch of uppercase.  You have
to catch the _lack_ of _lowercase_.


           reply	other threads:[~2002-07-16 13:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <lhr8i4vxxl.fsf@lxserver.dbs.de>]

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=vxkwurvizih.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.com \
    --cc=karl+usenet@charcoal.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).