On Sun, Mar 03, 2013 at 08:35:48AM -1000, Camron W. Fox wrote: > 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
pgpriqMGk4VXo.pgp
Description: PGP signature
-- RT training in Amsterdam, March 20-21: http://bestpractical.com/services/training.html Help improve RT by taking our user survey: https://www.surveymonkey.com/s/N23JW9T
