View Single Post
  #9 (permalink)  
Old 04-16-2008, 08:09 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

Something like this should work
Code:
/^Received: from .* (by zimbra\.domain\.com .*)/ REPLACE /Received: $1/
sorry but unable to test it until later. In theory that should grab everything from zimbra.domain.com onwards and then replace it in the new header.
__________________
Reply With Quote