Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18302

Re: Spamming PyPI with stupid packages

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'pypi': 0.04; 'stuff.': 0.05; 'worse': 0.07; 'python': 0.08; '1.0.1': 0.09; 'matt': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'though...': 0.09; 'programmer': 0.10; 'talks': 0.10; 'am,': 0.12; 'packages.': 0.13; '"import': 0.16; 'antigravity': 0.16; 'betting': 0.16; 'kern': 0.16; 'legitimize': 0.16; 'programmer,': 0.16; 'pypi.': 0.16; 'subject:PyPI': 0.16; 'uploading': 0.16; 'wrote:': 0.18; '>>>': 0.18; 'seems': 0.20; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'module': 0.26; "i'm": 0.26; 'pm,': 0.29; 'does': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'to:addr:python-list': 0.34; 'someone': 0.34; 'house,': 0.34; 'received:au': 0.36; 'subject:with': 0.36; 'disk': 0.37; 'not,': 0.37; 'received:org': 0.38; 'some': 0.38; 'feed': 0.39; 'should': 0.39; 'everyone': 0.39; "it's": 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; 'house': 0.61; 'car': 0.67; 'friends': 0.67; 'care': 0.71; 'money': 0.75; 'funny': 0.76; 'advertising': 0.77; 'depended': 0.84; 'uploads': 0.84; 'stupid': 0.91; 'joke,': 0.93; 'received:110': 0.95; 'girl': 0.96
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Lie Ryan <lie.1296@gmail.com>
Subject Re: Spamming PyPI with stupid packages
Date Mon, 02 Jan 2012 11:12:28 +1100
References <D0AD6D44-053B-4E9A-92D8-4780812DE9C9@whoosh.ca> <jdqmvg$m72$1@dough.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 110-175-240-90.static.tpgi.com.au
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0
In-Reply-To <jdqmvg$m72$1@dough.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4299.1325463164.27778.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1325463165 news.xs4all.nl 6953 [2001:888:2000:d::a6]:57923
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18302

Show key headers only | View raw


On 01/02/2012 09:33 AM, Robert Kern wrote:
> On 1/1/12 10:18 PM, Matt Chaput wrote:
>> Someone seems to be spamming PyPI by uploading multiple stupid
>> packages. Not sure if it's some form of advertising spam or just idiocy.
>>
>> Don't know if we should care though... maybe policing uploads is worse
>> than cluttering PyPI's disk space and RSS feed with dumb 1 KB packages.
>>
>>> girlfriend 1.0.1 10 A really simple module that allow everyone to do
>>> "import girlfriend"
>>> girlfriends 1.0 4 Girl Friends
>>> car 1.0 2 Car, a depended simple module that allow everyone to do
>>> "import girlfriend"
>>> house 1.0 2 House, a depended simple module that allow everyone to do
>>> "import girlfriend"
>>> money 1.0 2 Money, a depended simple module that allow everyone to do
>>> "import girlfriend"
>>> workhard 1.0 2 Keep working hard, a depended simple module that allow
>>> everyone to do "import girlfriend"
>
> I'm betting on a joke, like antigravity only significantly less funny
> and more sexist. The author is a legitimate Python programmer, and the
> links go to his blog where he talks about Python stuff.

Legitimate python programmer or not, that does not legitimize spamming 
PyPI.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Spamming PyPI with stupid packages Lie Ryan <lie.1296@gmail.com> - 2012-01-02 11:12 +1100
  Re: Spamming PyPI with stupid packages Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-02 07:16 +0000

csiph-web