Beachey, Kendric wrote: > Is there a way to tell RT to treat addresses on incoming e-mail as being > case insensitive? Edit config.pm, look for sub CanonicalizeAddress. Change the line "return ($email)" to "return lc($email)".