Bug 491 - 150 New Rules - FIXES
Summary: 150 New Rules - FIXES
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.31
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 09:34 UTC by Marc Perkel
Modified: 2002-06-24 11:43 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 Marc Perkel 2002-06-24 09:34:24 UTC
Here's a few fixes to me 150 rules.

#Gets "risk free" and "risk-free"
body     RISK_FREE              /(?:risk\Wfree|no\Wrisk)/i
describe RISK_FREE              Risk free.  Suuurreeee....

body MLM			/MLM|multi\Wlevel\Wmarketing/i
describe MLM			Multi Level Marketing

body NAME_BRAND			/(?:famous name|major) brand|brand\Wname/i
describe NAME_BRAND		Name Brand
Comment 1 Duncan Findlay 2002-06-24 19:13:57 UTC
Subject: Re: [SAdev]  New: 150 New Rules - FIXES

On Mon, Jun 24, 2002 at 09:34:24AM -0700, bugzilla-daemon@hughes-family.org wrote:
> #Gets "risk free" and "risk-free"
> body     RISK_FREE              /(?:risk\Wfree|no\Wrisk)/i
> describe RISK_FREE              Risk free.  Suuurreeee....

I think [- ] is probably just as good/better here. (Possibly speed
issues?)

> body MLM			/MLM|multi\Wlevel\Wmarketing/i
> describe MLM			Multi Level Marketing

Ditto.
 
> body NAME_BRAND			/(?:famous name|major) brand|brand\Wname/i
> describe NAME_BRAND		Name Brand

Ditto.

Comment 2 Marc Perkel 2002-06-24 19:18:47 UTC
Subject: Re: [SAdev]  150 New Rules - FIXES

[- ] actually didn't work at all. the "-" is a spacial character in []. 
As in [0-9]

bugzilla-daemon@hughes-family.org wrote:

>http://www.hughes-family.org/bugzilla/show_bug.cgi?id=491
>
>
>
>
>
>------- Additional Comments From duncf@rogers.com  2002-06-24 19:13 -------
>Subject: Re: [SAdev]  New: 150 New Rules - FIXES
>
>On Mon, Jun 24, 2002 at 09:34:24AM -0700, bugzilla-daemon@hughes-family.org wrote:
>  
>
>>#Gets "risk free" and "risk-free"
>>body     RISK_FREE              /(?:risk\Wfree|no\Wrisk)/i
>>describe RISK_FREE              Risk free.  Suuurreeee....
>>    
>>
>
>I think [- ] is probably just as good/better here. (Possibly speed
>issues?)
>
>  
>
>>body MLM			/MLM|multi\Wlevel\Wmarketing/i
>>describe MLM			Multi Level Marketing
>>    
>>
>
>Ditto.
> 
>  
>
>>body NAME_BRAND			/(?:famous name|major) brand|brand\Wname/i
>>describe NAME_BRAND		Name Brand
>>    
>>
>
>Ditto.
>
>
>
>
>
>------- You are receiving this mail because: -------
>You are the assignee for the bug, or are watching the assignee.
>
>
>-------------------------------------------------------
>Sponsored by:
>ThinkGeek at http://www.ThinkGeek.com/
>_______________________________________________
>Spamassassin-devel mailing list
>Spamassassin-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/spamassassin-devel
>
>  
>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
[- ] actually didn't work at all. the "-" is a spacial character in []. As
in [0-9]<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:bugzilla-daemon@hughes-family.org">bugzilla-daemon@hughes-family.org</a> wrote:<br>
<blockquote type="cite"
 cite="mid20020625021357.B22AC98379@belphegore.hughes-family.org">
  <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.hughes-family.org/bugzilla/show_bug.cgi?id=491">http://www.hughes-family.org/bugzilla/show_bug.cgi?id=491</a>





------- Additional Comments From <a class="moz-txt-link-abbreviated" href="mailto:duncf@rogers.com">duncf@rogers.com</a>  2002-06-24 19:13 -------
Subject: Re: [SAdev]  New: 150 New Rules - FIXES

