Обсуждение: More broken mailing list filters

Поиск
Список
Период
Сортировка

More broken mailing list filters

От
Josh Berkus
Дата:
WWW,

I just got a bounce on this:

GLOBAL ADMIN BODY:  /^\s*get\s+\S+\s*$/i matched "g3t c0mm1tted." at
line number 4.

... without the leetspeak of course; I need to put that in or I can't
report that to this list.

That's a perfectly legitmate phrase to send to -hackers, and should not
be screened out.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



Re: More broken mailing list filters

От
Alvaro Herrera
Дата:
Josh Berkus wrote:
> WWW,
> 
> I just got a bounce on this:
> 
> GLOBAL ADMIN BODY:  /^\s*get\s+\S+\s*$/i matched "g3t c0mm1tted." at
> line number 4.
> 
> ... without the leetspeak of course; I need to put that in or I can't
> report that to this list.

It's not that you "can't get" it to the list; it's just that it got
moderated and slightly delayed.  And the pattern is pretty specific: it
only matches a "get" followed by another word, possibly surrounded by
whitespace, but only if they are the only two words in the line.  You
didn't need to replace the vowels above; it wouldn't have matched the
pattern, as it was in the middle of a longer line.

I don't see cause for concern.  To see delay on somehting like this for
some hours seems okay to me.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



Re: More broken mailing list filters

От
Josh Berkus
Дата:
> I don't see cause for concern.  To see delay on somehting like this for
> some hours seems okay to me.

Ah, ok.   I thought that the message was bounced, not held.  Thanks.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com