View Single Post
  #6 (permalink)  
Old 04-16-2008, 12:57 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

Quote:
Originally Posted by mlpw View Post
/^Received: from "something1"/ REPLACE Received: "something2"[/CODE]
Unfortunately I do not believe you can do that with the header checks. You can do things like :-

/^Received:/ ignore <- this would skip the header from being written on the SMTP pipe
/^Received:/ hold <- this would drop the email in the hold queue where it could then be pre-processed before being injected back into the queue

Postfix Address Rewriting
Postfix manual - header_checks(5)
__________________

Last edited by phoenix; 04-16-2008 at 01:17 AM..
Reply With Quote