procmail
[Top] [All Lists]

Re: Recognising Cc: and Reply-To: field

1996-11-23 16:48:22
On Sat, 23 Nov 1996 17:22:28 +0100 (MET),
Morten Holm <morten-h(_at_)post3(_dot_)tele(_dot_)dk> wrote:
* ^Cc:*netdev*
        ^^
This will match zero or more colon characters. v* matches zero or more
v characters. You want to say ^Cc:.*netdev instead. 

* ^Reply-To:.netdev*

Ditto: This says Reply-To:, followed by any one character, followed by
netde, followed by an arbitrary number of v characters. 

formail -b -s procmail < mailfile &&

The "&&" is a syntax error. Probably you just want to leave it off.

how do i then make it work?

What exactly are you asking? 

/* era */

-- 
See <http://www.ling.helsinki.fi/~reriksso/> for mantra, disclaimer, etc.
* If you enjoy getting spam, I'd appreciate it if you'd register yourself
  at the following URL:  <http://www.ling.helsinki.fi/~reriksso/spam.html>

<Prev in Thread] Current Thread [Next in Thread>