You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2008/10/18 23:44:55 UTC

[Bug 6000] New: Improved Online Lottery Rules

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000

           Summary: Improved Online Lottery Rules
           Product: Spamassassin
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: guaifen@gmail.com


Created an attachment (id=4380)
 --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4380)
Sample Lotto Spam Message

I have a few improvements to offer some of the KAM_LOTTO rules based on the
attached spam message. 

__KAM_LOTTO1:
/(e-?mail(-| )(address|ID) (have emerged a winner|attached to
(ticket|reference)|was one of the ten winners)|random selection in our
computerized email selection system|was selected online)/is

__KAM_LOTTO5:
/((affiliated office of )?freelotto( affiliated| group)?|Royal Heritage
Lottery|UK National (Online)? Lottery|U\.?K\.? Grand Promotions|Lottery
Department UK|Euromillion Loteria|(Luckyday )?International Lottery)/is


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6000] Improved Online Lottery Rules

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000





--- Comment #1 from Karsten Bräckelmann <gu...@rudersport.de>  2008-10-20 07:08:20 PST ---
> /(e-?mail(-| )(address|ID) (have emerged a winner|attached to

The single char alternation should better be written using a char class [- ],
IMHO. Also, why did you remove "has won" from __KAM_LOTTO1?


> /((affiliated office of )?freelotto( affiliated| group)?|Royal Heritage
    ^^^^^^^^^^^^^^^^^^^^^^^^         ^^^^^^^^^^^^^^^^^^^^^
These are no-ops, effectively it matches a plain /freelotto/. I guess this is
what you actually had in mind?
  (affiliated office of freelotto|freelotto (affiliated|group))


> Department UK|Euromillion Loteria|(Luckyday )?International Lottery)/is
                                    ^^^^^^^^^^^^
And another no-op for Luckyday. This is correct according to __KAM_LOTTO5,
though, which actually features both. :)  The first version should simply be
removed.
  Luckyday International Lottery|International Lottery


Note:  Mind the line wraps in comment 0, they ate the trailing spaces.


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6000] Improved Online Lottery Rules

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000





--- Comment #3 from Justin Mason <jm...@jmason.org>  2008-10-21 02:35:01 PST ---
let's give them a go, including Karsten's fixes:

: jm 56...; svn commit -m "bug 6000: possible updates for __KAM_LOTTO1,
__KAM_LOTTO5" rulesrc/sandbox/jm/20_bug_6000.cf
Adding         rulesrc/sandbox/jm/20_bug_6000.cf
Transmitting file data .
Committed revision 706561.


keep an eye on ruleqa.spamassassin.org for them....


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6000] Improved Online Lottery Rules

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000





--- Comment #4 from Christopher R. Curzio <gu...@gmail.com>  2008-10-21 15:14:28 PST ---
Justin,

It looks like "has won" got lost from your commit as well. My fault.

Thanks again.


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6000] Improved Online Lottery Rules

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000

Henrik Krohns <he...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hege@hege.li
         Resolution|                            |FIXED

--- Comment #5 from Henrik Krohns <he...@hege.li> 2011-05-08 19:20:04 UTC ---
Looks like fixed to me.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6000] Improved Online Lottery Rules

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000

--- Comment #6 from John Hardin <jh...@impsec.org> 2011-05-08 21:42:17 UTC ---
These should also be compared to what I have in the lotsa_money rulesets.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6000] Improved Online Lottery Rules

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6000





--- Comment #2 from Christopher R. Curzio <gu...@gmail.com>  2008-10-20 10:11:01 PST ---
Good comments, thanks. I'm actually not entirely sure why "has won" was removed
in my modification; probably accidental. Good thing we have peer-review. :)

Thanks. 


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.