Address rewrite agent -Lotus Domino
Addrss rewrite agent(formula language) useful in migrations etc. XXX—Current Domain yyy—-replaced domain It can be used by holding the mails & then running the agent on it & releasing the mails finally. FIELD SendTo := @If(@Contains(SendTo;”@XXX”);@ReplaceSubstring(SendTo;”@XXX”;”@yyy”);SendTo); FIELD CopyTo := @If(@Contains(CopyTo;”@XXX”);@ReplaceSubstring(CopyTo;” @XXX”;”@yyy”);CopyTo); FIELD BlindCopyTo := @If(@Contains(BlindCopyTo;” @XXX”);@ReplaceSubstring(BlindCopyTo;”@XXX”;”@yyy”);BlindCopyTo); FIELD Recipients := @If(@Contains(Recipients;”@XXX”);@ReplaceSubstring(Recipients;”@XXX”;”@yyy”);Recipients);