Hello Donald, Friday, May 27, 2005, 9:54:15 AM, you wrote:
DDbc> Checking for duplicate rules using the following command, DDbc> cat *.cf | awk '/^score/ {print $2}' | sort | uniq -c | DDbc> sort -nr | awk '{if ($1 > 1) print $0}' | more DDbc> I found the following duplicate: DDbc> # grep -n SARE_MSGID_LONG50 * | grep score DDbc> 70_sare_header.cf:965:score SARE_MSGID_LONG50 1.666 DDbc> 70_sare_header.cf:2637:score SARE_MSGID_LONG50 1.666 Yep. No harm done, since the rule runs only once, but you're right -- the rule is in both header0.cf and header1.cf; I'll fix that in the next release. DDbc> I got an 'undeliverable' email when trying to send to DDbc> [EMAIL PROTECTED], the email referenced in the cf DDbc> file. That address used to work. I'll find one that does work and document it in the rules file also. Bob Menschel