Gnus development mailing list
 help / color / mirror / Atom feed
From: Sebastian Luque <spluque@gmail.com>
Subject: nnmail-split-fancy
Date: Mon, 22 Aug 2005 18:06:29 -0500	[thread overview]
Message-ID: <87oe7p4lmy.fsf@gmail.com> (raw)

Hello,

Can somebody please clarify why using concat to provide a regexp in the
following nnmail-split-fancy is not allowed?  For example:

(setq nnmail-split-fancy
      '(| ("from" (concat "my " "regexp") "MyGroup")
	  (: spam-split)
	  "mail.misc"))

does not work, and would send all messages to the bogus group, but without
using concat:

(setq nnmail-split-fancy
      '(| ("from" "my regexp" "MyGroup")
	  (: spam-split)
	  "mail.misc"))

is fine.  The reason I want to use concat is to simplify maintenance of
the regexps in several lines.

Thanks in advance,

-- 
Sebastian P. Luque




             reply	other threads:[~2005-08-22 23:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-22 23:06 Sebastian Luque [this message]
2005-08-22 23:43 ` nnmail-split-fancy Katsumi Yamaoka
  -- strict thread matches above, loose matches on Subject: below --
2006-07-29  5:06 nnmail-split-fancy Alok G. Singh
2006-07-30 12:57 ` nnmail-split-fancy Adrian Aichner
2006-07-31  7:21   ` nnmail-split-fancy Alok G. Singh
     [not found] <keiu85nbax.fsf@msil.sps.mot.com>
1999-07-04  3:13 ` nnmail-split-fancy Lars Magne Ingebrigtsen
1999-07-04 17:00   ` nnmail-split-fancy E. David Bell
1999-07-05  4:22     ` nnmail-split-fancy Lars Magne Ingebrigtsen
1999-07-05  9:00       ` nnmail-split-fancy E. David Bell
1999-07-06  4:07         ` nnmail-split-fancy Lars Magne Ingebrigtsen

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=87oe7p4lmy.fsf@gmail.com \
    --to=spluque@gmail.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).