On Mon, Jun 24, 2002 at 09:34:24AM -0700, <a class="moz-txt-link-abbreviated" href="mailto:bugzilla-daemon@hughes-family.org">bugzilla-daemon@hughes-family.org</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">#Gets "risk free" and "risk-free"
body     RISK_FREE              /(?:risk\Wfree|no\Wrisk)/i
describe RISK_FREE              Risk free.  Suuurreeee....
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think [- ] is probably just as good/better here. (Possibly speed
issues?)

  </pre>
  <blockquote type="cite">
    <pre wrap="">body MLM			/MLM|multi\Wlevel\Wmarketing/i
describe MLM			Multi Level Marketing
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ditto.
 
  </pre>
  <blockquote type="cite">
    <pre wrap="">body NAME_BRAND			/(?:famous name|major) brand|brand\Wname/i
describe NAME_BRAND		Name Brand
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ditto.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
Sponsored by:
ThinkGeek at <a class="moz-txt-link-freetext" href="http://www.ThinkGeek.com/">http://www.ThinkGeek.com/</a>
_______________________________________________
Spamassassin-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Spamassassin-devel@lists.sourceforge.net">Spamassassin-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/spamassassin-devel">https://lists.sourceforge.net/lists/listinfo/spamassassin-devel</a>

  </pre>
</blockquote>
<br>
</body>
</html>
Comment 3 Duncan Findlay 2002-06-24 19:29:15 UTC
Subject: Re: [SAdev]  150 New Rules - FIXES

> [- ] actually didn't work at all. the "-" is a spacial character in []. 
> As in [0-9]

Right. It should be [ -].

Comment 4 Marc Perkel 2002-06-24 19:35:43 UTC
Subject: Re: [SAdev]  150 RISK_FREE - FIXES

OK - that is better.

body     RISK_FREE              /(?:risk[ -]free|no[ -]risk)/i
describe RISK_FREE              Risk free.  Suuurreeee....




bugzilla-daemon@hughes-family.org wrote:

>http://www.hughes-family.org/bugzilla/show_bug.cgi?id=491
>
>
>
>
>
>------- Additional Comments From duncf@rogers.com  2002-06-24 19:29 -------
>Subject: Re: [SAdev]  150 New Rules - FIXES
>
>  
>
>>[- ] actually didn't work at all. the "-" is a spacial character in []. 
>>As in [0-9]
>>    
>>
>
>Right. It should be [ -].
>
>
>
>
>
>------- You are receiving this mail because: -------
>You are the assignee for the bug, or are watching the assignee.
>
>
>-------------------------------------------------------
>Sponsored by:
>ThinkGeek at http://www.ThinkGeek.com/
>_______________________________________________
>Spamassassin-devel mailing list
>Spamassassin-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/spamassassin-devel
>
>  
>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
OK - that is better.<br>
<br>
body&nbsp;&nbsp;&nbsp;&nbsp; RISK_FREE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /(?:risk[ -]free|no[ -]risk)/i<br>
describe RISK_FREE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Risk free.&nbsp; Suuurreeee....<br>
<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:bugzilla-daemon@hughes-family.org">bugzilla-daemon@hughes-family.org</a> wrote:<br>
<blockquote type="cite"
 cite="mid20020625022916.37B6198E1F@belphegore.hughes-family.org">
  <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.hughes-family.org/bugzilla/show_bug.cgi?id=491">http://www.hughes-family.org/bugzilla/show_bug.cgi?id=491</a>





------- Additional Comments From <a class="moz-txt-link-abbreviated" href="mailto:duncf@rogers.com">duncf@rogers.com</a>  2002-06-24 19:29 -------
Subject: Re: [SAdev]  150 New Rules - FIXES

  </pre>
  <blockquote type="cite">
    <pre wrap="">[- ] actually didn't work at all. the "-" is a spacial character in []. 
As in [0-9]
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Right. It should be [ -].





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
Sponsored by:
ThinkGeek at <a class="moz-txt-link-freetext" href="http://www.ThinkGeek.com/">http://www.ThinkGeek.com/</a>
_______________________________________________
Spamassassin-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Spamassassin-devel@lists.sourceforge.net">Spamassassin-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/spamassassin-devel">https://lists.sourceforge.net/lists/listinfo/spamassassin-devel</a>

  </pre>
</blockquote>
<br>
</body>
</html>
Comment 5 Duncan Findlay 2002-06-24 19:43:25 UTC
Fixed in CVS.