[Mailman-Users] How to detect if a new list is created

2019-09-25 Thread Peter Heitzer
Is there a simple method to detect if a new list was created? As mailman updates the alias file (/var/lib/mailman/data/aliases in our installation) with any new list I thought of checking the modify date of the aliases file. Is this a sufficient method? Dipl.-Inform(FH) Peter Heitzer

Re: [Mailman-Users] Wrong encoding in moderation request mails with Mailman 2.1.15

2016-06-10 Thread Peter Heitzer
>>> On 06/09/2016 at 18:37, Mark Sapiro wrote: > On 6/8/16 8:19 AM, Peter Heitzer wrote: >> If a mail held for moderation has a subject encoded in UTF-8 the subject is > not correctly displayed in the mail to the moderator and in the >> web interface. This is not a b

[Mailman-Users] Wrong encoding in moderation request mails with Mailman 2.1.15

2016-06-08 Thread Peter Heitzer
? Dipl.-Inform(FH) Peter Heitzer, peter.heit...@rz.uni-regensburg.de -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http

Re: [Mailman-Users] command line get list of members moderation status?

2015-08-03 Thread Peter Heitzer
>>> On 08/02/2015 at 15:00, wrote: > Hi, > > We're running Mailman 2.1.12. We have a list that is largely moderated, > but there is a small group of posters who should not be. Because of the > size of the list the Membership management forms are a little cumbersome > for checking all of these.

Re: [Mailman-Users] Protect seeing the list of mailing lists, using htaccess, or similar?

2014-01-09 Thread Peter Heitzer
>>> On 1/7/2014 at 22:51, Mark London wrote: > Hi - I want to hide our list of mailing lists from the public, but still > make the list viewable to administrators. Is this possible, i.e. > through an htaccess file, or perhaps some other method? Thanks. You could run a cronjob that generates a

Re: [Mailman-Users] How to programmatically disable all mail to member

2013-11-04 Thread Peter Heitzer
>>> On 11/4/2013 at 15:03, Mark Sapiro wrote: > Peter Heitzer wrote: >>>>> On 11/4/2013 at 13:19, Frank Murphy wrote: > >>> Maybe set such users to nomail? >>I think that is not sufficient as the member still can get password >>reminder

Re: [Mailman-Users] How to programmatically disable all mail to member

2013-11-04 Thread Peter Heitzer
>>> On 11/4/2013 at 13:19, Frank Murphy wrote: > On Mon, 04 Nov 2013 12:56:41 +0100 > "Peter Heitzer" wrote: > >> We do not delete student or staff accounts immediately but set them >> disabled for about 6 month before deleting the accounts. While an &g

[Mailman-Users] How to programmatically disable all mail to member

2013-11-04 Thread Peter Heitzer
We do not delete student or staff accounts immediately but set them disabled for about 6 month before deleting the accounts. While an account if disabled its mail address is no longer in the mta's alias tables and so any mail from a mailman list the user is subscribed to will bounce. I want to p

[Mailman-Users] When is last_post_time updated?

2013-07-23 Thread Peter Heitzer
Hello folks, I have a few mailing lists which show a last_post_time of 1970-01-01. Does this really mean that the list has not yet sent any mails to its subscribers, i.e the list is inactive? I assume that only a regular post from an allowed mail address forces an update to a lists last_post_time v