Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: fancy mail splitting regexp
Date: Thu, 30 Oct 2003 05:01:51 +0100	[thread overview]
Message-ID: <m3d6cf8jbk.fsf@defun.localdomain> (raw)
In-Reply-To: <87fzhb7h49.fsf@localhost.localdomain>

Andreas Goesele <goesele@hfph.mwn.de> writes:

> For two cases (so far ;-) I'm not able to find the right regexp to
> use with fancy mail splitting:
>
> How can I catch an empty Subject header?

"\\`\\'"

(\` matches the empty string at the beginning and \' at the end).

> How can I catch a From line containing after some name in
> quotation marks <>. (Something like: "somespammer" <>)

Something like:

  "\".*\" <>"


       reply	other threads:[~2003-10-30  4:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87fzhb7h49.fsf@localhost.localdomain>
2003-10-30  4:01 ` Jesper Harder [this message]
     [not found]   ` <m3y8v3tf68.fsf@ate.maierh>
2003-10-30 14:12     ` Jesper Harder
     [not found]   ` <871xsuk7s8.fsf@localhost.localdomain>
     [not found]     ` <m3smlak1en.fsf@defun.localdomain>
     [not found]       ` <87ad7ie966.fsf@localhost.localdomain>
     [not found]         ` <m3ism64dtu.fsf@defun.localdomain>
     [not found]           ` <874qxqurho.fsf@localhost.localdomain>
     [not found]             ` <m31xsu9dk1.fsf@ate.maierh>
     [not found]               ` <87fzh9e1t0.fsf@localhost.localdomain>
2003-11-01  0:23                 ` Jesper Harder

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=m3d6cf8jbk.fsf@defun.localdomain \
    --to=harder@myrealbox.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).