procmail
[Top] [All Lists]

RE: how to strip SA's message markup?

2004-02-21 19:12:23


-----Original Message-----
From: procmail-bounces(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
[mailto:procmail-bounces(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE]On Behalf Of 
Ruud H.G. van
Tol
Sent: Saturday, February 21, 2004 4:42 PM
To: [procmail]
Subject: Re: how to strip SA's message markup?


Toen ik Gary Funck kietelde, kwam er dit uit:

 # Pick up envelope From_
 :0
 *$ ^^\/From[$SPACE].*$
 { FROM_ = "$MATCH" }

Normally you don't want to include the $ at the end.
Your 'echo' will add one, so you'll get two.

OK. Thanks. This then,

# Pick up envelope From_
:0
*$ ^^\/From[$SPACE][^$]*
{ FROM_ = "$MATCH" }


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail