On 8/28/2012 9:46 AM, Ralf Hildebrandt wrote:
> * Kenton Brede <[email protected]>:
>> I've been beating my head on this one.  I've got a group who has a
>> windows test box and they want all email from that box to go to one
>> email address.
>>
>> What I'd like to do is something like:
>> /^From: .*@server1.example.com/  [email protected]
> 
> /^From: .*@server1.example.com/  REDIRECT [email protected]
> 
> if the headers do indeed look like this in 100% of the cases.
> 

Just to clarify, the above example would go in a header_checks file.

It might be safer to do this in a check_client_access map so you
don't rely on a header, assuming the test box has a static IP:
ip.of.test.box  REDIRECT [email protected]



  -- Noel Jones

Reply via email to