Project

General

Profile

Actions

tickets #111191

closed

mx12.o.o - odd mailman bounces ?

Added by pjessen almost 2 years ago. Updated almost 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Email
Target version:
-
Start date:
2022-05-17
Due date:
% Done:

100%

Estimated time:

Description

I was working on some other issue on anna, when I noticed mx12.o.o bouncing some mailman stuff. I don't have the time to look at it right now, and it has probably been going on for a long time:

mailman sends a mail with envelope security-announce-bounces+88e5aed3b5585ff88ba21ffa0c955dd89134277a@opensuse.org, to jurie.bittner@redacted.

This is bounced with "550 5.1.1 bad gateway".
The bounces causes anna to send an non-delivery notification, to the envelope sender.
mx12 rejects this "Recipient address rejected: User unknown in virtual alias table". That is surely wrong.

Actions #1

Updated by pjessen almost 2 years ago

  • Category set to Email
  • Assignee set to pjessen
  • Private changed from Yes to No
Actions #2

Updated by pjessen almost 2 years ago

I think these mails are probes, which would normally be handled by "virtual-opensuse-mm3lists.pcre", except that they are being sent from "@opensuse.org" instead of "@lists.opensuse.org". I'll check the logs on mailman3 to verify.

In "virtual-opensuse-mm3-bounces.pcre", we have:

/^([^@]+-bounces)@opensuse.org$/ $1@lists.opensuse.org

I think this would be correct:

/^([^@]+-bounces(?\+[^@]+)?)@opensuse.org$/ $1@lists.opensuse.org
/^([^@]+-bounces(?\+[^@]+)?)@uyuni-project$/ $1@lists.uyuni-project.org

Actions #3

Updated by pjessen almost 2 years ago

pjessen wrote:

I think these mails are probes, which would normally be handled by "virtual-opensuse-mm3lists.pcre", except that they are being sent from "@opensuse.org" instead of "@lists.opensuse.org". I'll check the logs on mailman3 to verify.

Uh, on mailman3, the mail in this example was correctly sent from @lists.opensuse.org and it is relayed to "relay.infra.opensuse.org[192.168.47.4]" (anna).

On mailman3:

2022-05-17T00:03:39.711425+00:00 mailman3 postfix/cleanup[17277]: AD33C1030: message-id=<165274581846.29322.8939930647562882996@mailman3.infra.opensuse.org>
2022-05-17T00:03:39.715293+00:00 mailman3 postfix/qmgr[29487]: AD33C1030: from=<security-announce-bounces+88e5aed3b5585ff88ba21ffa0c955dd89134277a@lists.opensuse.org>, size=11269, nrcpt=1 (queue active)
2022-05-17T00:03:39.774868+00:00 mailman3 postfix/smtp[18524]: AD33C1030: to=<jurREDACTED>, relay=relay.infra.opensuse.org[192.168.47.4]:25, delay=0.07, delays=0.01/0.02/0.03/0.01, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as BBA921FEF2)

On anna:

2022-05-17T00:03:39.764929+00:00 anna postfix/smtpd[7671]: connect from mailman3.infra.opensuse.org[192.168.47.80]
2022-05-17T00:03:39.768979+00:00 anna postfix/smtpd[7671]: BBA921FEF2: client=mailman3.infra.opensuse.org[192.168.47.80]
2022-05-17T00:03:39.770502+00:00 anna postfix/cleanup[7646]: BBA921FEF2: message-id=<165274581846.29322.8939930647562882996@mailman3.infra.opensuse.org>
2022-05-17T00:03:39.774010+00:00 anna postfix/smtpd[7671]: disconnect from mailman3.infra.opensuse.org[192.168.47.80] ehlo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
2022-05-17T00:03:39.775589+00:00 anna postfix/qmgr[3272]: BBA921FEF2: from=<security-announce-bounces+88e5aed3b5585ff88ba21ffa0c955dd89134277a@opensuse.org>, size=11494, nrcpt=1 (queue active)

I do not understand how the envelope sender changed from @lists.opensuse.org to @opensuse.org ??? Is this something done by anna?

Actions #4

Updated by pjessen almost 2 years ago

I think this is done by some rewriting on anna. It is easy to reproduce:

pjessen@mx-test:/home/pjessen> telnet relay.infra.opensuse.org 25
Trying 192.168.47.4...
Connected to relay.infra.opensuse.org.
Escape character is '^]'.
220 anna.opensuse.org ESMTP Postfix
EHLO mx-test.infra.opensuse.org
250-anna.opensuse.org
250-PIPELINING
250-SIZE 102400000
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250-SMTPUTF8
250 CHUNKING
MAIL FROM: <testingtesting@lists.opensuse.org>
250 2.1.0 Ok
RCPT TO: <per@opensuse.org>
250 2.1.5 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
SUbject: lorem ipsum

testig
.
250 2.0.0 Ok: queued as 20DB21FA00
quit
221 2.0.0 Bye

Despite clearly being sent by testingtesting@lists.opensuse.org, on anna the mail is queued from 'testingtesting@opensuse.org`

Actions #5

Updated by pjessen almost 2 years ago

This is masquerading. anna has the following:

masquerade_exceptions = admin
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = opensuse.org, infra.opensuse.org

This means lists.opensuse.org will be stripped to opensuse.org, and testing666.infra.opensuse.org to infra.opensuse.org.
I'm not sure why we do this at all, but I'm going to change 'masquerade_domains' to include '!lists.opensuse.org', that seems like a fairly unobtrusive change.

Actions #6

Updated by pjessen almost 2 years ago

  • Status changed from New to In Progress

This has now been active for a couple of days, and I see a number of successful probes, with corresponding bounces. On mailman3, bounces can be followed in /var/log/mailman/bounce.log - after a number of bounces (5), mailman will send a probe and if that bounces too, the subscriber is disabled.

May 19 00:15:40 2022 (29322) Member mailiste.fe@gmail.com on list bugs.lists.opensuse.org, bounce score = 5.
May 19 00:15:40 2022 (29322) Member mailiste.fe@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 00:17:41 2022 (29322) Probe bounce received for member mailiste.fe@gmail.com on list bugs.lists.opensuse.org.
May 19 00:17:41 2022 (29322) Disabling delivery for mailiste.fe@gmail.com on list bugs.lists.opensuse.org by bounce
May 19 00:17:41 2022 (29322) Residual bounce received for member mailiste.fe@gmail.com on list bugs.lists.opensuse.org.
May 19 00:19:42 2022 (29322) Residual bounce received for member mailiste.fe@gmail.com on list bugs.lists.opensuse.org.

Yesterday I see 23 addresses being disabled.

Actions #7

Updated by pjessen almost 2 years ago

pjessen wrote:

This is masquerading. anna has the following:

masquerade_exceptions = admin
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = opensuse.org, infra.opensuse.org

Note to self: because we don't do any masquerading for uyuni-project.org, there is no need to do anything else.

Actions #8

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220519.xz
May 18 00:17:08 2022 (29322) Member opensuse@ab49k.net on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 00:19:09 2022 (29322) Disabling delivery for opensuse@ab49k.net on list bugs.lists.opensuse.org by bounce
May 18 01:39:21 2022 (29322) Member cunix@gmx.net on list support.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 01:39:22 2022 (29322) Member lugalim@gmx.com on list support.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 01:39:22 2022 (29322) Member strad08@carolina.rr.com on list support.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 01:39:22 2022 (29322) Member plcd@disroot.org on list support.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 01:39:22 2022 (29322) Member lists@hamelingraphics.ca on list support.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 01:39:23 2022 (29322) Member gosta.ljungdahl@foi.se on list support.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 01:41:23 2022 (29322) Disabling delivery for lists@hamelingraphics.ca on list support.lists.opensuse.org by bounce
May 18 01:41:24 2022 (29322) Disabling delivery for gosta.ljungdahl@foi.se on list support.lists.opensuse.org by bounce
May 18 01:41:24 2022 (29322) Disabling delivery for cunix@gmx.net on list support.lists.opensuse.org by bounce
May 18 01:41:25 2022 (29322) Disabling delivery for lugalim@gmx.com on list support.lists.opensuse.org by bounce
May 18 01:41:25 2022 (29322) Disabling delivery for plcd@disroot.org on list support.lists.opensuse.org by bounce
May 18 01:49:28 2022 (29322) Disabling delivery for strad08@carolina.rr.com on list support.lists.opensuse.org by bounce
May 18 06:09:06 2022 (29322) Member stasv@karibikfreak02.de on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 06:09:06 2022 (29322) Member linux@karibikfreak02.de on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 06:13:13 2022 (29322) Member serghei@thel.ro on list kde3.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 06:23:16 2022 (29322) Member koga@users.sourceforge.jp on list kde3.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 06:55:28 2022 (29322) Member nicholas.young@microfocus.com on list kubic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 06:57:29 2022 (29322) Disabling delivery for nicholas.young@microfocus.com on list kubic.lists.opensuse.org by bounce
May 18 09:41:10 2022 (29322) Member mrostecki@opensuse.org on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 10:18:14 2022 (29322) Member georg@syscid.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:42 2022 (29322) Member mailiste.fe@gmail.com on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:43 2022 (29322) Member idrissleonel14@gmail.com on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:43 2022 (29322) Member cunix@gmx.net on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:44 2022 (29322) Member graubunder@tutanota.com on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:45 2022 (29322) Member opensuse@ab49k.net on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:45 2022 (29322) Member zaphod@romeo.tech on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 12:39:46 2022 (29322) Disabling delivery for mailiste.fe@gmail.com on list project.lists.opensuse.org by bounce
May 18 12:39:46 2022 (29322) Disabling delivery for idrissleonel14@gmail.com on list project.lists.opensuse.org by bounce
May 18 12:41:47 2022 (29322) Disabling delivery for cunix@gmx.net on list project.lists.opensuse.org by bounce
May 18 12:41:48 2022 (29322) Disabling delivery for graubunder@tutanota.com on list project.lists.opensuse.org by bounce
May 18 12:41:49 2022 (29322) Disabling delivery for opensuse@ab49k.net on list project.lists.opensuse.org by bounce
May 18 12:41:50 2022 (29322) Disabling delivery for zaphod@romeo.tech on list project.lists.opensuse.org by bounce
May 18 13:20:17 2022 (29322) Member cmyers@millikin.edu on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:17 2022 (29322) Member jb@braun.eu.org on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:18 2022 (29322) Member mlucier@clkschools.org on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:20 2022 (29322) Member suse-ml@onlinehome.de on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:20 2022 (29322) Member kleff@phil-fak.uni-duesseldorf.de on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:25 2022 (29322) Member marc.suelzle@fiducia.de on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:25 2022 (29322) Member anton.renner@aerodynamics.ch on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:42 2022 (29322) Member drobot@hornetsecurity.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:44 2022 (29322) Member jg@ecos.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 13:20:45 2022 (29322) Disabling delivery for cmyers@millikin.edu on list updates.lists.opensuse.org by bounce
May 18 13:20:45 2022 (29322) Disabling delivery for mlucier@clkschools.org on list updates.lists.opensuse.org by bounce
May 18 13:20:46 2022 (29322) Disabling delivery for kleff@phil-fak.uni-duesseldorf.de on list updates.lists.opensuse.org by bounce
May 18 13:20:47 2022 (29322) Disabling delivery for suse-ml@onlinehome.de on list updates.lists.opensuse.org by bounce
May 18 13:20:47 2022 (29322) Disabling delivery for marc.suelzle@fiducia.de on list updates.lists.opensuse.org by bounce
May 18 13:20:48 2022 (29322) Disabling delivery for anton.renner@aerodynamics.ch on list updates.lists.opensuse.org by bounce
May 18 13:20:51 2022 (29322) Disabling delivery for jg@ecos.net on list security-announce.lists.opensuse.org by bounce
May 18 13:23:01 2022 (29322) Disabling delivery for drobot@hornetsecurity.com on list security-announce.lists.opensuse.org by bounce
May 18 13:31:20 2022 (29322) Disabling delivery for jb@braun.eu.org on list updates.lists.opensuse.org by bounce
May 18 18:22:16 2022 (29322) Member obgr_seneca@mageia.org on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 18 19:40:28 2022 (29322) Member werner.schoppet@uni-essen.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
Actions #9

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220520.xz
May 19 00:15:40 2022 (29322) Member mailiste.fe@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 00:17:41 2022 (29322) Disabling delivery for mailiste.fe@gmail.com on list bugs.lists.opensuse.org by bounce
May 19 01:39:58 2022 (29322) Member latkinson@aqsis.org on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 01:42:00 2022 (29322) Disabling delivery for latkinson@aqsis.org on list buildservice.lists.opensuse.org by bounce
May 19 02:18:11 2022 (29322) Member 9a4172@mail.ru on list kde3.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 07:32:07 2022 (29322) Member cunix@gmx.net on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 07:34:11 2022 (29322) Disabling delivery for cunix@gmx.net on list offtopic.lists.opensuse.org by bounce
May 19 08:20:39 2022 (29322) Member mailiste.fe@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:20:40 2022 (29322) Member hdttmr@gmx.de on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:20:41 2022 (29322) Member info@itzbund-lab.de on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:20:42 2022 (29322) Member peter.skov.christensen@mail.mira.dk on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:20:42 2022 (29322) Member opensuse@nein.cloud on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:20:42 2022 (29322) Member cmyers@millikin.edu on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:20:43 2022 (29322) Member sam@fnet.cx on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 08:22:44 2022 (29322) Disabling delivery for mailiste.fe@gmail.com on list factory.lists.opensuse.org by bounce
May 19 08:22:45 2022 (29322) Disabling delivery for info@itzbund-lab.de on list factory.lists.opensuse.org by bounce
May 19 08:22:45 2022 (29322) Disabling delivery for hdttmr@gmx.de on list factory.lists.opensuse.org by bounce
May 19 08:22:46 2022 (29322) Disabling delivery for opensuse@nein.cloud on list factory.lists.opensuse.org by bounce
May 19 08:22:46 2022 (29322) Disabling delivery for peter.skov.christensen@mail.mira.dk on list factory.lists.opensuse.org by bounce
May 19 08:22:47 2022 (29322) Disabling delivery for sam@fnet.cx on list factory.lists.opensuse.org by bounce
May 19 08:22:47 2022 (29322) Disabling delivery for cmyers@millikin.edu on list factory.lists.opensuse.org by bounce
May 19 08:43:11 2022 (29322) Disabling delivery for mrostecki@opensuse.org on list project.lists.opensuse.org by bounce
May 19 08:45:15 2022 (29322) Member uhhadd@gmail.com on list project.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 10:00:41 2022 (29322) Member tclx@klekih-petra.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 10:00:42 2022 (29322) Member hoffmann@vorwerker-diakonie.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 10:00:46 2022 (29322) Member suse@ejr-online.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 10:00:48 2022 (29322) Disabling delivery for tclx@klekih-petra.de on list users-de.lists.opensuse.org by bounce
May 19 10:02:49 2022 (29322) Disabling delivery for suse@ejr-online.de on list users-de.lists.opensuse.org by bounce
May 19 10:08:54 2022 (29322) Disabling delivery for hoffmann@vorwerker-diakonie.de on list users-de.lists.opensuse.org by bounce
May 19 11:19:56 2022 (29322) Member msouval@lab.epmhs.gr on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 11:44:21 2022 (29322) Member ftpadmin@lug.ro on list mirror.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 11:46:30 2022 (29322) Disabling delivery for ftpadmin@lug.ro on list mirror.lists.opensuse.org by bounce
May 19 13:19:36 2022 (29322) Member machino@vinelinux.org on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 13:19:37 2022 (29322) Member sandro.barchielli@np.ge.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 13:19:39 2022 (29322) Member schristen@resotech.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 13:19:41 2022 (29322) Member suse-ml@onlinehome.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 13:19:57 2022 (29322) Disabling delivery for sandro.barchielli@np.ge.com on list security-announce.lists.opensuse.org by bounce
May 19 13:19:57 2022 (29322) Disabling delivery for schristen@resotech.com on list security-announce.lists.opensuse.org by bounce
May 19 13:19:58 2022 (29322) Disabling delivery for machino@vinelinux.org on list security-announce.lists.opensuse.org by bounce
May 19 13:19:58 2022 (29322) Disabling delivery for suse-ml@onlinehome.de on list security-announce.lists.opensuse.org by bounce
May 19 16:40:08 2022 (29322) Member bernd@wisotzki-familie.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:08 2022 (29322) Member stefan.doppler@silbergrau.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:08 2022 (29322) Member ms@e-integration.biz on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:08 2022 (29322) Member ts@dsa-ac.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:09 2022 (29322) Member tony@mcclellan.dropbear.id.au on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:09 2022 (29322) Member suse-liste@bismark-technology.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:09 2022 (29322) Member braus@cromath.math.hr on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:10 2022 (29322) Member firmenich@act-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:10 2022 (29322) Member hm@malinet.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:10 2022 (29322) Member tfk.rika@jerman.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:11 2022 (29322) Member support@fhwt.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 16:40:11 2022 (29322) Member andreas.baenecke@steca.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 19:11:37 2022 (29322) Member info@itzbund-lab.de on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 19:11:37 2022 (29322) Member mailiste.fe@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 19 19:13:38 2022 (29322) Disabling delivery for info@itzbund-lab.de on list commit.lists.opensuse.org by bounce
May 19 19:13:39 2022 (29322) Disabling delivery for mailiste.fe@gmail.com on list commit.lists.opensuse.org by bounce
Actions #10

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220521.xz
May 20 00:10:55 2022 (29322) Member nexryai@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 00:12:56 2022 (29322) Disabling delivery for nexryai@gmail.com on list bugs.lists.opensuse.org by bounce
May 20 04:18:00 2022 (29322) Member scuellarv@kionetworks.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 04:18:01 2022 (29322) Member hawker_zippy.09@icloud.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 04:20:01 2022 (29322) Member suse-ml@onlinehome.de on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 04:20:02 2022 (29322) Disabling delivery for scuellarv@kionetworks.com on list factory.lists.opensuse.org by bounce
May 20 04:20:02 2022 (29322) Disabling delivery for hawker_zippy.09@icloud.com on list factory.lists.opensuse.org by bounce
May 20 04:20:03 2022 (29322) Member latkinson@aqsis.org on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 04:22:04 2022 (29322) Disabling delivery for suse-ml@onlinehome.de on list factory.lists.opensuse.org by bounce
May 20 04:22:05 2022 (29322) Disabling delivery for latkinson@aqsis.org on list factory.lists.opensuse.org by bounce
May 20 05:22:34 2022 (29322) Member suse-ml@onlinehome.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 05:22:35 2022 (29322) Member cunix@gmx.net on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 05:24:37 2022 (29322) Disabling delivery for cunix@gmx.net on list users-de.lists.opensuse.org by bounce
May 20 05:24:38 2022 (29322) Disabling delivery for suse-ml@onlinehome.de on list users-de.lists.opensuse.org by bounce
May 20 05:34:43 2022 (29322) Member 42.rantanplan@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 05:34:43 2022 (29322) Member amdlnx60@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 05:34:43 2022 (29322) Member alazzurra@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 05:34:43 2022 (29322) Member am.kiste@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 05:36:46 2022 (29322) Disabling delivery for 42.rantanplan@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 05:36:46 2022 (29322) Disabling delivery for amdlnx60@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 06:15:00 2022 (29322) Member list.opensuse@tux.tf on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 06:15:01 2022 (29322) Member bock@b1-systems.de on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 06:15:01 2022 (29322) Member smoring@dgsllc.biz on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 06:15:01 2022 (29322) Member zlim.netl@gmail.com on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 06:15:01 2022 (29322) Member eric.curtin@hpe.com on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 06:15:01 2022 (29322) Member esantner@pinewoodpc.com on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 06:17:02 2022 (29322) Disabling delivery for list.opensuse@tux.tf on list arm.lists.opensuse.org by bounce
May 20 06:17:03 2022 (29322) Disabling delivery for bock@b1-systems.de on list arm.lists.opensuse.org by bounce
May 20 06:17:03 2022 (29322) Disabling delivery for smoring@dgsllc.biz on list arm.lists.opensuse.org by bounce
May 20 06:17:04 2022 (29322) Disabling delivery for zlim.netl@gmail.com on list arm.lists.opensuse.org by bounce
May 20 06:17:04 2022 (29322) Disabling delivery for eric.curtin@hpe.com on list arm.lists.opensuse.org by bounce
May 20 07:03:16 2022 (29322) Disabling delivery for esantner@pinewoodpc.com on list arm.lists.opensuse.org by bounce
May 20 08:09:37 2022 (29322) Member mailiste.fe@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 08:09:38 2022 (29322) Member cunix@gmx.net on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 08:09:38 2022 (29322) Member adahl@cray.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 08:09:38 2022 (29322) Member fadi.kelajian@inserm.fr on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 08:09:39 2022 (29322) Member jose.carlos.venegas.munoz@intel.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 08:09:39 2022 (29322) Member moritz@quobyte.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 08:11:40 2022 (29322) Disabling delivery for mailiste.fe@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 08:11:41 2022 (29322) Disabling delivery for fadi.kelajian@inserm.fr on list buildservice.lists.opensuse.org by bounce
May 20 08:11:41 2022 (29322) Disabling delivery for cunix@gmx.net on list buildservice.lists.opensuse.org by bounce
May 20 08:11:42 2022 (29322) Disabling delivery for moritz@quobyte.com on list buildservice.lists.opensuse.org by bounce
May 20 08:11:42 2022 (29322) Disabling delivery for jose.carlos.venegas.munoz@intel.com on list buildservice.lists.opensuse.org by bounce
May 20 08:11:43 2022 (29322) Disabling delivery for adahl@cray.com on list buildservice.lists.opensuse.org by bounce
May 20 10:16:05 2022 (6159) Member frank.glaub@nexus-ag.de on list updates.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 10:18:06 2022 (6159) Disabling delivery for frank.glaub@nexus-ag.de on list updates.lists.opensuse.org by bounce
May 20 10:18:08 2022 (6159) Member tclx@klekih-petra.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 10:18:09 2022 (6159) Member mail@sleeping-head.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 10:18:23 2022 (6159) Member heiko.andresen@de.ibm.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 10:18:26 2022 (6159) Disabling delivery for tclx@klekih-petra.de on list security-announce.lists.opensuse.org by bounce
May 20 10:18:27 2022 (6159) Disabling delivery for mail@sleeping-head.de on list security-announce.lists.opensuse.org by bounce
May 20 10:20:28 2022 (6159) Disabling delivery for heiko.andresen@de.ibm.com on list security-announce.lists.opensuse.org by bounce
May 20 11:41:15 2022 (6159) Member zoumpis@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member jbeladon@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member gebbesis@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member prismas@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member sommerfeld@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member geza.giedke@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member wolfg.mep@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:15 2022 (6159) Member alexolomeo@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member dennisrlinux@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member fabian.scheler@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member apfaller@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member money2090@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member normannus1@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member stacheldrahtje@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member richard.weinberger@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:16 2022 (6159) Member dominik.wombacher@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member vanglotter@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member hungerpirat@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member rm.raiden@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member mt.sonderkamp@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member linux.oldkid@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member aeickho@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member annalenaschneider.54.als@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member andreas.in.hk@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:17 2022 (6159) Member cumandgets0mem00f@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member bodowlaka@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member goruhl.mailing@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member rpabel@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member kiessling.thueringen@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member kimmo.m.elo@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member a19323@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:18 2022 (6159) Member duchuy29092000@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member peter.kurz@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member kieltux@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member krause.ro@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member jonaskeilunna@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member peter.llorens@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member alex.winzer@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:19 2022 (6159) Member karl.weber99@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:20 2022 (6159) Member joachim.blome@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member g.bluehut@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member malit0408@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member reinervaleske@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member georg.denk@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member julian.opensuselists@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member maximilian.oppenheimer@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:21 2022 (6159) Member fabian.ohde@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member karl.weber99@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member meisterthodo@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member moretux@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member bwrobbel@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member christian.schnitz@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member nomad823@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member ansmid@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member suselist666@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:22 2022 (6159) Member kankuv@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member karl.thomas.schmidt@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member peter.llorens@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member s7venfx@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member willibert.stofel@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member karsten.lueck@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member hungerpirat@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member roman.c.landau@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:23 2022 (6159) Member jrgknight@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:24 2022 (6159) Member uh4439@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:24 2022 (6159) Member fschmidt539@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:24 2022 (6159) Member forstadjunkt@googlemail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 11:41:25 2022 (6159) Disabling delivery for gebbesis@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:26 2022 (6159) Disabling delivery for sommerfeld@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:26 2022 (6159) Disabling delivery for prismas@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:27 2022 (6159) Disabling delivery for dennisrlinux@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:27 2022 (6159) Disabling delivery for wolfg.mep@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:28 2022 (6159) Disabling delivery for apfaller@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:28 2022 (6159) Disabling delivery for money2090@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:29 2022 (6159) Disabling delivery for hungerpirat@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:29 2022 (6159) Disabling delivery for annalenaschneider.54.als@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:30 2022 (6159) Disabling delivery for richard.weinberger@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:30 2022 (6159) Disabling delivery for stacheldrahtje@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:30 2022 (6159) Disabling delivery for kiessling.thueringen@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:31 2022 (6159) Disabling delivery for dominik.wombacher@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:31 2022 (6159) Disabling delivery for mt.sonderkamp@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:32 2022 (6159) Disabling delivery for rm.raiden@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:32 2022 (6159) Disabling delivery for bodowlaka@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:33 2022 (6159) Disabling delivery for kieltux@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:34 2022 (6159) Disabling delivery for jonaskeilunna@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:34 2022 (6159) Disabling delivery for duchuy29092000@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:35 2022 (6159) Disabling delivery for krause.ro@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:35 2022 (6159) Disabling delivery for peter.llorens@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:36 2022 (6159) Disabling delivery for alex.winzer@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:36 2022 (6159) Disabling delivery for karl.weber99@gmail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:37 2022 (6159) Disabling delivery for bwrobbel@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:37 2022 (6159) Disabling delivery for fabian.ohde@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:37 2022 (6159) Disabling delivery for malit0408@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:38 2022 (6159) Disabling delivery for julian.opensuselists@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:38 2022 (6159) Disabling delivery for willibert.stofel@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:39 2022 (6159) Disabling delivery for maximilian.oppenheimer@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:39 2022 (6159) Disabling delivery for peter.llorens@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:40 2022 (6159) Disabling delivery for moretux@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:40 2022 (6159) Disabling delivery for ansmid@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:41 2022 (6159) Disabling delivery for uh4439@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:42 2022 (6159) Disabling delivery for jrgknight@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:42 2022 (6159) Disabling delivery for nomad823@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:43 2022 (6159) Disabling delivery for fschmidt539@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:43 2022 (6159) Disabling delivery for karsten.lueck@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 11:41:44 2022 (6159) Disabling delivery for hungerpirat@googlemail.com on list users-de.lists.opensuse.org by bounce
May 20 16:22:22 2022 (6159) Member sled10.guy@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 16:22:23 2022 (6159) Member seth.osc@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:37 2022 (6159) Member vadim.smazhevski@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:37 2022 (6159) Member xialei0829@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:37 2022 (6159) Member ttelford.groups@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:37 2022 (6159) Member xavier.kwooty@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member techabc@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member tommylikehu@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member zombah@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member wojdyr@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member zaryob.dev@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member sonicqiang@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:38 2022 (6159) Member twintappr@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member stathisagrapidis@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member toddrme2178@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member vovanhood@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member stephanv778@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member vivekraghuwanshi@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member soren.mark@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:39 2022 (6159) Member tychosoft@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:40 2022 (6159) Member yepssss@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:40 2022 (6159) Member srahul@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:40 2022 (6159) Member www.rzr.online.fr@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:05:40 2022 (6159) Member thrash.dude@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 20 18:07:41 2022 (6159) Disabling delivery for xavier.kwooty@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:41 2022 (6159) Disabling delivery for xialei0829@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:42 2022 (6159) Disabling delivery for twintappr@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:42 2022 (6159) Disabling delivery for techabc@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:43 2022 (6159) Disabling delivery for sonicqiang@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:43 2022 (6159) Disabling delivery for stathisagrapidis@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:44 2022 (6159) Disabling delivery for tychosoft@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:44 2022 (6159) Disabling delivery for thrash.dude@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:44 2022 (6159) Disabling delivery for toddrme2178@gmail.com on list buildservice.lists.opensuse.org by bounce
May 20 18:07:45 2022 (6159) Disabling delivery for vovanhood@gmail.com on list buildservice.lists.opensuse.org by bounce
Actions #11

Updated by pjessen almost 2 years ago

Ignoring the many gmail and googlemail bounces, I thought I would check up on the rest:

Address                                 Comment
scuellarv@kionetworks.com               Hosted by google, but I see no bounces in all of May.  
hawker_zippy.09@icloud.com              151 bounces since 1 May. Check.
suse-ml@onlinehome.de                   589 bounces since 1 May. Check.
latkinson@aqsis.org on list             179 bounces since 1 May. Check.
cunix@gmx.net                           1399. Check.
opensuse@tux.tf                         27. Check.
bock@b1-systems.de                      26. Check.
smoring@dgsllc.biz                      27. Check.
eric.curtin@hpe.com                     26. Check.
esantner@pinewoodpc.com                 451 Temporarily unable to process your email. Please try again later.  Check.
fadi.kelajian@inserm.fr                 36. Check.
moritz@quobyte.com                      36. Check.
jose.carlos.venegas.munoz@intel.com     36. Check.
adahl@cray.com                          None. I tested it, and got a late bounce.  Check.
frank.glaub@nexus-ag.de                 136. Check.
tclx@klekih-petra.de                    Delivery started failing, timeouts.
mail@sleeping-head.de                   None.  Is being forwarded to a gmail address, where it bounces. 
heiko.andresen@de.ibm.com               26. Check.
Actions #12

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220522.xz
May 21 00:13:43 2022 (6159) Member ignatenkobrain@fedoraproject.org on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:26:02 2022 (6159) Member xi.johnsmith@googlemail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:26:02 2022 (6159) Member tjerick@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:26:02 2022 (6159) Member mijtro@googlemail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:26:02 2022 (6159) Member thrash.dude@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:26:02 2022 (6159) Member yepssss@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:28:03 2022 (6159) Disabling delivery for xi.johnsmith@googlemail.com on list offtopic.lists.opensuse.org by bounce
May 21 01:28:04 2022 (6159) Disabling delivery for mijtro@googlemail.com on list offtopic.lists.opensuse.org by bounce
May 21 01:28:04 2022 (6159) Disabling delivery for thrash.dude@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 01:36:07 2022 (6159) Member mailiste.fe@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:07 2022 (6159) Member cunix@gmx.net on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:07 2022 (6159) Member plcd@disroot.org on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:08 2022 (6159) Member opensuse-en@yanthiery.me on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:08 2022 (6159) Member suse@sharlie.eu on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:08 2022 (6159) Member suse-ml@onlinehome.de on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:09 2022 (6159) Member info@itzbund-lab.de on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:09 2022 (6159) Member opensuse@ab49k.net on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:09 2022 (6159) Member carnold@electrichendrix.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:09 2022 (6159) Member aviarlinux@aviaramidar.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:10 2022 (6159) Member lists@hamelingraphics.ca on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:10 2022 (6159) Member sam@fnet.cx on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 01:36:11 2022 (6159) Disabling delivery for mailiste.fe@gmail.com on list users.lists.opensuse.org by bounce
May 21 01:36:11 2022 (6159) Disabling delivery for suse-ml@onlinehome.de on list users.lists.opensuse.org by bounce
May 21 01:36:12 2022 (6159) Disabling delivery for cunix@gmx.net on list users.lists.opensuse.org by bounce
May 21 01:36:12 2022 (6159) Disabling delivery for suse@sharlie.eu on list users.lists.opensuse.org by bounce
May 21 01:36:13 2022 (6159) Disabling delivery for opensuse-en@yanthiery.me on list users.lists.opensuse.org by bounce
May 21 01:36:13 2022 (6159) Disabling delivery for info@itzbund-lab.de on list users.lists.opensuse.org by bounce
May 21 01:36:14 2022 (6159) Disabling delivery for carnold@electrichendrix.com on list users.lists.opensuse.org by bounce
May 21 01:36:14 2022 (6159) Disabling delivery for aviarlinux@aviaramidar.com on list users.lists.opensuse.org by bounce
May 21 01:36:15 2022 (6159) Disabling delivery for plcd@disroot.org on list users.lists.opensuse.org by bounce
May 21 01:36:15 2022 (6159) Disabling delivery for lists@hamelingraphics.ca on list users.lists.opensuse.org by bounce
May 21 01:36:16 2022 (6159) Disabling delivery for sam@fnet.cx on list users.lists.opensuse.org by bounce
May 21 01:36:16 2022 (6159) Disabling delivery for opensuse@ab49k.net on list users.lists.opensuse.org by bounce
May 21 01:36:18 2022 (6159) Member uhhadd@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 02:16:36 2022 (6159) Member vk@zorum.dk on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 02:24:37 2022 (6159) Disabling delivery for vk@zorum.dk on list users.lists.opensuse.org by bounce
May 21 04:17:11 2022 (6159) Member rhaddamant@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member martin.33hertz@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member mohamad.zohny@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member susemeister@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member andre.luiz.silva.listas@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member raven.oscar@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member opensource.info@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:11 2022 (6159) Member leddioda@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member lexicondevil@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member parttimelinux@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member rafax76@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member gungrun@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member physwalker@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member asdf.1231@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member nirsuse@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:12 2022 (6159) Member kraziy@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member kurup7@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member gordo.heavyfoot@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member anders.johansson@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member terrorpup@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member dplater.list@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member hidetan@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member gm.chro@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:13 2022 (6159) Member istvan.kapcsandi@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member robin.listas@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member mike.kershaw@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member saintorion@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member roger.oberholtzer@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member aorodr@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member marigold.6352@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member joeluck@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:14 2022 (6159) Member roger.luedecke@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member stwwong@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member galt.john@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member klukinator5000@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member nohktwo@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member jhonyhack@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member joe.3appa@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:15 2022 (6159) Member greg.freemyer@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:16 2022 (6159) Member macaco7@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:16 2022 (6159) Member andrew.zhuyi@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:16 2022 (6159) Member munkiimailinglists@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:16 2022 (6159) Member mbkrishna1950@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:16 2022 (6159) Member marcon@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:16 2022 (6159) Member suselists@gmail.com on list offtopic.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 04:17:17 2022 (6159) Disabling delivery for lexicondevil@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:17 2022 (6159) Disabling delivery for martin.33hertz@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:18 2022 (6159) Disabling delivery for gordo.heavyfoot@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:18 2022 (6159) Disabling delivery for rafax76@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:19 2022 (6159) Disabling delivery for parttimelinux@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:19 2022 (6159) Disabling delivery for physwalker@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:20 2022 (6159) Disabling delivery for nirsuse@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:20 2022 (6159) Disabling delivery for asdf.1231@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:21 2022 (6159) Disabling delivery for hidetan@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:21 2022 (6159) Disabling delivery for kraziy@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:22 2022 (6159) Disabling delivery for robin.listas@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:22 2022 (6159) Disabling delivery for joeluck@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:23 2022 (6159) Disabling delivery for nohktwo@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:23 2022 (6159) Disabling delivery for marcon@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:24 2022 (6159) Disabling delivery for anders.johansson@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:24 2022 (6159) Disabling delivery for istvan.kapcsandi@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:25 2022 (6159) Disabling delivery for mike.kershaw@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:25 2022 (6159) Disabling delivery for marigold.6352@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:26 2022 (6159) Disabling delivery for galt.john@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:26 2022 (6159) Disabling delivery for klukinator5000@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 04:17:27 2022 (6159) Disabling delivery for jhonyhack@gmail.com on list offtopic.lists.opensuse.org by bounce
May 21 05:21:52 2022 (6159) Member uhhadd@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 05:21:59 2022 (6159) Member viktor.saevars@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 06:00:13 2022 (6159) Member jeff@talkend.net on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 06:00:13 2022 (6159) Member scarlett@manonthebench.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:26 2022 (6159) Member ibnu.windart@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member ricreig@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member csetan@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member cjcamellosuse@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member heebus@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member jbeladon@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member s8i.mailsub.io@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member lists.suse@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member roger.luedecke@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:27 2022 (6159) Member nuragus.bugzilla@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member bugzilla.opensuse@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member hermannsorgel@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member rwn.hlms@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member jari.kainulainen@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member linuxnewstoday@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member amentnatasha01@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member benjamin.and@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:28 2022 (6159) Member developer.webdeveloper@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member igzorn1980@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member jpredpos@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member lilja.christian@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member nulldevicevoid@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member mizuka0028@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member carlosribeiro.opensuse@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member nuragus.netbeans@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:29 2022 (6159) Member cwigmer.wdm@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member andre.luiz.silva.listas@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member dominik.wombacher@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member jonharson@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member deabrufree@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member bugger007@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member guixingyi@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member bigbenmanu@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:30 2022 (6159) Member jneveux2@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member guest31717@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member nirsuse@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member pmgdeb@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member fat.suze@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member dhwani006@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member hdortez@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member devopensuse@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:31 2022 (6159) Member icarosi@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:32 2022 (6159) Member ponyozo@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:32 2022 (6159) Member westalto@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:32 2022 (6159) Member thrash.dude@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member sebastian.trawczynski@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member yinzhikeji@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member stacheldrahtje@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member saurabhagg@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member williamthomas137@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member samuelbernardo.mail@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member tsyj2007@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:33 2022 (6159) Member wallnuss13@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:34 2022 (6159) Member zengxs96@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:34 2022 (6159) Member scinetscienceirhs@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:34 2022 (6159) Member yury.buldakov@gmail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 07:20:35 2022 (6159) Disabling delivery for heebus@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:35 2022 (6159) Disabling delivery for csetan@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:35 2022 (6159) Disabling delivery for jbeladon@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:36 2022 (6159) Disabling delivery for cjcamellosuse@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:36 2022 (6159) Disabling delivery for roger.luedecke@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:37 2022 (6159) Disabling delivery for s8i.mailsub.io@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:37 2022 (6159) Disabling delivery for jari.kainulainen@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:38 2022 (6159) Disabling delivery for nuragus.bugzilla@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:38 2022 (6159) Disabling delivery for benjamin.and@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:39 2022 (6159) Disabling delivery for hermannsorgel@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:39 2022 (6159) Disabling delivery for lilja.christian@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:40 2022 (6159) Disabling delivery for mizuka0028@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:40 2022 (6159) Disabling delivery for developer.webdeveloper@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:41 2022 (6159) Disabling delivery for jpredpos@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:41 2022 (6159) Disabling delivery for nulldevicevoid@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:42 2022 (6159) Disabling delivery for nuragus.netbeans@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:42 2022 (6159) Disabling delivery for guest31717@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:43 2022 (6159) Disabling delivery for nirsuse@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:43 2022 (6159) Disabling delivery for cwigmer.wdm@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:44 2022 (6159) Disabling delivery for fat.suze@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:44 2022 (6159) Disabling delivery for dhwani006@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:45 2022 (6159) Disabling delivery for devopensuse@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:45 2022 (6159) Disabling delivery for pmgdeb@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:46 2022 (6159) Disabling delivery for stacheldrahtje@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:46 2022 (6159) Disabling delivery for yinzhikeji@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:47 2022 (6159) Disabling delivery for samuelbernardo.mail@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 07:20:47 2022 (6159) Disabling delivery for wallnuss13@gmail.com on list bugs.lists.opensuse.org by bounce
May 21 08:55:28 2022 (6159) Member cjrenner@well.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 08:55:28 2022 (6159) Member jlayt@kde.org on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 10:03:49 2022 (6159) Member spam.test.wallnuss13@googlemail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 10:03:50 2022 (6159) Member amdlnx60@googlemail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 10:03:50 2022 (6159) Member botbug@googlemail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 10:03:51 2022 (6159) Member kankuv@googlemail.com on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 10:05:52 2022 (6159) Disabling delivery for botbug@googlemail.com on list bugs.lists.opensuse.org by bounce
May 21 10:05:53 2022 (6159) Disabling delivery for spam.test.wallnuss13@googlemail.com on list bugs.lists.opensuse.org by bounce
May 21 10:05:53 2022 (6159) Disabling delivery for kankuv@googlemail.com on list bugs.lists.opensuse.org by bounce
May 21 14:10:01 2022 (6159) Member jeff@talkend.net on list arm.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 15:24:13 2022 (6159) Member schily@schily.net on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:40 2022 (6159) Member bigbenmanu@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:40 2022 (6159) Member jbeladon@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:40 2022 (6159) Member thrash.dude@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:40 2022 (6159) Member nexryai@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member andrack@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member bistromathix@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member lists.suse@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member nirsuse@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member terrorpup@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member neoclust.suse@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member hdortez@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:41 2022 (6159) Member sled10.guy@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member hrvoje.senjan@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member ravindra.novell@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member devopensuse@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member ponyozo@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member carlosribeiro.opensuse@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member opensuse.us@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:42 2022 (6159) Member sonicqiang@gmail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:06:45 2022 (6159) Disabling delivery for lists.suse@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:45 2022 (6159) Disabling delivery for neoclust.suse@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:46 2022 (6159) Disabling delivery for jbeladon@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:46 2022 (6159) Disabling delivery for nexryai@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:47 2022 (6159) Disabling delivery for bistromathix@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:47 2022 (6159) Disabling delivery for opensuse.us@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:48 2022 (6159) Disabling delivery for sonicqiang@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:48 2022 (6159) Disabling delivery for sled10.guy@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:06:49 2022 (6159) Disabling delivery for hrvoje.senjan@gmail.com on list commit.lists.opensuse.org by bounce
May 21 17:08:52 2022 (6159) Member amdlnx60@googlemail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:08:52 2022 (6159) Member stefan.seyfried@googlemail.com on list commit.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 17:10:56 2022 (6159) Disabling delivery for amdlnx60@googlemail.com on list commit.lists.opensuse.org by bounce
May 21 19:17:35 2022 (6159) Member szabolajos@albafunk.hu on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 19:19:39 2022 (6159) Disabling delivery for szabolajos@albafunk.hu on list security-announce.lists.opensuse.org by bounce
May 21 19:19:48 2022 (6159) Member bowdenk@eircom.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 19:19:48 2022 (6159) Member bbradyit@eircom.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 21 19:21:50 2022 (6159) Disabling delivery for bowdenk@eircom.net on list security-announce.lists.opensuse.org by bounce
May 21 19:21:51 2022 (6159) Disabling delivery for bbradyit@eircom.net on list security-announce.lists.opensuse.org by bounce
Actions #13

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220523.xz
May 22 06:48:20 2022 (6159) Member hdttmr@gmx.de on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 06:50:21 2022 (6159) Disabling delivery for hdttmr@gmx.de on list bugs.lists.opensuse.org by bounce
May 22 08:08:34 2022 (6159) Member john.j35@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:34 2022 (6159) Member jamfwright@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:34 2022 (6159) Member jbeladon@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member joe.3appa@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member kinkelson@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member israelblanco@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member jan233321@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member jerome.yanga@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member kunhadi@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member infoub90@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:35 2022 (6159) Member jaime.dc@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member jari.kainulainen@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member jasonedson.suse@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member jjargibay@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member jloo20111002@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member jsole125@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member istvan.kapcsandi@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member itsango@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:36 2022 (6159) Member johan.encajes@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member joachim.reichelt@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member johnisnotme@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member kshkss@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member kresnik.igor@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member karlthane@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member jaylinux53@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member jplistero@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member karmjunk@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:37 2022 (6159) Member jkrolan@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member jlimeres@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member jide.ogunmekan@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member korsnick@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member irial.faid@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member kraser@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member jp.19810522@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member kaushalshriyan@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:38 2022 (6159) Member ionut.vancea@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member incident75002@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member koes.milis@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member j.e.perry4@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member johannes.nohl@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member kurup7@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member klukinator5000@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member kinnth@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member johnbsuse@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:39 2022 (6159) Member jsabatke@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:40 2022 (6159) Member jtvawter@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:40 2022 (6159) Member klaus.maas.opensuse@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:40 2022 (6159) Member kmmurphy121@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:40 2022 (6159) Member ilovelinux520@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:40 2022 (6159) Member kegmeon@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:41 2022 (6159) Member huanlf@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:41 2022 (6159) Member forumlakshmi@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:41 2022 (6159) Member guixingyi@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member gz.int.project@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member gagrilli.opensuse@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member fred.woor@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member finrold@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member dwgallien@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member fdc2544@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:42 2022 (6159) Member fabiom91@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member gosbesh@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member hmartins85@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member gordo.heavyfoot@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member gdlvmleaf@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member geoff.stitt.mailing.lists@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member hg.list@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:43 2022 (6159) Member gebbesis@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member goldstein.mark@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member ericwl9@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member ihblist@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member geza.giedke@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member ferris13@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member evolution.ximian@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member helbert2a@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:44 2022 (6159) Member greg.freemyer@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member f.doby.n@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member forunsdiscussaolinux@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member dwraboud.opensuse@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member francesco.principe@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member fabian.scheler@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member fulasu@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member henson.donald@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member francesco.teodori@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:45 2022 (6159) Member genius.monkey.from.iit@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member ershad92@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member gjhdgm@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member hwx198787@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member foosean010@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member henrimone@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member hungerpirat@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member gcpp.kalxas@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:46 2022 (6159) Member ihblist6@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member ghias86@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member gustav97@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member hdortez@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member ejaalt@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member gecko.suse@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member emilyyrose@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member herbert.o.eze@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:47 2022 (6159) Member headtotarget@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:50 2022 (6159) Member naszuf@gmail.com on list users.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:08:54 2022 (6159) Disabling delivery for israelblanco@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:55 2022 (6159) Disabling delivery for john.j35@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:55 2022 (6159) Disabling delivery for kunhadi@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:56 2022 (6159) Disabling delivery for infoub90@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:56 2022 (6159) Disabling delivery for joachim.reichelt@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:56 2022 (6159) Disabling delivery for kresnik.igor@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:57 2022 (6159) Disabling delivery for jlimeres@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:57 2022 (6159) Disabling delivery for johnisnotme@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:58 2022 (6159) Disabling delivery for kshkss@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:58 2022 (6159) Disabling delivery for karlthane@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:08:59 2022 (6159) Disabling delivery for jp.19810522@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:00 2022 (6159) Disabling delivery for jkrolan@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:00 2022 (6159) Disabling delivery for jplistero@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:00 2022 (6159) Disabling delivery for karmjunk@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:01 2022 (6159) Disabling delivery for johannes.nohl@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:01 2022 (6159) Disabling delivery for kaushalshriyan@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:02 2022 (6159) Disabling delivery for jide.ogunmekan@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:02 2022 (6159) Disabling delivery for jtvawter@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:03 2022 (6159) Disabling delivery for korsnick@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:03 2022 (6159) Disabling delivery for kmmurphy121@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:04 2022 (6159) Disabling delivery for koes.milis@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:04 2022 (6159) Disabling delivery for kurup7@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:05 2022 (6159) Disabling delivery for klukinator5000@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:05 2022 (6159) Disabling delivery for forumlakshmi@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:06 2022 (6159) Disabling delivery for kegmeon@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:06 2022 (6159) Disabling delivery for johnbsuse@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:07 2022 (6159) Disabling delivery for gagrilli.opensuse@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:07 2022 (6159) Disabling delivery for jsabatke@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:08 2022 (6159) Disabling delivery for dwgallien@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:08 2022 (6159) Disabling delivery for ericwl9@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:09 2022 (6159) Disabling delivery for gosbesh@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:09 2022 (6159) Disabling delivery for hmartins85@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:10 2022 (6159) Disabling delivery for ihblist@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:10 2022 (6159) Disabling delivery for gebbesis@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:11 2022 (6159) Disabling delivery for goldstein.mark@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:11 2022 (6159) Disabling delivery for f.doby.n@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:12 2022 (6159) Disabling delivery for greg.freemyer@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:12 2022 (6159) Disabling delivery for hungerpirat@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:12 2022 (6159) Disabling delivery for gcpp.kalxas@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:13 2022 (6159) Disabling delivery for genius.monkey.from.iit@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:13 2022 (6159) Disabling delivery for hwx198787@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:14 2022 (6159) Disabling delivery for foosean010@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:14 2022 (6159) Disabling delivery for emilyyrose@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:15 2022 (6159) Disabling delivery for gustav97@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:15 2022 (6159) Disabling delivery for ihblist6@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:16 2022 (6159) Disabling delivery for hdortez@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:16 2022 (6159) Disabling delivery for gecko.suse@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:17 2022 (6159) Disabling delivery for herbert.o.eze@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:17 2022 (6159) Disabling delivery for headtotarget@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:09:18 2022 (6159) Disabling delivery for naszuf@gmail.com on list users.lists.opensuse.org by bounce
May 22 08:13:34 2022 (6159) Member kiyomi.kakitsubata@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:34 2022 (6159) Member joe.3appa@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:34 2022 (6159) Member jgascon@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:34 2022 (6159) Member lassi.vaatamoinen@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:34 2022 (6159) Member lorenzo.nizzi.grifi@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:34 2022 (6159) Member kevinkong98@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member kyle.soule@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member lost.fox2012+os@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member mercster@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member jlactarius@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member kayohf@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member kilian.holzinger@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member linuxnewstoday@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:35 2022 (6159) Member klaussfreire@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member kozthe@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member jdmulloy@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member khoonirobo@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member medwinz@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member matthias.eliasson@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member mdinon@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member karlthane@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:36 2022 (6159) Member linux.oldkid@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member korsnick@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member josemrm@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member margianit@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member llrainey15@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member michaelaquilina@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member linuxkamarada@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member jgastal@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:37 2022 (6159) Member johnjmoore.opensuse@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member martin.schlander@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member me.darrent@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member junrrein@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member jerbes@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member kunst.uber.alles@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member mewtwoiteyinfo@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member makowski.opensuse@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:38 2022 (6159) Member jmscdba@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member kirk.mailinglists@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member kieltux@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member mattioli.fernando@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member linuxlistacct@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member leonardo.lists@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member jtvawter@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member kashmancy@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member lists.suse@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:39 2022 (6159) Member mergan14846@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:40 2022 (6159) Member marivaldoc8633@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:40 2022 (6159) Member kraser@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:40 2022 (6159) Member kimitoboku035@gmail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:40 2022 (6159) Member graubunder@tutanota.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:41 2022 (6159) Member cunix@gmx.net on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:42 2022 (6159) Member claick.dachle@googlemail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:42 2022 (6159) Member st.quandt@googlemail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:42 2022 (6159) Member arichardson.kde@googlemail.com on list factory.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 22 08:13:43 2022 (6159) Disabling delivery for kiyomi.kakitsubata@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:44 2022 (6159) Disabling delivery for joe.3appa@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:44 2022 (6159) Disabling delivery for jgascon@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:45 2022 (6159) Disabling delivery for khoonirobo@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:45 2022 (6159) Disabling delivery for mercster@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:45 2022 (6159) Disabling delivery for klaussfreire@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:46 2022 (6159) Disabling delivery for karlthane@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:46 2022 (6159) Disabling delivery for jdmulloy@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:47 2022 (6159) Disabling delivery for margianit@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:47 2022 (6159) Disabling delivery for mdinon@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:48 2022 (6159) Disabling delivery for martin.schlander@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:48 2022 (6159) Disabling delivery for korsnick@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:49 2022 (6159) Disabling delivery for jerbes@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:49 2022 (6159) Disabling delivery for josemrm@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:50 2022 (6159) Disabling delivery for kunst.uber.alles@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:50 2022 (6159) Disabling delivery for johnjmoore.opensuse@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:51 2022 (6159) Disabling delivery for jmscdba@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:51 2022 (6159) Disabling delivery for kieltux@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:52 2022 (6159) Disabling delivery for mattioli.fernando@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:52 2022 (6159) Disabling delivery for junrrein@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:53 2022 (6159) Disabling delivery for linuxlistacct@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:53 2022 (6159) Disabling delivery for kashmancy@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:54 2022 (6159) Disabling delivery for makowski.opensuse@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:54 2022 (6159) Disabling delivery for leonardo.lists@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:55 2022 (6159) Disabling delivery for mergan14846@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:55 2022 (6159) Disabling delivery for marivaldoc8633@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:56 2022 (6159) Disabling delivery for graubunder@tutanota.com on list factory.lists.opensuse.org by bounce
May 22 08:13:56 2022 (6159) Disabling delivery for kraser@gmail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:57 2022 (6159) Disabling delivery for st.quandt@googlemail.com on list factory.lists.opensuse.org by bounce
May 22 08:13:57 2022 (6159) Disabling delivery for cunix@gmx.net on list factory.lists.opensuse.org by bounce
Actions #14

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220524.xz
May 23 03:04:29 2022 (6159) Member opensuse@ab49k.net on list yast-devel.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 03:06:30 2022 (6159) Disabling delivery for opensuse@ab49k.net on list yast-devel.lists.opensuse.org by bounce
May 23 09:13:43 2022 (6159) Member dieluk1@web.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 09:13:45 2022 (6159) Member ptremanns@bytebreaker.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 09:15:45 2022 (6159) Disabling delivery for dieluk1@web.de on list users-de.lists.opensuse.org by bounce
May 23 09:15:46 2022 (6159) Disabling delivery for ptremanns@bytebreaker.de on list users-de.lists.opensuse.org by bounce
May 23 13:18:38 2022 (6159) Member hajore@web.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:39 2022 (6159) Member mailiste.fe@gmail.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:39 2022 (6159) Member nexryai@gmail.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:39 2022 (6159) Member mailings@viktorachter.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:40 2022 (6159) Member follwerk@cs.uni-bonn.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:40 2022 (6159) Member jurie.bittner@data-experts.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:40 2022 (6159) Member auletta@dia.unisa.it on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:40 2022 (6159) Member rick.poole@inl.gov on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:41 2022 (6159) Member bernhard.demleitner@hob.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:42 2022 (6159) Member service@euro-tec.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:42 2022 (6159) Member support-lists@hacon.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:42 2022 (6159) Member fabiao@hc.unicamp.br on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:43 2022 (6159) Member cyber.security.intelligence@humanservices.gov.au on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:43 2022 (6159) Member jb@braun.priv.at on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:43 2022 (6159) Member anton.renner@aerodynamics.ch on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:44 2022 (6159) Member mbirk@arcor.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:44 2022 (6159) Member hknoerrer@avs-vvs.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:44 2022 (6159) Member romolo@bicnet.it on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:45 2022 (6159) Member list.security.suse@hgnet.ch on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:45 2022 (6159) Member frankrone@ipe.fzk.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:45 2022 (6159) Member givaldo@injecaoeletronica.com.br on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:46 2022 (6159) Member linux@profi-ag.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:46 2022 (6159) Member markus.rietzler@rzf.fin-nrw.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:46 2022 (6159) Member cunix@gmx.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:47 2022 (6159) Member lin-sec@yandex.ru on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:47 2022 (6159) Member frank.oberlaender@web-arts.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:47 2022 (6159) Member gently@baer.rwth-aachen.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:47 2022 (6159) Member msm1986@adinet.com.uy on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:48 2022 (6159) Member a.heidebrecht@physik.uni-stuttgart.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:48 2022 (6159) Member rainerkulhanek@t-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:48 2022 (6159) Member cert-nl-notifier@surfnet.nl on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:49 2022 (6159) Member andreas.dafferner@urz.uni-heidelberg.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:49 2022 (6159) Member kleff@phil-fak.uni-duesseldorf.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:50 2022 (6159) Member daniel.mertens@fit.fraunhofer.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:50 2022 (6159) Member marc.suelzle@fiducia.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:50 2022 (6159) Disabling delivery for hajore@web.de on list security-announce.lists.opensuse.org by bounce
May 23 13:18:51 2022 (6159) Member andreas.huemmer@elaxy.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:51 2022 (6159) Member suse-security-announce@lynet.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:52 2022 (6159) Disabling delivery for jurie.bittner@data-experts.de on list security-announce.lists.opensuse.org by bounce
May 23 13:18:52 2022 (6159) Disabling delivery for mailiste.fe@gmail.com on list security-announce.lists.opensuse.org by bounce
May 23 13:18:53 2022 (6159) Disabling delivery for nexryai@gmail.com on list security-announce.lists.opensuse.org by bounce
May 23 13:18:53 2022 (6159) Disabling delivery for mailings@viktorachter.de on list security-announce.lists.opensuse.org by bounce
May 23 13:18:54 2022 (6159) Disabling delivery for follwerk@cs.uni-bonn.de on list security-announce.lists.opensuse.org by bounce
May 23 13:18:55 2022 (6159) Disabling delivery for service@euro-tec.de on list security-announce.lists.opensuse.org by bounce
May 23 13:18:55 2022 (6159) Disabling delivery for auletta@dia.unisa.it on list security-announce.lists.opensuse.org by bounce
May 23 13:18:56 2022 (6159) Member andria.farnham@mdacorporation.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:56 2022 (6159) Member wk-eppstein@t-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:56 2022 (6159) Member schaefer_r@uni-hamburg.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:56 2022 (6159) Member stefan.boesing@t-systems.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:56 2022 (6159) Member nietsch@tfh-berlin.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:57 2022 (6159) Member uj.schumacher@t-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:18:57 2022 (6159) Disabling delivery for hknoerrer@avs-vvs.de on list security-announce.lists.opensuse.org by bounce
May 23 13:18:57 2022 (6159) Disabling delivery for fabiao@hc.unicamp.br on list security-announce.lists.opensuse.org by bounce
May 23 13:18:58 2022 (6159) Disabling delivery for list.security.suse@hgnet.ch on list security-announce.lists.opensuse.org by bounce
May 23 13:18:58 2022 (6159) Disabling delivery for anton.renner@aerodynamics.ch on list security-announce.lists.opensuse.org by bounce
May 23 13:18:59 2022 (6159) Disabling delivery for frankrone@ipe.fzk.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:00 2022 (6159) Disabling delivery for cunix@gmx.net on list security-announce.lists.opensuse.org by bounce
May 23 13:19:00 2022 (6159) Disabling delivery for mbirk@arcor.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:01 2022 (6159) Disabling delivery for lin-sec@yandex.ru on list security-announce.lists.opensuse.org by bounce
May 23 13:19:01 2022 (6159) Disabling delivery for frank.oberlaender@web-arts.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:02 2022 (6159) Disabling delivery for gently@baer.rwth-aachen.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:03 2022 (6159) Disabling delivery for markus.rietzler@rzf.fin-nrw.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:03 2022 (6159) Member kk562@damtp.cam.ac.uk on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:03 2022 (6159) Disabling delivery for rick.poole@inl.gov on list security-announce.lists.opensuse.org by bounce
May 23 13:19:04 2022 (6159) Disabling delivery for rainerkulhanek@t-online.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:04 2022 (6159) Disabling delivery for linux@profi-ag.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:05 2022 (6159) Disabling delivery for andreas.dafferner@urz.uni-heidelberg.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:05 2022 (6159) Member opensuse-security@opensuse.org on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:06 2022 (6159) Disabling delivery for daniel.mertens@fit.fraunhofer.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:06 2022 (6159) Member olaf.menkens@imk.fraunhofer.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:07 2022 (6159) Disabling delivery for cert-nl-notifier@surfnet.nl on list security-announce.lists.opensuse.org by bounce
May 23 13:19:07 2022 (6159) Disabling delivery for marc.suelzle@fiducia.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:08 2022 (6159) Member hgodinho@cucbc.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:08 2022 (6159) Disabling delivery for andreas.huemmer@elaxy.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:08 2022 (6159) Disabling delivery for msm1986@adinet.com.uy on list security-announce.lists.opensuse.org by bounce
May 23 13:19:09 2022 (6159) Disabling delivery for givaldo@injecaoeletronica.com.br on list security-announce.lists.opensuse.org by bounce
May 23 13:19:09 2022 (6159) Disabling delivery for cyber.security.intelligence@humanservices.gov.au on list security-announce.lists.opensuse.org by bounce
May 23 13:19:10 2022 (6159) Member chj.le@t-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:10 2022 (6159) Member alexr@savion.cc.huji.ac.il on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:11 2022 (6159) Member gentoo@manapua.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:11 2022 (6159) Member technik@hochfranken-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:11 2022 (6159) Member richard.tardif@fiducia.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:12 2022 (6159) Member cw_wong@cathaypacific.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:12 2022 (6159) Disabling delivery for bernhard.demleitner@hob.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:13 2022 (6159) Disabling delivery for a.heidebrecht@physik.uni-stuttgart.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:13 2022 (6159) Member rick.hayes@mrcglobal.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:14 2022 (6159) Member pplaza@fi2net.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:14 2022 (6159) Disabling delivery for suse-security-announce@lynet.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:15 2022 (6159) Member williams@roedu.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:15 2022 (6159) Disabling delivery for kleff@phil-fak.uni-duesseldorf.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:16 2022 (6159) Member sama092@runbox.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:16 2022 (6159) Member martin.schager@siemens.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:16 2022 (6159) Member linuxmultimedia@skating24.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:17 2022 (6159) Disabling delivery for schaefer_r@uni-hamburg.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:17 2022 (6159) Disabling delivery for stefan.boesing@t-systems.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:18 2022 (6159) Disabling delivery for nietsch@tfh-berlin.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:19 2022 (6159) Disabling delivery for wk-eppstein@t-online.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:20 2022 (6159) Disabling delivery for uj.schumacher@t-online.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:21 2022 (6159) Member brooks@uwm.edu on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:22 2022 (6159) Member webmaster@miraculixx.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:25 2022 (6159) Disabling delivery for chj.le@t-online.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:26 2022 (6159) Disabling delivery for alexr@savion.cc.huji.ac.il on list security-announce.lists.opensuse.org by bounce
May 23 13:19:26 2022 (6159) Member tgray@technologie-management.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:27 2022 (6159) Disabling delivery for technik@hochfranken-online.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:28 2022 (6159) Disabling delivery for olaf.menkens@imk.fraunhofer.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:29 2022 (6159) Member m.d.cahill@bath.ac.uk on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:30 2022 (6159) Member azhdanovich@gobcn.ca on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:30 2022 (6159) Member henri.huang@crtc.gc.ca on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:30 2022 (6159) Disabling delivery for andria.farnham@mdacorporation.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:31 2022 (6159) Disabling delivery for linuxmultimedia@skating24.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:31 2022 (6159) Disabling delivery for richard.tardif@fiducia.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:32 2022 (6159) Disabling delivery for pplaza@fi2net.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:32 2022 (6159) Member advertising@cronus-cyber.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:32 2022 (6159) Member sid.faber@canonical.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:33 2022 (6159) Member jennifer.billey@bankofamerica.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:33 2022 (6159) Member emilio.llamas@construred.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:33 2022 (6159) Member timb@bluefrog.com on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:33 2022 (6159) Disabling delivery for sama092@runbox.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:34 2022 (6159) Disabling delivery for martin.schager@siemens.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:35 2022 (6159) Member steve.hayes@zpg.co.uk on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:35 2022 (6159) Member moleba@webmail.co.za on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:35 2022 (6159) Disabling delivery for gentoo@manapua.net on list security-announce.lists.opensuse.org by bounce
May 23 13:19:37 2022 (6159) Member listen-ch@muc.zae-bayern.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:37 2022 (6159) Member postmaster@osumc.edu on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:38 2022 (6159) Disabling delivery for williams@roedu.net on list security-announce.lists.opensuse.org by bounce
May 23 13:19:39 2022 (6159) Disabling delivery for webmaster@miraculixx.net on list security-announce.lists.opensuse.org by bounce
May 23 13:19:40 2022 (6159) Member dick.kerkstra@upcmail.nl on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:40 2022 (6159) Member holger.schaekel@t-online.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:41 2022 (6159) Disabling delivery for tgray@technologie-management.net on list security-announce.lists.opensuse.org by bounce
May 23 13:19:41 2022 (6159) Member gorusw@math.uni-muenster.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:42 2022 (6159) Member wolfgang@klta.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:42 2022 (6159) Disabling delivery for m.d.cahill@bath.ac.uk on list security-announce.lists.opensuse.org by bounce
May 23 13:19:43 2022 (6159) Disabling delivery for brooks@uwm.edu on list security-announce.lists.opensuse.org by bounce
May 23 13:19:44 2022 (6159) Disabling delivery for azhdanovich@gobcn.ca on list security-announce.lists.opensuse.org by bounce
May 23 13:19:44 2022 (6159) Disabling delivery for henri.huang@crtc.gc.ca on list security-announce.lists.opensuse.org by bounce
May 23 13:19:45 2022 (6159) Member llight@bivio.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:45 2022 (6159) Member itdave@att.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:46 2022 (6159) Disabling delivery for sid.faber@canonical.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:46 2022 (6159) Disabling delivery for advertising@cronus-cyber.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:47 2022 (6159) Disabling delivery for emilio.llamas@construred.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:48 2022 (6159) Disabling delivery for steve.hayes@zpg.co.uk on list security-announce.lists.opensuse.org by bounce
May 23 13:19:49 2022 (6159) Disabling delivery for moleba@webmail.co.za on list security-announce.lists.opensuse.org by bounce
May 23 13:19:49 2022 (6159) Disabling delivery for jennifer.billey@bankofamerica.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:50 2022 (6159) Disabling delivery for timb@bluefrog.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:51 2022 (6159) Disabling delivery for holger.schaekel@t-online.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:51 2022 (6159) Disabling delivery for dick.kerkstra@upcmail.nl on list security-announce.lists.opensuse.org by bounce
May 23 13:19:52 2022 (6159) Member kestas@lema.lt on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:52 2022 (6159) Member tanja.hanauer@lrz.de on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:52 2022 (6159) Disabling delivery for gorusw@math.uni-muenster.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:53 2022 (6159) Disabling delivery for wolfgang@klta.de on list security-announce.lists.opensuse.org by bounce
May 23 13:19:55 2022 (6159) Disabling delivery for rick.hayes@mrcglobal.com on list security-announce.lists.opensuse.org by bounce
May 23 13:19:55 2022 (6159) Disabling delivery for llight@bivio.net on list security-announce.lists.opensuse.org by bounce
May 23 13:19:56 2022 (6159) Member sulako@eresmas.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:19:57 2022 (6159) Disabling delivery for itdave@att.net on list security-announce.lists.opensuse.org by bounce
May 23 13:20:00 2022 (6159) Disabling delivery for tanja.hanauer@lrz.de on list security-announce.lists.opensuse.org by bounce
May 23 13:20:01 2022 (6159) Disabling delivery for kestas@lema.lt on list security-announce.lists.opensuse.org by bounce
May 23 13:20:02 2022 (6159) Disabling delivery for sulako@eresmas.net on list security-announce.lists.opensuse.org by bounce
May 23 13:22:05 2022 (6159) Disabling delivery for postmaster@osumc.edu on list security-announce.lists.opensuse.org by bounce
May 23 13:22:06 2022 (6159) Disabling delivery for listen-ch@muc.zae-bayern.de on list security-announce.lists.opensuse.org by bounce
May 23 13:22:07 2022 (6159) Member suse-security-mail@wor.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:22:12 2022 (6159) Member susesec@relay.xencon.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:22:12 2022 (6159) Member roger_lo@s1tek.net on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 13:24:14 2022 (6159) Disabling delivery for susesec@relay.xencon.net on list security-announce.lists.opensuse.org by bounce
May 23 13:24:14 2022 (6159) Disabling delivery for roger_lo@s1tek.net on list security-announce.lists.opensuse.org by bounce
May 23 13:26:19 2022 (6159) Disabling delivery for jb@braun.priv.at on list security-announce.lists.opensuse.org by bounce
May 23 13:28:20 2022 (6159) Disabling delivery for hgodinho@cucbc.com on list security-announce.lists.opensuse.org by bounce
May 23 13:28:21 2022 (6159) Disabling delivery for cw_wong@cathaypacific.com on list security-announce.lists.opensuse.org by bounce
May 23 13:30:22 2022 (6159) Disabling delivery for romolo@bicnet.it on list security-announce.lists.opensuse.org by bounce
May 23 16:39:07 2022 (6159) Member linuxnewstoday@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:07 2022 (6159) Member luiz.cbruscato@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:07 2022 (6159) Member leon7176@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:07 2022 (6159) Member medwinz@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member rob.woolleywr@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member mr.zoltan.gyarmati@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member ngabito@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member mehmet.kay.programming@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member s4hertz@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member lumnis@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member ronisbr@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:08 2022 (6159) Member ocefpaf@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member mad.f3ka@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member rob.opensuse.linux@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member now4ai@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member robbelibobban@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member sebastien.billion@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member pujos.michael@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member linuxkamarada@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:09 2022 (6159) Member opensuse.lietuviu.kalba@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member paul.alfille@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member nico.kruber@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member nirsuse@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member pmgdeb@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member roolebo@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member qantas94heavy@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:10 2022 (6159) Member opensuseqoo@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member makowski.opensuse@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member roger.oberholtzer@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member pfhonore@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member m.grant.prg@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member robxu9@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member rajagopal.n@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:11 2022 (6159) Member mrcin.vuk@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member roger.luedecke@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member proto.cryptid@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member ricreig@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member rahmansazib72@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member ngompa13@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member matrixworkstation@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member marcin.bajor@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member overciv@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:12 2022 (6159) Member moonsolo@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:13 2022 (6159) Member marcus.schaefer@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:13 2022 (6159) Member marcin.katulski@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:13 2022 (6159) Member runappz+opi@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:13 2022 (6159) Member luizluca@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:13 2022 (6159) Member neotinker@gmail.com on list buildservice.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 23 16:39:17 2022 (6159) Disabling delivery for luiz.cbruscato@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:18 2022 (6159) Disabling delivery for linuxnewstoday@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:18 2022 (6159) Disabling delivery for medwinz@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:19 2022 (6159) Disabling delivery for mehmet.kay.programming@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:19 2022 (6159) Disabling delivery for s4hertz@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:20 2022 (6159) Disabling delivery for mad.f3ka@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:20 2022 (6159) Disabling delivery for now4ai@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:21 2022 (6159) Disabling delivery for lumnis@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:21 2022 (6159) Disabling delivery for ocefpaf@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:22 2022 (6159) Disabling delivery for sebastien.billion@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:22 2022 (6159) Disabling delivery for qantas94heavy@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:23 2022 (6159) Disabling delivery for paul.alfille@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:24 2022 (6159) Disabling delivery for makowski.opensuse@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:24 2022 (6159) Disabling delivery for opensuseqoo@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:25 2022 (6159) Disabling delivery for ricreig@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:25 2022 (6159) Disabling delivery for pfhonore@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:26 2022 (6159) Disabling delivery for robxu9@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:26 2022 (6159) Disabling delivery for marcin.katulski@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:27 2022 (6159) Disabling delivery for proto.cryptid@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:27 2022 (6159) Disabling delivery for rahmansazib72@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:28 2022 (6159) Disabling delivery for ngompa13@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:29 2022 (6159) Disabling delivery for marcin.bajor@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 16:39:29 2022 (6159) Disabling delivery for neotinker@gmail.com on list buildservice.lists.opensuse.org by bounce
May 23 20:00:50 2022 (6159) Disabling delivery for werner.schoppet@uni-essen.de on list security-announce.lists.opensuse.org by bounce
Actions #15

