Richard_Schmit_
Jul 28, 2011Nimbostratus
Modify url found in e-mail
Will this work and is this the best way?
Looking to rewrite any url that is stamped in an e-mail that has the internal server name. Need to change the internal server name to the externally published name
when HTTP_RESPONSE {
if {[string tolower [HTTP::header "Location"]] starts_with http://internal.ABC.test.com}
{ HTTP::redirect "https://external.ABC.com[HTTP::uri]"
Or could/should this be done with a streaming profile somehow???