[rt-users] CommandbyMail rt 3.8.5

Kevin Falcone falcone at bestpractical.com
Tue Nov 10 16:22:23 EST 2009


On Tue, Nov 10, 2009 at 11:02:36AM -0200, Sergio Charpinel Jr. wrote:
>    Now I can use spaces between custom field name.
> 
>    I changed line 200 from
>    last if $line !~ /^(?:(\S+)\s*?:\s*?(.*)\s*?|)$/;
> 
>    to:
>    last if $line !~ /^(?:(.+)\s*?:\s*?(.*)\s*?|)$/;
> 
>    and there is no C before custom fields name ( at least in version 0.07 ) of commandbymail.

I believe this is already fixed in the 0.08_01 development release.

>        I have installed CommandByMail plugin, and added these lines do RT_SiteConfig.pm:
> 
>        Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
>        Set(@Plugins,(qw(RT::FM RT::Extension::CommandByMail)));

Do you have another @Plugins line, possibly something involding
RT::Extension::MErgeUsers?  Your @INC below makes no mention of RT-FM
or RT-Extension-CommandByMail

>        But I getting this error:
>        [error]: Couldn't load RT::Interface::Email::Filter::TakeAction: Can't locate
>        RT/Interface/Email/Filter/TakeAction.pm in @INC (@INC contains: /opt/rt3/bin/../local/lib
>        /opt/rt3/local/plugins/RT-Extension-MergeUsers/lib /opt/rt3/bin/../lib /etc/perl
>        /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5
>        /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . /etc/apache2) at
>        /opt/rt3/bin/../lib/RT/Interface/Email.pm line 1104.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091110/aa9a67b1/attachment.sig>


More information about the rt-users mailing list