[Mailman-Users] Re: [ext] List_Members from Command Line Permission

2024-06-28 Thread Ralf Hildebrandt via Mailman-Users
* Dennis Putnam : > I am developing a script that gets a list of members from a mailing list > (mailman 2.1.15). I'm using popen (in python 2.7.5) to issue the command. > However, even though I am running it as admin for that list, I'm getting a > permissions error. How/what do I need to set in or

[Mailman-Users] Re: [ext] Re: Create a list with multiple admins?

2024-04-15 Thread Ralf Hildebrandt via Mailman-Users
* Barry S. Finkel : > For MM2, Mark gave me a patch to allow multiple owners; I'd be interested :) > only the first one in the string was checked. But that > was not a problem for me. Anyone who wants can contact me > off-list, and I will try to see if I have that patch in my > archives. I no

[Mailman-Users] Re: [ext] Re: Create a list with multiple admins?

2024-03-15 Thread Ralf Hildebrandt via Mailman-Users
> > Using mailman-2.6.x: > > > > I never saw that version. Right now you'd be advised to run 2.1.39 if you > must stick with 2.x Did too much openvpn stuff recently, so I mistook openvpn-2.6.x with Mailman 2.1.39 (which I'm actually using). > Option 1 - make multiple addresses get the "Your list

[Mailman-Users] Create a list with multiple admins?

2024-03-14 Thread Ralf Hildebrandt via Mailman-Users
Using mailman-2.6.x: Is it possible to create a list (via CLI or the WUI) which has multiple owner addresses? Why? Often my users want lists with multiple owners, and so I need a way of EITHER: * creating the list with multiple owners, all of which are getting the "Your list has been crea

[Mailman-Users] Re: [ext] Find number of list members with "withlist"?

2024-01-23 Thread Ralf Hildebrandt via Mailman-Users
* Odhiambo Washington : > We're curious. > > How did you do it? :-) import re def generic_nonmember_action(mlist): if (mlist.generic_nonmember_action == 0): pattern = re.compile(r"^.*@(mydomain1|myotherdomain|yetanotherdomain)\.de$") external_addresses = 0 internal_add

[Mailman-Users] Re: [ext] Find number of list members with "withlist"?

2024-01-23 Thread Ralf Hildebrandt via Mailman-Users
* Ralf Hildebrandt via Mailman-Users : > Sorry for the simple question, but how do I get the number of list > members from a particular list using "withlist"? > > I'm trying to find lists with generic_nonmember_action set to 0 AND > the number of list members

[Mailman-Users] Find number of list members with "withlist"?

2024-01-23 Thread Ralf Hildebrandt via Mailman-Users
Sorry for the simple question, but how do I get the number of list members from a particular list using "withlist"? I'm trying to find lists with generic_nonmember_action set to 0 AND the number of list members exceeding a certain threshold. -- Ralf Hildebrandt Charité - Universitätsmedizin Berl

[Mailman-Users] Re: Issues with a DMARC record leading to message being shunted

2023-12-23 Thread Ralf Hildebrandt via Mailman-Users
> Yes. The parser is in the authheaders package, a 3rd-party package on > PyPI. I'll get in touch with the maintainers, but given the season I > wouldn't bet on a release soon. Of course you may get lucky with an > upgrade if you're not up-to-date (v0.15.3). Upgrade should be safe, > the mainta

[Mailman-Users] Issues with a DMARC record leading to message being shunted

2023-12-23 Thread Ralf Hildebrandt via Mailman-Users
Hi! Recently a mail was not being distributed via our MM3 instance; I searched the logs and found: Dec 22 04:54:27 2023 (24) ACCEPT: <1d431542-b386-467b-8bf2-305f19ee7...@somenet.org> Dec 22 04:54:28 2023 (28) Uncaught runner exception: list index out of range Dec 22 04:54:28 2023 (28) Traceback

[Mailman-Users] Re: [ext] spamming

2023-10-23 Thread Ralf Hildebrandt via Mailman-Users
* Jim Dory : > I've got a new problem with my mailing list. I run a local > announcements/trade list that should be of no interest to non-locals. > > I started seeing warnings from Yahoo about users marking messages as spam.. > (I'm subscribed to Yahoo's Antispam Feedback. I never got other feedba

[Mailman-Users] Re: [ext] Re: Question regarding message-ids

2023-09-13 Thread Ralf Hildebrandt via Mailman-Users
* Grant Taylor via Mailman-Users : > > * The mail is delivered twice (to an exchange server), in two SMTP > > sessions, to the same user adress. I get two positive delivery > > confirmations. > > This is what I would expect. I just wnated to make this clear :) > > * since the message-id is iden

[Mailman-Users] Question regarding message-ids

2023-09-13 Thread Ralf Hildebrandt via Mailman-Users
We have a mm2 installation. A user is regular memeber on two lists: * A mail goes to both lists. * That mail is distributed via both lists. * The mail is delivered twice (to an exchange server), in two SMTP sessions, to the same user adress. I get two positive delivery confirmations. * since the

[Mailman-Users] mm2, public_suffix_list.dat

2023-06-19 Thread Ralf Hildebrandt via Mailman-Users
Hi! I noticed that my error log has quite a few entries like Jun 18 15:59:10 2023 (1236) Unable to retrieve data from https://publicsuffix.org/list/public_suffix_list.dat: Jun 18 18:32:56 2023 (1236) Unable to retrieve data from https://publicsuffix.org/list/public_suffix_list.dat: Jun 18 18

[Mailman-Users] Re: [ext] Re: [EXTERNAL] Re: Barrage of bounce notifications

2023-05-26 Thread Ralf Hildebrandt via Mailman-Users
> The theory is these may be legitimate bounces that just aren't recognized > and the owner may want to see them and may even want to report them to the > developers so the recognizers can be updated, but these days, such bounces > are extremely rare so if one is getting a lot of spam to the list-b

[Mailman-Users] Re: [ext] Re: [EXTERNAL] Re: Barrage of bounce notifications

2023-05-25 Thread Ralf Hildebrandt via Mailman-Users
> > > These settings apply only to list posts, not to mail to the list-bounces > > > address. > > > > But those can be disabled as well: > > bounce_unrecognized_goes_to_list_owner => no > > on the subpage "bounce" > > > > In this case then what happens when such a bounce arrives? MM2.1 discards >

[Mailman-Users] Re: [ext] Re: [EXTERNAL] Re: Barrage of bounce notifications

2023-05-25 Thread Ralf Hildebrandt via Mailman-Users
* Mark Sapiro : > On 5/25/23 10:13 AM, Odhiambo Washington wrote: > > I think you need to change the list settings, hoping you have Admin rights: > > > > You need to change in Privacy options -> Sender Filters -> Action to take > > for postings from non-members for which no explicit action is defi

[Mailman-Users] Re: [ext] Constant Mailman error messages

2022-12-23 Thread Ralf Hildebrandt via Mailman-Users
* PCZero Support : > > Delivered-To: supp...@pczero.net > > Envelope-to: r...@morpheus.rvaservers.com > > To: r...@morpheus.rvaservers.com > > Subject: lfd on morpheus.rvaservers.com: Excessive resource usage: > > mailman (11571 (Parent PID:11569)) > > From: > > Date: Thu, 22 Dec 2022 08:35:47 -