Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Chris Marusich <cmmarusich@gmail.com>
Cc: ding@lists.math.uh.edu
Subject: Re: nnimap-split-fancy: regexp ".*" matches less than expected
Date: Sat, 07 Apr 2018 11:09:14 +0200	[thread overview]
Message-ID: <87h8on9ydh.fsf@linux-m68k.org> (raw)
In-Reply-To: <87po3br1k1.fsf@gmail.com> (Chris Marusich's message of "Fri, 06 Apr 2018 23:08:30 -0700")

On Apr 06 2018, Chris Marusich <cmmarusich@gmail.com> wrote:

> This is the same as before, but I've replaced "gnucash-user" with ".*".
> I expected the same result as before, but Gnus surprised me.  Instead,
> gnus-summary-respool-query says:
>
>   This message would go to list.user
>
> and gnus-summary-respool-trace says:
>
>   ("cc" "\\(.*\\)@gnucash.org" "list.\\1")
>   "list.\\1"
>
> In this case, why does the ".*" match "user" instead of "gnucash-user"?

I think that happens because the actual regexp used for searching is
"\\(\\(FIELD\\):.*\\)\\<\\(VALUE\\)\\>", note the embedded ".*".

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



  reply	other threads:[~2018-04-07  9:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-07  6:08 Chris Marusich
2018-04-07  9:09 ` Andreas Schwab [this message]
2018-04-07 17:03   ` Chris Marusich
2018-04-07 18:31     ` Andreas Schwab
2018-04-08 18:55   ` Chris Marusich
2018-04-08 19:49     ` Andreas Schwab
2018-04-10  0:14     ` Dan Christensen

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=87h8on9ydh.fsf@linux-m68k.org \
    --to=schwab@linux-m68k.org \
    --cc=cmmarusich@gmail.com \
    --cc=ding@lists.math.uh.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).