The "create a feed" functionality on the web site understands the following formats.
These are comma-separate values consistent with Perl's Text::CSV. Lines that are blank, or that begin with # are considered comments, and ignored.
identity[,value[,comment]]We recognize score values in the range of -1000 to +1000. 0 is considered neutral; any rules that say "if-match" will not match a 0 value.
192.0.2.1,-1000,disliked 192.0.2.2,0,neutral 192.0.2.3,1000,liked "192.0.2.4",1000,"here is an actual "" quote "" character, and an actual comma." 192.0.2.5,1000 192.0.2.6
192.0.2.6 will default to a +1000 value. The same IP CIDR range and *.subdomain.com conventions apply as above.