Christian Boos | 2 May 11:42

[Trac-dev] SpamFilter on t.e.o


Hi Jonas,

First, I've noticed that we have now: [spam-filter] min_karma 0
Wasn't that higher in the past, like "3"? "1" should be the minimum, I 
think (and this would have caught those stupid "haha;" comments from 
this morning...).

Also, there's still the problem with the unicode or binary attachments 
(#5591). This is becoming increasingly annoying for the translators.
Last time I've tried to reproduce it locally with PostgreSQL (8.1 win32, 
accessed through psycopg2 2.0.6), I couldn't, so I think this is 
something best debugged on t.e.o itself.

Now that I'm talking about the spam-filter, I should mention that I've 
revived the spam-filter-captcha variant from Alec, and modulo one last 
change I'd like to make (#7173) I think it would be good to integrate it 
back in the "main" spam-filter plugin. We could then eventually enable 
it on t.e.o as well (but that's really a separate question).
What do people think?

-- Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

(Continue reading)

[Trac-dev] Re: SpamFilter on t.e.o


-On [20080502 11:43], Christian Boos (cboos <at> neuf.fr) wrote:
>Also, there's still the problem with the unicode or binary attachments 
>(#5591). This is becoming increasingly annoying for the translators.
>Last time I've tried to reproduce it locally with PostgreSQL (8.1 win32, 
>accessed through psycopg2 2.0.6), I couldn't, so I think this is 
>something best debugged on t.e.o itself.

That might explain the problem one of the Russian guys had in attaching his
patch to the ru_RU ticket.
He could post comments though.

>Now that I'm talking about the spam-filter, I should mention that I've 
>revived the spam-filter-captcha variant from Alec, and modulo one last 
>change I'd like to make (#7173) I think it would be good to integrate it 
>back in the "main" spam-filter plugin. We could then eventually enable 
>it on t.e.o as well (but that's really a separate question).
>What do people think?

People would need to enter a CAPTCHA before filing a bug or?

--

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Friendship is love without wings...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
(Continue reading)

Jonas Borgström | 3 May 13:38

[Trac-dev] Re: SpamFilter on t.e.o


Christian Boos wrote:
> 
> Hi Jonas,
> 
> First, I've noticed that we have now: [spam-filter] min_karma 0
> Wasn't that higher in the past, like "3"? "1" should be the minimum, I
> think (and this would have caught those stupid "haha;" comments from
> this morning...).

I think it was lowered because it generated a lot of false positives. 
But we might need to adjust it again. Is a lot of spam getting through?

> Also, there's still the problem with the unicode or binary attachments
> (#5591). This is becoming increasingly annoying for the translators.
> Last time I've tried to reproduce it locally with PostgreSQL (8.1 win32,
> accessed through psycopg2 2.0.6), I couldn't, so I think this is
> something best debugged on t.e.o itself.

I think it should be fixed in [6990]. The culprit seems to be spambayes 
which sometimes manages to generate invalid utf-8 byte sequences 
(probably by splitting utf-8 characters).
This fix is now installed on t.e.o so please let me know if the problems 
persists.

> Now that I'm talking about the spam-filter, I should mention that I've
> revived the spam-filter-captcha variant from Alec, and modulo one last
> change I'd like to make (#7173) I think it would be good to integrate it
> back in the "main" spam-filter plugin. We could then eventually enable
> it on t.e.o as well (but that's really a separate question).
(Continue reading)

Christian Boos | 5 May 16:21

[Trac-dev] Re: SpamFilter on t.e.o


Jonas Borgström wrote:
> Christian Boos wrote:
>   
>> Hi Jonas,
>>
>> First, I've noticed that we have now: [spam-filter] min_karma 0
>> Wasn't that higher in the past, like "3"? "1" should be the minimum, I
>> think (and this would have caught those stupid "haha;" comments from
>> this morning...).
>>     
>
> I think it was lowered because it generated a lot of false positives. 
> But we might need to adjust it again. Is a lot of spam getting through?
>   

At times, quite a lot at 1, 2, or 3 karma points.
Of course there are also the "vicious" copy comment/paste same comment + 
a link spams, which go through in any case, unless the target link was 
explicitly blacklisted. It's mainly because of the latter kind that I 
thought about reviving the captcha stuff.

>> Also, there's still the problem with the unicode or binary attachments
>> (#5591). This is becoming increasingly annoying for the translators.
>> Last time I've tried to reproduce it locally with PostgreSQL (8.1 win32,
>> accessed through psycopg2 2.0.6), I couldn't, so I think this is
>> something best debugged on t.e.o itself.
>>     
>
> I think it should be fixed in [6990]. The culprit seems to be spambayes 
(Continue reading)


Gmane