http://bugzilla.spamassassin.org/show_bug.cgi?id=3620
------- Additional Comments From [EMAIL PROTECTED] 2004-07-19 16:25 -------
Quoting from Sa-users:
First glance, it's the extremely long line of dots in the middle of the
message. I saw the same symptom using -pre2 on a beefy P4 machine
running FreeBSD (~50 seconds). Removing the long line of dots, the
message took ~3 seconds (with all network tests enabled).
Running with debug output, almost all of the delay was (not
surprisingly) within
debug: running body-text per-line regexp tests; score so far=0.246
One or more rules are taking a long time to run on that line, so I ran
with -D rulesrun=255, but that only reports on the rules that hit.
So I added some debug code to PerMsgStatus.pm for every body rule test,
and noted that DRUG_DOSAGE occupied about 95% of the total processing
time.
body DRUG_DOSAGE m{\$? *(?:\d|\.)+ *\$? *(?:\\|/|per)
*d.?o.?s.?e}i
describe DRUG_DOSAGE Talks about price per dose
OK, so one could see how that would be a little nasty on long lines. :-)
Workaround would be to temporarily disable this rule.
- Ryan
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.