Re: [Mailman-Users] Archive page not showing dates properly

2015-08-24 Thread Peter Wetz
thanks for the help. what do I have to do after editing Mailman/Archiver/HyperArch.py as suggested by you? Or: How can I test, if the changes actually changed something? Because right now, I added your changes and sent a testmail to the list. The mail gets added to the archive, however, the date

Re: [Mailman-Users] Archive page not showing dates properly

2015-08-24 Thread Peter Wetz
okay, my admin forgot to restart the service. the dates are now working again! one more question: how/where can I format the string? right now it looks like this: Mon, 24 Aug 2015 14:18:21 +0200 I would like the following: 24 Aug 2015 14:18:21 Thanks and best, Peter On Fri, Aug 21, 2015 at 4:59

Re: [Mailman-Users] {Disarmed} Re: Archive page not showing dates properly

2015-08-24 Thread Mark Sapiro
On 08/24/2015 07:34 AM, Peter Wetz wrote: okay, sorry for the spam, but I already wrapped my head around how to change the date format. just use python's functionality to parse it into a different string. for instance: 'date': datetime.datetime.strptime(article.datestr, %a, %d %b %Y

Re: [Mailman-Users] {Disarmed} Re: Archive page not showing dates properly

2015-08-24 Thread Mark Sapiro
On 08/24/2015 08:06 AM, Peter Wetz wrote: presumably, some Mailman upgrade removed the modification to HyperArch.py. Is there some sort of best practice on how to avoid this situation? That is, how to avoid modification of HyperArch.py through some Mailman upgrade? A few things survive

Re: [Mailman-Users] Archive page not showing dates properly

2015-08-24 Thread Peter Wetz
okay, sorry for the spam, but I already wrapped my head around how to change the date format. just use python's functionality to parse it into a different string. for instance: 'date': datetime.datetime.strptime(article.datestr, %a, %d %b %Y %H:%M:%S %z).strftime(%d %b %Y %H:%M:%S), best, Peter

Re: [Mailman-Users] How to discard messages from just a few list members?

2015-08-24 Thread Mark Sapiro
On 08/24/2015 12:23 AM, Ulf Dunkel wrote: I now have set these settings: Privacy Options Subscription rules Sender filters: - default_member_moderation: Yes (was already set) - member_moderation_action: Discard (was: Hold) - member_moderation_notice: Sorry. This is a moderated mailing

Re: [Mailman-Users] Archive page not showing dates properly

2015-08-24 Thread Peter Wetz
presumably, some Mailman upgrade removed the modification to HyperArch.py. Is there some sort of best practice on how to avoid this situation? That is, how to avoid modification of HyperArch.py through some Mailman upgrade? best, Peter On Fri, Aug 21, 2015 at 4:59 PM, Mark Sapiro

Re: [Mailman-Users] need assistance upgrading Mailman

2015-08-24 Thread Nina Nicholson
Thanks all for your quick replies. Duly noted: Mailman lists are not Listservs. Also, not all tissues are Kleenex and not all adhesive tape is Scotch Tape -- but these copyrighted names all tend to get used as generic terms. :) I have a dedicated virtual server with a shell login account and

Re: [Mailman-Users] need assistance upgrading Mailman

2015-08-24 Thread Brian Carpenter
Hi Nina: I actually pointed you to our Cloud VPS service where we can setup Mailman on it and assist you with the migration of your lists. With as many lists as you have, our VPS service is for more affordable an option. Brian Carpenter Owner Providing Cloud Services and more for over 15

Re: [Mailman-Users] need assistance upgrading Mailman

2015-08-24 Thread Andrew Hodgson
Nina Nicholson wrote: I have a dedicated virtual server with a shell login account and am allowed to update it. Unfortunately, my Unix skills are minimal and not up to attempting this on my own. I have managed other installations on my server when being walked through it, remotely, by an

Re: [Mailman-Users] How to discard messages from just a few list members?

2015-08-24 Thread Ulf Dunkel
Dear Mark. To be more specific, set Privacy options... - Sender filters - default_member_moderation to Yes to automatically moderate new members and set Privacy options... - Sender filters - member_moderation_action to Discard and Submit Your Changes. Then on the Membership Management... -

Re: [Mailman-Users] How to discard messages from just a few list members?

2015-08-24 Thread Laura Creighton
In a message of Mon, 24 Aug 2015 09:10:46 +0200, Ulf Dunkel writes: Thank you for your detailed cookbook, but I would lose moderation of my own postings to this newsletter mailing list if I would do either way as you suggested. I know that the basic intention of Mailman mailing lists is to let

Re: [Mailman-Users] How to discard messages from just a few list members?

2015-08-24 Thread Ulf Dunkel
Hi Stephen. Thank you, but I won't send unmoderated news to any newsletter. I am using Mailman for felt decades and I am so happy that the moderated flag always kept me from sending postings too early. Unmoderate yourself in the member view, and then use a privacy filter with your

Re: [Mailman-Users] How to discard messages from just a few list members?

2015-08-24 Thread Ulf Dunkel
Get yourself a second account. Subscribe both of them to the mailing list. Moderate one, not the other. Disable mail delivery for one of the accounts -- don't unsubscribe, just turn off delivery. You can set both of them up as list moderators, list owners if you like, or just the one

Re: [Mailman-Users] need assistance upgrading Mailman

2015-08-24 Thread Nina Nicholson
Andrew - I am using Plesk, and Mailman does interface with it. I didn't realize this is a customized installation -- good to know. That would certainly change things. Thanks for the suggestion of CPanel, I've worked with it elsewhere and can look into it. Nina Nicholson Director of

Re: [Mailman-Users] need assistance upgrading Mailman

2015-08-24 Thread Mark Sapiro
On August 24, 2015 12:44:02 PM PDT, Nina Nicholson nnichol...@dioceseofnewark.org wrote: Andrew - I am using Plesk, and Mailman does interface with it. According to the FAQ at http://wiki.list.org/DOC/Mailman%20and%20Plesk, updating Plesk Mailman from source is not for the faint of heart. --