MailPlugins setting from RT 4.2.12 not compatible with 5.0.1

Hi,

I had the line

Set(@MailPlugins, ‘Auth::MailFrom’, ‘Auth::Crypt’);

in the RT_SiteConfig.pm of an RT 4.2.12 installation. When upgrading to 5.0.1 using these, the error message states that the latter is not forward compatible with RT 4.4. What should I use as MailPlugins instead in 5.0.1 to have the same functionality?

Hmm … seems the only plugins that qualify (implement RT::Interface::email::Role) are

RT::Interface::email::Action::Resolve
RT::Interface::email::Action::Take
RT::Interface::email::Action::Defaults
RT::Interface::email::Authz::Default
RT::Interface::email::Authz::RequiredEncrypted
RT::Interface::email::Action::MailFrom