From: Noel Jones (no email)
Date: Mon Sep 01 2003 - 01:24:59 EDT
On Mon, Sep 01, 2003 at 06:33:55AM +0200, Phil Curtis wrote:
> Two things,
>
> could some give me a PCRE expression to mach against a certain word (for
> example Hello) that I can use in a body check.
>
> Also a good place to learn PCRE
>
> Thanks
>
/Hello/ REJECT we don't like Hello here. Try Aloha.
Where postfix is concerned, PCRE is basically regexp syntax with a few
extensions. Learn regexp first. A starting place is:
http://www.devshed.com/Server_Side/Administration/RegExp/print_html
google for more.
there are also whole printed books available. try amazon or your local
(large) bookstore.
Also, on your system you can try
man egrep
man pcre
for some brief docs and examples.
|
|
|