[rt-users] CommandByMail fails after Migration.

Kevin Falcone falcone at bestpractical.com
Mon Mar 4 11:23:59 EST 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 235 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130304/8b76283d/attachment.sig>


More information about the rt-users mailing list