Bug 621 - LARGE_COLLECTION
Summary: LARGE_COLLECTION
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-01 10:15 UTC by Marc Perkel
Modified: 2002-08-02 01:32 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-08-01 10:15:58 UTC
OK - fixing it yet again. Removed extra \b\s that cut matches down 20%. Removes
dead "celeb" test. changed "live" and "images" of "of live" and "of images" to
avoid FP phrases like "thousands of people live in poverty" while catching
"thousands of live sex acts".

body LARGE_COLLECTION_NOW      
/\b(?:[0-9,]{5,9}\s|hundreds|thousands|millions|tons)\b.{0,15}\b(?:movies|videos?|xxx|celeb|streaming|live|pics?|photos?|images)\b/i
describe LARGE_COLLECTION       Possible porn - Large Number of movies, pics

body LARGE_COLLECTION_NEW
/\b(?:[0-9,]{5,9}|hundreds|thousands|millions|tons)\b.{0,15}(?:movies|videos?|xxx|streaming|pics?|photos?|of
live|of images)\b/i
describe LARGE_COLLECTION       Possible porn - Large Number of movies, pics
Comment 1 Justin Mason 2002-08-02 09:32:44 UTC
looks good. checked in