I do, and as luck would have it I already have some modifications on that
file, so I'll give it a try.

On Thu, Dec 1, 2022 at 3:56 PM Mark Sapiro <m...@msapiro.net> wrote:

> On 12/1/22 15:37, Russell Clemings wrote:
> >
> > The only solution I can think of is to insert hard breaks in cronpass.txt
> > around the 50-character mark but I'm hoping there's a better way. (I
> know,
> > upgrade to Mailman 3. It's slowly working its way up the to-do list.)
> >
> > This is Mailman 2.1.38 on cPanel.
>
>
> If you have the ability to patch Mailman's cron/mailpasswds, this will
> do it.
> ```
> --- old/cron/mailpasswds        2018-06-17 23:47:34 +0000
> +++ new/cron/mailpasswds        2022-12-01 23:51:14 +0000
> @@ -203,7 +203,7 @@
>                    'useraddr': addr,
>                    'exreq'   : sitereq,
>                    'owner'   : siteowner,
> -                 }, lang=poplang)
> +                 }, lang=poplang, raw=True)
>               # Coerce everything to Unicode
>               text = tounicode(text, enc)
>               table = [tounicode(_t, enc) for _t in table]
> ```
> Otherwise, I think inserting hard returns is it.
>
> --
> Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
>
> ------------------------------------------------------
> Mailman-Users mailing list -- mailman-users@python.org
> To unsubscribe send an email to mailman-users-le...@python.org
> https://mail.python.org/mailman3/lists/mailman-users.python.org/
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives:
> https://www.mail-archive.com/mailman-users@python.org/
>     https://mail.python.org/archives/list/mailman-users@python.org/
>


-- 
===============================================
Russell Clemings
<russ...@clemings.com>
===============================================
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to