On Monday 01 October 2007 06:04, Hans Linux wrote:
> i hv setup header and body_checks for my postfix to filter some content
> that i dont it. But it doesnt behave the way I want it to :P
>
> for example, I need to filter the word "sword" or "sw0rd", then i put
> this on my body_checks file :
>
> /sw?rd/ REJECT
>
> The problem is, it rejects all pattern to that word like "swirrrd",
> "swanythingrd". How do i make it to check for 5 letters only?

/sw[o0]rd/

-- 
        Andreas
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to