On Tue, Feb 26, 2008 at 11:28:50AM +0100, Roland Giersig wrote: > Nicholas Clark wrote: > >@@ -181,18 +182,22 @@ > > 'category' => { > > 'default' => 'core', > > 'ok' => 'install', > >+ # Inevitably some of these will end up in RT whatever we do: > >+ 'thanks' => 'thanks', > > 'opts' => [qw(core docs install library utilities)], # patch, > > notabug > > }, > > 'severity' => { > > 'default' => 'low', > > 'ok' => 'none', > >+ 'ok' => 'none', > > shouldn't that read > > + 'thanks' => 'none', > > ??? It did originally. But then I figured that it would be useful to be able to distinguish any thank-you messages that accidentally ended up in RT from regular OK messages. That was all. Nicholas ClarkThread Previous | Thread Next