SA Bugzilla – Bug 5132
Typo causes missing description in 25_replace.cf
Last modified: 2006-12-03 13:20:59 UTC
Someone was obviously a tad hasty with the cut-and-paste: In 25_replace.cf the "describe" for "SUBJECT_FUZZY_VPILL" actually says "SUBJECT_FUZZY_MEDS". Here's a diff -C 2 *** 25_replace.cf 2006-10-17 20:39:17.496954112 +0100 --- /tmp/25_replace.cf 2006-10-17 21:51:31.067151304 +0100 *************** *** 76,80 **** replace_rules __SUBJECT_FUZZY_VPILL meta SUBJECT_FUZZY_VPILL __SUBJECT_FUZZY_VPILL && !FUZZY_VPILL ! describe SUBJECT_FUZZY_MEDS Attempt to obfuscate words in Subject: header SUBJECT_FUZZY_CHEAP Subject =~ /<inter W2><post P3>\b(?!cheap)<C><H><E><A><P>(?:\b|<E>)/i --- 76,80 ---- replace_rules __SUBJECT_FUZZY_VPILL meta SUBJECT_FUZZY_VPILL __SUBJECT_FUZZY_VPILL && !FUZZY_VPILL ! describe SUBJECT_FUZZY_VPILL Attempt to obfuscate words in Subject: header SUBJECT_FUZZY_CHEAP Subject =~ /<inter W2><post P3>\b(?!cheap)<C><H><E><A><P>(?:\b|<E>)/i
thanks; well spotted. it's a small enough change that it counts as "trivial", so I've applied to both trunk and the 3.1.x branch...