Bug 5132 - Typo causes missing description in 25_replace.cf
Summary: Typo causes missing description in 25_replace.cf
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 3.1.7
Hardware: All All
: P1 trivial
Target Milestone: 3.1.8
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 13:44 UTC by Dave Lukes
Modified: 2006-12-03 13:20 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Lukes 2006-10-17 13:44:28 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
Comment 1 Justin Mason 2006-12-03 13:20:59 UTC
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...