On 12/6/2011 6:47 AM, Ramesh wrote: > Thanks for suggestion. > > I have created header_check filter with following but no success. > > /^Received:.*\[127\.0\.0\.1/ IGNORE > /^Received:.*\[10\.2\.1\.83/ IGNORE > /^Received:.*\[192\.168\.1\.[0-9]/ IGNORE > > anything i am missing.
[Don't top post] This is wrong. You must not remove headers from other people's mail -- if my mail has those IPs in it, you must not alter it. At a minimum, add something like '.*by myhost.example.com' to restrict matches to headers added by your server. See the mail list archives for examples and details. If you still have trouble, show "postconf -n" output and the actual header you're trying to match. -- Noel Jones