70_sare_header.cf dupe----- Original Message ----- From: [EMAIL PROTECTED]

Checking for duplicate rules using the following command,
cat *.cf | awk '/^score/ {print $2}' | sort | uniq -c | sort -nr | awk '{if ($1 > 1) print $0}' | more
I found the following duplicate:
# grep -n SARE_MSGID_LONG50 * | grep score
70_sare_header.cf:965:score     SARE_MSGID_LONG50        1.666
70_sare_header.cf:2637:score     SARE_MSGID_LONG50        1.666
----------------------

I also found dups for:

VIRUS_WARNING436 - in bogus-virus-warnings.cf - (typo in score name)
VIRUS_WARNING202 - in bogus-virus-warnings.cf - (two different rules)
SARE_OBFU_BUY_SUB - in 70_sare_obfu.cf - (two different rules)

Bill

Reply via email to