Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Post in *.name groups

5 views
Skip to first unread message

Internetado

unread,
Mar 4, 2011, 5:26:25 PM3/4/11
to
Hello,

Please, how to write an expression to allow posts in all " *.name "
groups and only these?

Thank you.

Eduardo.

--
Internetado
...
Rede-LUSO: news://rede-luso.dtdns.net - Brasil
| Arte, Cultura e Lusofonia |


Wolfgang Jäth

unread,
Mar 5, 2011, 1:30:40 AM3/5/11
to
Am 04.03.2011 23:26, schrieb Internetado:
>
> Please, how to write an expression to allow posts in all " *.name "
> groups and only these?

Where? In the score filter? In the user account configuration? Somewhere
else?

Wolfgang
--

Internetado

unread,
Mar 6, 2011, 2:15:53 PM3/6/11
to
Wolfgang Jäth has brought this to us :

In the user account configuration

Sorry,

Wolfgang Jäth

unread,
Mar 7, 2011, 2:24:12 AM3/7/11
to
Am 06.03.2011 20:15, schrieb Internetado:
> Wolfgang Jäth has brought this to us :
>> Am 04.03.2011 23:26, schrieb Internetado:
>>>
>>> Please, how to write an expression to allow posts in all " *.name "
>>> groups and only these?
>>
>> Where? In the score filter? In the user account configuration?
>> Somewhere else?
>>
>> Wolfgang
>
> In the user account configuration

\.name$ !.*

The expressions are regex, i. e. the dot must be masked ('\.'; an
unmasked dot means 'any character'). The '$' reperesents the end of
string. As regex allway asks for being part of, not for being equal, you
don't need to specify the prior part of the group name alt all.

And finally, the second expression is simply the negation of 'any
charcter', i. e. posting to any other group (except to those, which did
match to one of the previous expressions) will not be allowed.

Wolfgang
--

Internetado

unread,
Mar 8, 2011, 4:43:34 PM3/8/11
to
Wolfgang Jäth formulated on segunda-feira :

Thank you...

0 new messages