Hi All, I've put a small subroutine called EmailInMyDomain() into my RT_SiteConfig.pm file. How do I call it from a scrip? I get an error when I try calling it like: if ( EmailInMyDomain($email) ) { } ("Undefined subroutine &RT::Action::UserDefined::EmailInMyDomain ...") Appreciate any help you can give me on this. Regards, Gene