[rt-users] Bogus Autocreated watcher

G. Richard Bellamy rbellamy at pteradigm.com
Sun Aug 17 05:05:11 EDT 2003


Perhaps....

Set($CanonicalizeEmailAddressMatch   , 'support.domain.org$');
Set($CanonicalizeEmailAddressReplace , 'domain.org');

Should be....

Set($CanonicalizeEmailAddressMatch   , 'support\.domain\.org$');
Set($CanonicalizeEmailAddressReplace , 'ncmahelp\.org');

I'm new to perl and regular expressions have always been a foreign
language to me. So I'm kinda shootin in the dark here. But I seem to
remember that the period (".") is a special character, meaning "any
character (except \n newline)".

Thanks.



More information about the rt-users mailing list