SA Bugzilla – Bug 491
150 New Rules - FIXES
Last modified: 2002-06-24 11:43:25 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
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.
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>
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 [ -].
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 RISK_FREE /(?:risk[ -]free|no[ -]risk)/i<br> describe RISK_FREE Risk free. 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>
Fixed in CVS.