On 3/7/2016 1:05 PM, RW wrote:
On Mon, 7 Mar 2016 15:12:25 +0000
Robert Chalmers wrote:

I?ve added descriptions, grabbing the actual RULE name with awk, and
creating the list that way.

{
        a=$12;
         print "describe " a " Spam check applied.";
}


The result is like this.
describe LONG_TERM_PRICE Spam check applied.
describe MULTIPART_ALT_NON_TEXT Spam check applied.
describe TVD_IP_OCT Spam check applied.
describe HK_NAME_DR Spam check applied.
What's the benefit of this?

If someone gets around to creating descriptions for these rules you
wont see them.

Agreed. The right way to silence those warnings would be to learn what each rule does, write an accurate description, then commit it or submit a patch on the bug tracker.

Reply via email to