[rt-users] RT Config settings

2010-01-28 Thread Ken Crocker

TO list,

I noticed the format/syntax for some settings has changed in 3.8.x from 
3.6.x. (thanks Ruslan). Inmost cases, it went from @x) to 
Set(@). This happened for active and inactive as well as 
@LogToSyslogConf = ( ) to s...@logtosyslogconf = ()]; So my question 
is What happened to  @MailPlugins = (qw);? I can't even find it 
anymore. Did it get replaced by something? Thanks.


Kenn
LBNL**
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] RT Config settings

2010-01-28 Thread Kevin Falcone
On Thu, Jan 28, 2010 at 10:17:45AM -0800, Ken Crocker wrote:
TO list,
 
I noticed the format/syntax for some settings has changed in 3.8.x from 
 3.6.x. (thanks
Ruslan). Inmost cases, it went from @x) to Set(@). This 
 happened for active and
inactive as well as @LogToSyslogConf = ( ) to s...@logtosyslogconf = 
 ()]; So my question is
What happened to  @MailPlugins = (qw);? I can't even find it anymore. 
 Did it get replaced
by something? Thanks.

Kenn

You may want to peruse UPGRADING

===
UPGRADING FROM 3.6.X and earlier - Changes:

...

Config format has been made stricter. All options MUST be set using Set
function, no more @XXX = (...) unless @XXX;. Use Set(@XXX, ...);
instead.
===

-kevin


pgpbOdt9RCNCL.pgp
Description: PGP signature
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] RT Config settings

2010-01-28 Thread Ken Crocker

Kevin,

I did. However, I noticed in the RT_Config.pm file that the 
@MailPlugins didn't change, hence my question.


Kenn
LBNL

On 1/28/2010 10:23 AM, Kevin Falcone wrote:

On Thu, Jan 28, 2010 at 10:17:45AM -0800, Ken Crocker wrote:
  

   TO list,

   I noticed the format/syntax for some settings has changed in 3.8.x from 
3.6.x. (thanks
   Ruslan). Inmost cases, it went from @x) to Set(@). This happened 
for active and
   inactive as well as @LogToSyslogConf = ( ) to s...@logtosyslogconf = ()]; 
So my question is
   What happened to  @MailPlugins = (qw);? I can't even find it anymore. Did 
it get replaced
   by something? Thanks.



Kenn

You may want to peruse UPGRADING

===
UPGRADING FROM 3.6.X and earlier - Changes:

...

Config format has been made stricter. All options MUST be set using Set
function, no more @XXX = (...) unless @XXX;. Use Set(@XXX, ...);
instead.
===

-kevin
  



___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] RT Config settings

2010-01-28 Thread Jerrad Pierce
 I did. However, I noticed in the RT_Config.pm file that the @MailPlugins
 didn't change, hence my question.
Which was not at all clearly stated.

From my local config:

Set(@MailPlugins, qw'Filter::SpamAssassin Auth::MailFrom');

It's documented in RT_Config.pm. It just seems that the default is an
implicit null list.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] RT Config settings

2010-01-28 Thread Ken Crocker

Jerrad,

AH! Kool. Sorry for the confusion.

Kenn
LBNL

On 1/28/2010 10:49 AM, Jerrad Pierce wrote:

I did. However, I noticed in the RT_Config.pm file that the @MailPlugins
didn't change, hence my question.


Which was not at all clearly stated.

From my local config:

Set(@MailPlugins, qw'Filter::SpamAssassin Auth::MailFrom');

It's documented in RT_Config.pm. It just seems that the default is an
implicit null list.

  
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com