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.