[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Dale via Mailman-Users
Original Message From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Thursday, March 4, 2021, 06:04 UTC To: mailman-users@python.org Subject: [Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment > On 3/3/21 3:36 PM, Mark Dale via Mailman-Users wrote: >> Hi Listers,

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Dale via Mailman-Users
Original Message From: Mark Dale via Mailman-Users [mailto:mailman-users@python.org] Sent: Friday, March 5, 2021, 00:01 UTC To: mailman-users@python.org Subject: [Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment > > Original Message > From:

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
On 3/4/21 4:20 PM, Mark Dale via Mailman-Users wrote: >> >> Thanks Mark. I've copied the message from mbox file and pasted below. >> (the client's info is marked as redacted). >> >> Something I did notice: in the original received email headers I see: Original as received by the list or from the

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Stephen J. Turnbull
Mark Sapiro writes: > >> Content-Disposition: inline > >> Content-Type: text/plain; charset="us-ascii" > >> Content-Transfer-Encoding: 7bit > >> > >> And in the mbox file below (of the same message), I see: > >> > >> Content-Disposition: inline > >> Content-Type: text/plain > >> Content-T

[Mailman-Users] Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-04 Thread Daniel Botting
Hi, I have been using the withlist command to delete a given administrator or moderator from all mailman 2.1 lists. I also require to change the moderator or admin password for all lists that they have been removed from, but have it so that it is a different randomly generated password for e

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
On 3/4/21 7:05 PM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > > Does Scrubber really do that? Per RFC, the two Content-Type fields > have exactly the same semantics: "it is plain text, encoded as ASCII." Yes, scrubber really does this. This dates back to Tokio and various Japanese lang

[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-04 Thread Mark Sapiro
On 3/4/21 7:06 AM, Daniel Botting wrote: > Hi, > > I have been using the withlist command to delete a given administrator > or moderator from all mailman 2.1 lists. > > I also require to change the moderator or admin password for all lists > that they have been removed from, but have it so that i

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Dale via Mailman-Users
Original Message From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Friday, March 5, 2021, 01:29 UTC To: mailman-users@python.org Subject: [Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment > Here's something you can try. > > Create a file somewhere and give

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
On 3/4/21 8:36 PM, Mark Dale via Mailman-Users wrote: > > Thanks. I've implemented your script patch (LISTNAME needed to be in > quotes otherwise the server spat the dummy). Sorry about that ... > The next scheduled post to > the list will be in about 10 hours so I'll have a result to look at th

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
On 3/4/21 8:36 PM, Mark Dale via Mailman-Users wrote: > > Reading Steve's reply just now makes me look suspiciously at the Perl > X-Mailer: MIME::Lite that is sending the email to the list. My > understanding is the list owner has scheduled a Perl script to export > from a database and post the re

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Stephen J. Turnbull
Executive summary: -0.8 for changing Scrubber (don't think there's a benefit either way => don't bother), +0.5 for .txt (not sure it's worth the effort), plus an amusing (YMMV) story. Mark Sapiro writes: > On 3/4/21 7:05 PM, Stephen J. Turnbull wrote: > > Mark Sapiro writes: > > > Does Scrubb

[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-04 Thread Stephen J. Turnbull
Hi, Daniel Mark Sapiro writes: > On 3/4/21 7:06 AM, Daniel Botting wrote: > > My script and usage so far can be found below: > This was asked and answered at > > > The answer there was correct and is you are genera