[rt-users] CommandByMail rt 4.0.7
Thomas Sibley
trs at bestpractical.com
Thu Nov 1 15:09:03 EDT 2012
On 11/01/2012 09:47 AM, Edsall, William (WJ) wrote:
> Does CommandByMail work in rt 4.0.7? I’ve installed it, added the
> following two lines to my RT_Siteconfig
>
> Set( @Plugins, qw(RT::Authen::ExternalAuth RT::Extension::CommandByMail
> RT::Interface::Email::Filter::TakeAction) );
You didn't follow the docs correctly. Remove
"RT::Interface::Email::Filter::TakeAction" from @Plugins and add this
line after:
Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
The install instructions are here:
https://metacpan.org/source/FALCONE/RT-Extension-CommandByMail-0.10/INSTALL
More information about the rt-users
mailing list