[List admins] Re: Spam prevention

2023-04-24 Thread MarcoAurelio
 Hello,

Have you tried with header filters at <
https://lists.wikimedia.org/postorius/lists/wikipedia-en-editfilters.lists.wikimedia.org/header-matches/
>?

E.g. you may create a filter for the X-Spam-Score header added by
SpamAssasin, and set a value such as [^+]*[+]{4,} so all emails with a
x-spam-score value equal or more than 4 get rejected/discarded (at the
admins' wish).

I don't quite remember right now, but I think mailman3 header filters do
apply to subscribers as well, even if their moderation policy is set to
"accept immediately", as apparently these rules seem to apply on top of
every other rule/setting and one must be careful, but a SpamAssasin value
of 4 or more should be pretty safe/accurate though.

What I miss in mailman3 (and existed in mailman2 IIRC) is the possibility
to hold for moderation messages from new subscribers only (getting
automatically removed from the moderation queue after X days and/or Y
accepted posts), instead of the current all-or-none approach (I've been
looking for that option but it seems not to exist anymore).

Best regards, M.

El lun, 24 abr 2023 a las 19:49, MusikAnimal ()
escribió:

> Hello! I am an admin of the
> https://lists.wikimedia.org/postorius/lists/wikipedia-en-editfilters.lists.wikimedia.org/
> mailing list. Starting some months ago, we get spam more or less on a daily
> basis. We have all messages automatically held for approval, so our readers
> aren't seeing the spam, rather myself and the other admin are burdened with
> logging in and rejecting the emails every day.
>
> Is there any advice on how to prevent this from happening? I am aware some
> lists have moved to Google Groups. Would that help, you think? If so, how
> might I go about migrating my mailing list to it? We have long banned the
> email addresses, but it seems rarely we get spam from the same email twice,
> so this tactic has not been very effective.
>
> Thanks for any help you can provide,
>
> ~ MusikAnimal
> ___
> Listadmins mailing list -- listadmins@lists.wikimedia.org
> To unsubscribe send an email to listadmins-le...@lists.wikimedia.org
>
> To request technical changes for a specific list, please instead create a
> task in Phabricator. See https://meta.wikimedia.org/wiki/Mailing_lists
___
Listadmins mailing list -- listadmins@lists.wikimedia.org
To unsubscribe send an email to listadmins-le...@lists.wikimedia.org

To request technical changes for a specific list, please instead create a task 
in Phabricator. See https://meta.wikimedia.org/wiki/Mailing_lists

[List admins] Re: Just asking

2021-05-18 Thread MarcoAurelio
Sorry, but I have to object to the previous reply.

I do not think we should somewhat tell fellow list administrators to
'go away, ask elsewhere' especially when we've just migrated to use a
new and unknown software for most of us.

The question posted is legit, and subscription to this mailing list is
now voluntary given that a new listadmins-announce exists [1]. People
is now free to unsubcribe from this one. The footer is no longer
accurate.

[1] See "[List admins] Upgrade to mailman3, new mailing list for
admins (-announce)" May 6, 2021 accesible at: 

Thanks, M.-


El mar, 18 may 2021 a las 11:25, Andre Klapper
() escribió:
>
> On Tue, 2021-05-18 at 09:15 +, ericliu@gmail.com wrote:
> > Is it possible to edit or delete a thread posted on
> > lists.wikimedia.org?
>
> Please note:
>
> > By sending a message to this list, you email all admins of all lists.
>
> For such questions, see https://meta.wikimedia.org/wiki/Mailing_lists
>
> andre
> --
> Andre Klapper (he/him) | Bugwrangler / Developer Advocate
> https://blogs.gnome.org/aklapper/
> ___
> Listadmins mailing list -- listadmins@lists.wikimedia.org
> To unsubscribe send an email to listadmins-le...@lists.wikimedia.org
>
> By sending a message to this list, you email all admins of all lists. To 
> request technical changes for a specific list, instead create a task in 
> Phabricator. See https://meta.wikimedia.org/wiki/Mailing_lists
___
Listadmins mailing list -- listadmins@lists.wikimedia.org
To unsubscribe send an email to listadmins-le...@lists.wikimedia.org

By sending a message to this list, you email all admins of all lists. To 
request technical changes for a specific list, instead create a task in 
Phabricator. See https://meta.wikimedia.org/wiki/Mailing_lists

Re: [List admins] Help with spam configuration and regex filtering

2017-06-07 Thread MarcoAurelio
Thanks Milos,

However I've read that mailman uses python regexes to work so I'm still not
sure, taking into account that the instructions on the very mailman config
page difer a bit.

Oh, and I forgot to mention that <
https://wikitech.wikimedia.org/wiki/Mailman#Spam_scores> is the advice I
followed on 1)

Regards, M.

2017-06-07 22:18 GMT+02:00 Milos Rancic <mill...@gmail.com>:

> 1) I would write the regex this way: "^X\-Spam\-Score:\s*[0-9]+\.[
> 0-9]+\(\+*\)"
>
> Note that "^" is here because SMTP protocol requires the filed to
> start at the beginning of the line. We can't be sure what's at the end
> of the line.
>
> 2) Mail servers should be able to recognize banned domains with just
> "@banneddomain.com" or even "banneddomain.com".
>
> However, if you really have to write the regular expression, then it
> should be like this: ".*\@banneddomain\.com"
>
> Note here that you should escape both @ and dot. It would likely work
> without them, but it could break.
>
>
> On Wed, Jun 7, 2017 at 10:07 PM, MarcoAurelio <strig...@gmail.com> wrote:
> > Dear colleagues,
> >
> > I am writting to you all because I have doubts as to how to correctly
> > configure some variables on some mailing lists I administer.
> >
> > 1) Spam
> >
> > As noted on <> I added "X-Spam-Score:[^+]*[+]{4,}" at
> > VARHELP=privacy/spam/header_filter_rules. Is that correct? I note that
> the
> > header format is like "X-Spam-Score: 6.7 (++)" with numbers and curve
> > brackets. Is that regex correct to match this?
> >
> > 2) Regex for filtering senders
> >
> > We've got some email addresses from the same domain banned in
> > VARHELP=privacy/sender/discard_these_nonmembers. To avoid the list to
> grow,
> > I was thinking on using "^.*@banneddomain.com" but I'm not sure if
> that'd
> > work. Could you please advice me here?
> >
> > Thanks for your help.
> >
> > Best regards, M.
> >
> > ___
> > Listadmins mailing list
> > Listadmins@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/listadmins
> >
>
> ___
> Listadmins mailing list
> Listadmins@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/listadmins
>
___
Listadmins mailing list
Listadmins@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/listadmins


[List admins] Help with spam configuration and regex filtering

2017-06-07 Thread MarcoAurelio
Dear colleagues,

I am writting to you all because I have doubts as to how to correctly
configure some variables on some mailing lists I administer.

1) Spam

As noted on <> I added "X-Spam-Score:[^+]*[+]{4,}"
at VARHELP=privacy/spam/header_filter_rules. Is that correct? I note that
the header format is like "X-Spam-Score: 6.7 (++)" with numbers and
curve brackets. Is that regex correct to match this?

2) Regex for filtering senders

We've got some email addresses from the same domain banned in
VARHELP=privacy/sender/discard_these_nonmembers. To avoid the list to grow,
I was thinking on using "^.*@banneddomain.com" but I'm not sure if that'd
work. Could you please advice me here?

Thanks for your help.

Best regards, M.
___
Listadmins mailing list
Listadmins@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/listadmins


Re: [List admins] Removed myself as owner of the pywikibot* mailman lists

2017-05-05 Thread MarcoAurelio
Totally understand. Does Mailman have active development currently? If not,
maybe we should consider moving to other mailing list system or develop our
own?

2017-05-05 10:54 GMT+02:00 Maarten Dammers :

> You all seem to miss the point. The junk that got through was directed at
> the -owner addresses like pywikibot-ow...@lists.wikimedia.org not at the
> actual lists.
> Maarten
>
> On 05-05-17 00:53, Michael F. Schönitzer wrote:
>
> Another tipp for linux terminal users: there ist a software called
> listadmin, wich you can use to moderate very efficiently big amounts of
> mailinglists.
>
> If some wikimedia-tech-related list desperately needs a moderator, I
> would also volunteer, moderating one more lists… ;)
>
> Regards,
>  M
>
>
> Am Donnerstag, den 04.05.2017, 09:51 -0700 schrieb Nick Wilson
> (Quiddity):
>
> A couple of thoughts:
> There are 3 sections of questions related to reducing spam, at the
> bottom of https://meta.wikimedia.org/wiki/Talk:Mailing_lists/Administ
> ration if anyone has tips/answers?
>
> I've added details on a useful greasemonkey script (written by
> bd808), that greatly speeds up the moderation process of discarding
> spam and adding addresses to the auto-discard list, in a subsection
> of https://meta.wikimedia.org/wiki/Mailing_lists/Administration#Tend_
> to_pending_moderator_requests
>
> HTH,
>
>
> On Thu, May 4, 2017 at 7:30 AM, Lodewijk 
> wrote:
> Totally feel with you. I had to fully auto-reject non-members on
> other lists for the same reason.
>
> It would be helpful if more spam would be rejected right away (e.g.
> if a message is rejected/explicitely ignored in more than two
> mailing lists, you can ignore them elsewhere, too).
>
> Lodewijk
>
> On Thu, May 4, 2017 at 4:16 PM, Maarten Dammers  l>  wrote:
>
> Hi everyone,
>
> For quite some time I have been one of the people maintaining and
> moderating the different Pywikibot mailman lists. Over time the
> amount of junk (spam) coming in through the -owner addresses of
> these lists has increased a lot. My impression is that the people
> in charge of maintaining mailman are not doing enough to fight
> this kind of abuse. I'm so annoyed by this I decided now is a
> good time to stop maintaining mailman lists and spend my time on
> something more fulfilling.
>
> Maarten
>
>
> ___
> Listadmins mailing 
> listListadmins@lists.wikimedia.orghttps://lists.wikimedia.org/mailman/listinfo/listadmins
>
>
> ___
> Listadmins mailing 
> listListadmins@lists.wikimedia.orghttps://lists.wikimedia.org/mailman/listinfo/listadmins
>
>
>
> ___
> Listadmins mailing 
> listListadmins@lists.wikimedia.orghttps://lists.wikimedia.org/mailman/listinfo/listadmins
>
>
>
> ___
> Listadmins mailing 
> listListadmins@lists.wikimedia.orghttps://lists.wikimedia.org/mailman/listinfo/listadmins
>
>
>
> ___
> Listadmins mailing list
> Listadmins@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/listadmins
>
>
___
Listadmins mailing list
Listadmins@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/listadmins


Re: [List admins] Cant login to list

2016-12-05 Thread MarcoAurelio
Not sure if that'll the best place but I've added at <
https://meta.wikimedia.org/wiki/Mailing_lists/Administration#Lost_list_administrator_passwords>
what listadmins should do if they loose their passwords. Maybe that helps
for the future, but IMHO we shouldn't be hostile to the random request for
help we receive at this list. Just my two cents.

Best regards, M.


2016-12-05 17:23 GMT+01:00 Daniel Zahn :

> I see a certain irony in getting half a dozen of emails discussing how to
> keep the volume low on the list.  I think i'll unsubscribe. You can reach
> me on Phabricator if you need password resets.
>
> Have a good day
>
> ___
> Listadmins mailing list
> Listadmins@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/listadmins
>
>
___
Listadmins mailing list
Listadmins@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/listadmins