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.
pgpHhLaQdjx60.pgp
Description: PGP signature
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
