[Mailman-Users] HTML content from GMX gets scrubbed in archive

2014-10-05 Thread Peter Wetz
Dear all, I have an issue with my mailman/pipermail setup. the thing is that mails, which were sent to the list as HTML and through the GMX web interface, do not get displayed properly in my archive. this is how it looks: http://i.imgur.com/H8vvUfV.png even though the screenshot is in german lan

Re: [Mailman-Users] HTML content from GMX gets scrubbed in archive

2014-10-07 Thread Peter Wetz
t;pass_filename_extensions" and "filter_mime_types" are not empty in the config files themselves? since i dont have direct access to these files, i'd need to contact the admin. but i am not sure, if that's even a possibility. best, Peter On Tue, Oct 7, 2014 at 4:14 AM, Mar

Re: [Mailman-Users] HTML content from GMX gets scrubbed in archive

2014-10-07 Thread Peter Wetz
o whitelist all mime-types i want to let through. is that right? best, Peter On Tue, Oct 7, 2014 at 4:14 AM, Mark Sapiro wrote: > On 10/06/2014 04:20 AM, Peter Wetz wrote: > > So the answer to your simple question is simply "you can't". > > > > > >

Re: [Mailman-Users] HTML content from GMX gets scrubbed in archive

2014-10-13 Thread Peter Wetz
On Tue, Oct 7, 2014 at 5:53 PM, Mark Sapiro wrote: > On 10/07/2014 06:02 AM, Peter Wetz wrote: > > UPDATE: lynx was missing on the machine mailman was running on. since i > > don't have root access (or at least i could not find out on my own, if > > lynx is running), i

[Mailman-Users] Archive page not showing dates properly

2015-08-21 Thread Peter Wetz
On the archive page of my mailman list the dates are not showing up properly. It looks like this: http://i.imgur.com/IrmWnie.png As you can see, instead of the date a string "%(date)s" is shown. It is also worth noting, that it already worked properly. However, suddenly (at least I cannot state wh

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

2015-08-24 Thread Peter Wetz
still looks as in the screenshot posted in my initial posting. On Fri, Aug 21, 2015 at 4:59 PM, Mark Sapiro wrote: > On 08/21/2015 02:29 AM, Peter Wetz wrote: > > On the archive page of my mailman list the dates are not showing up > > properly. It looks like this: http://i.imgur.

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

2015-08-24 Thread Peter Wetz
Fri, Aug 21, 2015 at 4:59 PM, Mark Sapiro wrote: > On 08/21/2015 02:29 AM, Peter Wetz wrote: > > On the archive page of my mailman list the dates are not showing up > > properly. It looks like this: http://i.imgur.com/IrmWnie.png > > > > As you can see, instead of the da

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

2015-08-24 Thread Peter Wetz
uot;%d %b %Y %H:%M:%S"), best, Peter On Fri, Aug 21, 2015 at 4:59 PM, Mark Sapiro wrote: > On 08/21/2015 02:29 AM, Peter Wetz wrote: > > On the archive page of my mailman list the dates are not showing up > > properly. It looks like this: http://i.imgur.com/IrmWnie.png > >

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

2015-08-24 Thread Peter Wetz
ote: > On 08/21/2015 02:29 AM, Peter Wetz wrote: > > On the archive page of my mailman list the dates are not showing up > > properly. It looks like this: http://i.imgur.com/IrmWnie.png > > > > As you can see, instead of the date a string "%(date)s" is shown. It i

Re: [Mailman-Users] {Disarmed} Re: 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

[Mailman-Users] message to list does not get forwarded to all list members

2015-09-04 Thread Peter Wetz
Currently I experience the following issue on my list: If one specific subscriber posts a message to the list, it does not get forwarded to all list members. However, some (at least one) receives his messages. But most, don't receive his message. The message also shows up properly in the list archi

[Mailman-Users] Intendation of threads in archive too high

2019-10-15 Thread Peter Wetz
I fiddled around with adding a timestamp to the (threaded) view and therefore edited HyperArch.py and archidxentry.html In HyperArch.py I changed the following lines at aroudn line 1073 as follows: d = { 'filename': urllib.quote(article.filename), 'subject': subject,