On Thu, 2014-07-31 at 19:02 -0400, Kevin A. McGrail wrote:
> On 7/31/2014 5:41 PM, Karsten Bräckelmann wrote:

> > A missing description is not an error, not even a lint warning.
> 
> Yes, it is a warning (though in my defense I was using "error" 
> generically.

Hah, that's actually news to me!

However, that is merely a debug message, phrased to look like a warning.
It is not an actual lint warning or generic error. Without the -D
switch, the command below returns nothing. A plain lint check also exits
clean. (In contrast, a describe option for an undefined rule does
trigger a lint warning.)

Moreover, it is important to note that this debug warning was introduced
in 3.4. In particular, since the OP is running 3.3.x. ;)


> I think this explains why some of your rules are missing 
> descriptions ;-)

Doh!

> spamassassin -D --lint 2>&1 | grep -i description | grep KB
> Jul 31 19:01:36.329 [31451] dbg: config: warning: no description set for 
> KB_RATWARE_MSGID


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to