mouss put forth on 9/12/2010 3:46 AM:

> === header_checks_submission.pcre:
> /^Received:\s*from\s+\S+\s+\(\S+\s+\[192\.168\.1\.\d+\]\)\s+by\s+your\.server\.example\s+\(Postfix\)/
> 
>     IGNORE

Isn't this a bit heavy mouss?  All he really needs to match is the
RFC1918 address, yes?  Something like should work shouldn't it?

/^Received: from .*\[10(\.\d{1,3}){3}\]/        IGNORE

-- 
Stan

Reply via email to