[rt-users] CommandbyMail rt 3.8.5

2009-11-09 Thread Sergio Charpinel Jr.
Hi, 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))); But I getting this error: [error]: Couldn't load RT::Interface::Email::Filter::TakeAction: Can'

Re: [rt-users] CommandbyMail rt 3.8.5

2009-11-09 Thread Sergio Charpinel Jr.
Seems like I cant use space in custom field name. And there is C before the name. Does anyone can use this plugin with space in custom fields? Thanks 2009/11/9 Sergio Charpinel Jr. > Hi, > > I have installed CommandByMail plugin, and added these lines do > RT_SiteConfig.pm: > > Set(@MailPlugins

Re: [rt-users] CommandbyMail rt 3.8.5

2009-11-10 Thread Sergio Charpinel Jr.
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. Bye 2009/11/9 Sergio Charpi

Re: [rt-users] CommandbyMail rt 3.8.5

2009-11-10 Thread Kevin Falcone
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

Re: [rt-users] CommandbyMail rt 3.8.5

2009-11-10 Thread Sergio Charpinel Jr.
Yes This are my lines: Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction)); Set(@Plugins,(qw(RT::FM RT::Extension::MandatorySubject))); Set(@Plugins,(qw(RT::FM RT::Extension::MandatoryRequestor))); Set(@Plugins,(qw(RT::FM RTx::Calendar))); Set(@Plugins,(qw(RT::FM RT::Extension::SearchResults

Re: [rt-users] CommandbyMail rt 3.8.5

2009-11-10 Thread Jerrad Pierce
On Tue, Nov 10, 2009 at 16:43, Sergio Charpinel Jr. wrote: > Yes > This are my lines: > > Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction)); > > Set(@Plugins,(qw(RT::FM RT::Extension::MandatorySubject))); > Set(@Plugins,(qw(RT::FM RT::Extension::MandatoryRequestor))); > Set(@Plugins,(qw(RT: