Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-24 Thread Aahz
On Tue, Jan 23, 2007, Nick Coghlan wrote:

 Allowing a project to define a question  answer should do the trick - 
 essentially a password like Skip suggested, but with a reminder right 
 there on the page:
 
 Type this project's name in lowercase in this box: _
 Type the BDFL's first name in lowercase in this box: 
 Type the branch name in this box: 
 
 etc.
 
 It's easier than a normal CAPTCHA because its OK to assume a lot more 
 knowledge on the part of the intended audience.

...and it works with text-based browsing.
-- 
Aahz ([EMAIL PROTECTED])   * http://www.pythoncraft.com/

Help a hearing-impaired person: http://rule6.info/hearing.html
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-24 Thread Benji York
Michael Hudson wrote:
 Giovanni Bajo [EMAIL PROTECTED] writes:
 
 On 23/01/2007 10.20, Brian Warner wrote:

 Do I miss something here, or is the buildbot hit by spammers now?
 It looks like it is. If that continues, we have to disable the web
 triggers.
 Good grief. If anyone has any bright ideas about simple ways to change that
 form to make it less vulnerable to the spambots, I'd be happy to incorporate
 them into Buildbot.
 I'd throw a CAPTCHA in. There are even some written in Python.
 
 I'd guess even the simplest thing would work:
 
 Type Python into this box: __

The approach (outlined here 
http://damienkatz.net/2007/01/negative_captch.html) of having a hidden 
field that is attractive to spam bots, but hidden from humans would 
seem to be as effective without the (slight) annoyances of filling in an 
extra field every time.
--
Benji York
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-23 Thread Brian Warner
 Do I miss something here, or is the buildbot hit by spammers now?

 It looks like it is. If that continues, we have to disable the web
 triggers.

Good grief. If anyone has any bright ideas about simple ways to change that
form to make it less vulnerable to the spambots, I'd be happy to incorporate
them into Buildbot.

sigh,
 -Brian
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-23 Thread Giovanni Bajo
On 23/01/2007 10.20, Brian Warner wrote:

 Do I miss something here, or is the buildbot hit by spammers now?
 It looks like it is. If that continues, we have to disable the web
 triggers.
 
 Good grief. If anyone has any bright ideas about simple ways to change that
 form to make it less vulnerable to the spambots, I'd be happy to incorporate
 them into Buildbot.

I'd throw a CAPTCHA in. There are even some written in Python.
-- 
Giovanni Bajo

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-23 Thread Michael Hudson
Giovanni Bajo [EMAIL PROTECTED] writes:

 On 23/01/2007 10.20, Brian Warner wrote:

 Do I miss something here, or is the buildbot hit by spammers now?
 It looks like it is. If that continues, we have to disable the web
 triggers.
 
 Good grief. If anyone has any bright ideas about simple ways to change that
 form to make it less vulnerable to the spambots, I'd be happy to incorporate
 them into Buildbot.

 I'd throw a CAPTCHA in. There are even some written in Python.

I'd guess even the simplest thing would work:

Type Python into this box: __

Cheers,
mwh

-- 
  ZAPHOD:  Who are you?
  ROOSTA:  A friend.
  ZAPHOD:  Oh yeah? Anyone's friend in particular, or just generally 
   well-disposed to people?   -- HHGttG, Episode 7
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-23 Thread skip

Brian Good grief. If anyone has any bright ideas about simple ways to
Brian change that form to make it less vulnerable to the spambots, I'd
Brian be happy to incorporate them into Buildbot.

Require a password?  It can be widely known throughout each buildbot
community with little danger of being guessed by a spambot.

Skip
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-23 Thread Nick Coghlan
Michael Hudson wrote:
 Giovanni Bajo [EMAIL PROTECTED] writes:
 
 On 23/01/2007 10.20, Brian Warner wrote:

 Do I miss something here, or is the buildbot hit by spammers now?
 It looks like it is. If that continues, we have to disable the web
 triggers.
 Good grief. If anyone has any bright ideas about simple ways to change that
 form to make it less vulnerable to the spambots, I'd be happy to incorporate
 them into Buildbot.
 I'd throw a CAPTCHA in. There are even some written in Python.
 
 I'd guess even the simplest thing would work:
 
 Type Python into this box: __

Allowing a project to define a question  answer should do the trick - 
essentially a password like Skip suggested, but with a reminder right 
there on the page:

Type this project's name in lowercase in this box: _
Type the BDFL's first name in lowercase in this box: 
Type the branch name in this box: 

etc.

It's easier than a normal CAPTCHA because its OK to assume a lot more 
knowledge on the part of the intended audience.

Cheers,
Nick.

-- 
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---
 http://www.boredomandlaziness.org
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-22 Thread Martin v. Löwis
Georg Brandl schrieb:
 Do I miss something here, or is the buildbot hit by spammers now?

It looks like it is. If that continues, we have to disable the web
triggers.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com