I install RTx::EmailCompletion plugin and added the following stanza into
my RTHOME/etc/RT_SiteConfig.pm

....
Set( @Plugins, qw(
RT::Authen::ExternalAuth
RTx::EmailCompletion
) );

Set($EmailCompletionUnprivileged,"everybody");
Set($EmailCompletionSearch, "STARTSWITH");
Set($EmailCompletionLdapAttrSearch, [qw/mail cn/]);
Set($EmailCompletionRdbmsDisabled, 1);
...

How do I expect it to work? I tried to fill the  One-time Cc: with
``foo'' and expected it to autocomplete to ``f...@example.com''

Thanks for the help.

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Reply via email to