CommandByMail fails after Migration

All,

After migrating from RT3.6.6 to RT4.0.10, the

RT::Extension::CommandByMail plugin now fails. It installed with no
errors and we made sure the MailPlugins were set:

@MailPlugins = qw(Auth::MailFrom Filter::TakeAction);

Has anyone seen this before?

Best Regards,
Camron

Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu Management Services of America, Inc.
E-mail: cwfox@us.fujitsu.com

After migrating from RT3.6.6 to RT4.0.10, the
RT::Extension::CommandByMail plugin now fails. It installed with no
errors and we made sure the MailPlugins were set:

@MailPlugins = qw(Auth::MailFrom Filter::TakeAction);

That’s 3.6 syntax, not 3.8 or greater syntax as documented in the
INSTALL file included with the extension.

Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));

-kevin

After migrating from RT3.6.6 to RT4.0.10, the
RT::Extension::CommandByMail plugin now fails. It installed with no
errors and we made sure the MailPlugins were set:

@MailPlugins = qw(Auth::MailFrom Filter::TakeAction);

That’s 3.6 syntax, not 3.8 or greater syntax as documented in the
INSTALL file included with the extension.

Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));

-kevin

Kevin,

Thanks for the slap in the face. That took care of it rather nicely.

Best Regards,
Camron

Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu Management Services of America, Inc.
E-mail: cwfox@us.fujitsu.com
Phone: (808) 934-4102
Cell: (808) 937-5026