Updated by pjessen almost 2 years ago

This update was automatically generated by /usr/local/bin/mm3-probes on mailman3.infra.opensuse.org

Logfile is /var/log/mailman/bounce.log-20220525.xz
May 24 07:05:09 2022 (6159) Member linux@karibikfreak02.de on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 07:05:09 2022 (6159) Member stasv@karibikfreak02.de on list bugs.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 10:58:21 2022 (6159) Member mailiste.fe@gmail.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 10:58:21 2022 (6159) Member baldamus_cottbus@web.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 10:58:21 2022 (6159) Member martinec.karl@inode.at on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 10:58:22 2022 (6159) Member info@itzbund-lab.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 10:58:22 2022 (6159) Member schaefer_r@uni-hamburg.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 10:58:24 2022 (6159) Disabling delivery for mailiste.fe@gmail.com on list users-de.lists.opensuse.org by bounce
May 24 10:58:25 2022 (6159) Disabling delivery for info@itzbund-lab.de on list users-de.lists.opensuse.org by bounce
May 24 10:58:25 2022 (6159) Disabling delivery for martinec.karl@inode.at on list users-de.lists.opensuse.org by bounce
May 24 10:58:26 2022 (6159) Disabling delivery for schaefer_r@uni-hamburg.de on list users-de.lists.opensuse.org by bounce
May 24 11:00:27 2022 (6159) Disabling delivery for baldamus_cottbus@web.de on list users-de.lists.opensuse.org by bounce
May 24 12:59:27 2022 (6159) Member hdttmr@gmx.de on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 13:01:28 2022 (6159) Disabling delivery for hdttmr@gmx.de on list users-de.lists.opensuse.org by bounce
May 24 13:17:39 2022 (6159) Member fali@almabani.com.sa on list security-announce.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
May 24 13:19:50 2022 (6159) Disabling delivery for fali@almabani.com.sa on list security-announce.lists.opensuse.org by bounce
May 24 17:16:21 2022 (6159) Member bc@spamergency.com on list users-de.lists.opensuse.org, bounce score 5 >= threshold 5, sending probe.
Actions #16

Updated by pjessen almost 2 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
mailiste.fe@gmail.com     - mailbox full, permanent
info@itzbund-lab.de       - domain not found
martinec.karl@inode.at    - unknown address
schaefer_r@uni-hamburg.de - unknown address
baldamus_cottbus@web.de   - mailbox unavailable
hdttmr@gmx.de             - mailbox full
fali@almabani.com.sa      - accepted by Microsoft 365, I guess we got a late bounce. 

That looks much better!

I'm quite surprised we managed to run mailman for almost two years before figuring out that bounce processing didn't work :-)

Actions

Also available in: Atom PDF