Is Disable 2 a typo?

hello,

in the etc/initialdata sample from the rt distrib, i can read

@Queues = ({ Name => ‘General’,
Description => ‘The default queue’,
CorrespondAddress => “”,
CommentAddress => “”, },
{ Name => ‘___Approvals’,
Lifecycle => ‘approvals’,
Description => ‘A system-internal queue for the approvals system’,
Disabled => 2, } );

But there is only 2 documented values (by documented, i meant
RT::Queue - RT 5.0.3 Documentation - Best Practical).

so my question is: is there a point to use different values that the documented ones? what is it?

regards.
Marc Chantreux,
Mes coordonn�es: http://annuaire.unistra.fr/chercher?n=chantreux
Direction Informatique, Universit� de Strasbourg (http://unistra.fr)
“Don’t believe everything you read on the Internet”
– Abraham Lincoln

so my question is: is there a point to use different values that the documented ones? what is it?

___Approvals is a very special queue, so it gets a special Disabled
value. It’s there to stop people breaking it by accident (something
which happened quite frequently in 4.0 and earlier).

Not a typo.

-kevin

___Approvals is a very special queue, so it gets a special Disabled
value. It’s there to stop people breaking it by accident (something
which happened quite frequently in 4.0 and earlier).

thanks for answering, Kevin

Marc Chantreux,
Mes coordonn�es: Annuaire - Université de Strasbourg
Direction Informatique, Universit� de Strasbourg (http://unistra.fr)
“Don’t believe everything you read on the Internet”
– Abraham Lincoln