Re: [Hangout - NYLXS] duplicated messages and NYLXS cross-posting

2020-02-16 Thread Kaz Kylheku (gnu-misc-discuss)

On 2020-02-16 05:20, Alexandre François Garreau wrote:

Le dimanche 16 février 2020, 10:43:44 CET Alfred M. Szmidt a écrit :

   Is FSF censoring gnu-misc-discuss and other GNU lists and are these
   other things an attempt to circumvent that?

The FSF is not handling moderation of GNU project mailing lists, nor
is there any censorship going on here anymore.  The list _is_
moderated but that is to get rid of very nasty and obvious garbage --


How isn’t moderation censorship?  That it’s useful or even good is not 
a

sufficient reason not to call it censorship.


How moderation isn't censorship is that it isn't a state-imposed ban
that curtails your freedom to express ideas within your entire country.




Re: [Hangout - NYLXS] duplicated messages and NYLXS cross-posting

2020-02-16 Thread Kaz Kylheku (gnu-misc-discuss)

On 2020-02-16 05:29, Alexandre François Garreau wrote:

Le dimanche 16 février 2020, 12:20:07 CET Daniel Pocock a écrit :

Users who control their own mail servers probably have tactical
solutions they can use, e.g. /etc/postfix/access


Overkill, it’s not made for that, you’d better use client-side stuff, 
or

antispam tools.


A system should filter unwanted events as early in the pipeline as it 
can.


That is more efficient.

I don't want my mail server receiving and delivering stuff that is going
to be certainly deleted later; it wastes bandwidth and cycles.

It's also very simple to implement "drop connections from this
mail host" not to mention simpler to convince yourself that the rule
is correct.

Plus: what if I don't want to get *anything* from that server, list or 
not?





Re: [Hangout - NYLXS] duplicated messages and NYLXS cross-posting

2020-02-16 Thread Alexandre François Garreau
Le dimanche 16 février 2020, 12:20:07 CET Daniel Pocock a écrit :
> On 16/02/2020 09:43, Alfred M. Szmidt wrote:
> >Can there be a more efficient way to achieve this?
> > 
> > Since the GNU project isn't in control of the ghost list, we can't do
> > much to address that. :-( Do you have any suggestions on how to tackle
> > this?
> 
> The first thing is transparency.  It is useful to document factually,
> not politically, what has actually happened.  E.g. foo was censored, foo
> forked the list, how many people have copies of subscriber data,
> unsubscribe links for each list.  This can be written without taking
> sides or blaming anybody.  Most users can decide for themselves how
> they want to proceed.

+1

Though some will be lazy, tided anyway, and unsubscribe anyway :/

Anyway, this is illegal and bad behavior (subscribing people to something 
(especially something controlled by a different person) without their 
consent).

> Users who control their own mail servers probably have tactical
> solutions they can use, e.g. /etc/postfix/access

Overkill, it’s not made for that, you’d better use client-side stuff, or 
antispam tools.

> Mail filters can also be used.  For example, telling the filter to match
> on certain things in the Received headers.

The canonical way is to use list-id.  The hangout list conforms to that, 
so that can be used to filter/separate both lists.

But yeah “received” allows to use information from your own webserver and 
be sure it works even if other mailservers and headers lie.  But this is 
not the case, fortunately.

> - what is the best way to build an electronic communications platform
> that is de-centralized, without gatekeepers/censors/moderators but also
> not susceptible to abuse?

Client-side spamfilter, willingly shared blacklists and bayesian antiwords 
list.  But willingly sharing blacklist is tedious.  It ought to be 
automated.  So I’d recommand something recursive and indirect, like liquid 
democracy: a WoT of blacklists, ponderated by social distance to you (how 
many bonds).  But that’s complex to implement.  And, to be decentralized, 
has to be clientside.

Or at least mail-server side but I find that pretty bad as it suffers from 
issues of *federation* [1] and emprison users into the will of their 
providers (providers they might not be willing to change, to keep some 
technology, service quality, or simply internet address (domain name)), 
and it is as easy to implement client-side than server-side (except if 
server-side, the work is to be done by admins, so you’re back with the 
initial problem, plus you need compliant server, plus if you want user to 
have a say need a platform for it)

[1] https://secushare.org/federation

But generally “decentralization” and “moderation/antiabuse” go against 
each other.

> - taking a step back even further, can and should free software
> communities operate without discussion lists or any mailing lists?

They do.  With private and member-only lists.  And this is what chief 
GNUisance asked for several time: use the private GNU mailing-lists.  But 
Ludo don’t want this.  They want to act in the public light… yet they 
don’t want the disadvantages of it :/ (trolls).  They want the fame and 
reputation of freedom, without its downsides.



Re: [Hangout - NYLXS] duplicated messages and NYLXS cross-posting

2020-02-16 Thread Alexandre François Garreau
Le dimanche 16 février 2020, 10:03:11 CET Daniel Pocock a écrit :
> Some odd things appear to be going on between gnu-misc-discuss and
> hang...@nylxs.com
> 
> Some people appear to be cross-posting to both lists and/or other lists

Likely Ruben, right? he used that same domain once for personal mail 
didn’t he?

> Is FSF censoring gnu-misc-discuss and other GNU lists and are these
> other things an attempt to circumvent that?

Yes there is moderation, but this is not of their action.

> Can there be a more efficient way to achieve this?

That recalls me an idea of convention/norm I had once about irc: for each 
channel, create a samenamed channed suffixed with “-offtopic” where anyone in 
the main topic interested in discussing offtopic stuff with people who’re 
used to discuss or be interested into the main topic would be.

The same way a “-unmoderated” list could be created that would relay 
anything having been moderated, for people who don’t mind reading garbage, 
insults and other unkind stuff (alongside with the answers to them).  But 
that’d be difficult to set up.  I recall having talked about a such thing 
with mailman hackers some years ago, but they were already too busy.