Re: [patch] URLField says all links to Wikipedia are invalid

2006-08-28 Thread Adrian Holovaty
On 8/27/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > I would be +1 on this if it included the site domain in the user-agent. > having it this way will just cause wikipedia to block it when a > single badly behaving django-bot uses it. Great idea, Ian. I agree that this patch should use the site d

Re: [patch] URLField says all links to Wikipedia are invalid

2006-08-28 Thread Tom Tobin
On 8/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Akismet thinks this bug is spam, so I cannot submit it to Trac. If you're being locked out due to the spamfilter (and this goes for anyone else), please email me with your IP (or IP range) or, if you have a wide dynamic IP range, the long

Re: [patch] URLField says all links to Wikipedia are invalid

2006-08-27 Thread Ian Holsman
I would be +1 on this if it included the site domain in the user-agent. having it this way will just cause wikipedia to block it when a single badly behaving django-bot uses it. --I On 27/08/2006, at 12:43 PM, [EMAIL PROTECTED] wrote: > Akismet thinks this bug is spam, so I cannot submit it to

[patch] URLField says all links to Wikipedia are invalid

2006-08-27 Thread shields
Akismet thinks this bug is spam, so I cannot submit it to Trac. A URLField will report that all links to en.wikipedia.org are invalid, because urllib2, along with wget and libwww-perl, are blocked by default. http://mail.wikipedia.org/pipermail/wikitech-l/2003-December/019849.html This is due t