procmail
[Top] [All Lists]

stripping lines from the body

2002-11-19 16:44:57
recipe:
:0
* ^List-Id:.*chat-l
{
   :0bf
   # If the mailboddy contains [text Webjogger text] strip that line
   * \[.*Webjogger.*\]
   | sed -e '/\[.*Webjogger\]/d'
}
$MLDIR/\(Misc\)/Chat-l

What happens is I get this in the log:

procmail: Match on "^List-Id:.*chat-l"
procmail: Match on "\[.*Webjogger.*\]"
procmail: Executing " sed -e '/\[.*Webjogger\]/d'"
procmail: Skipped "$MLDIR/\(Misc\)/Chat-l"

I know I forgot something stupid.

--
There is no Satan.  That's just god when he's drunk.


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

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