[Mailman-Users] Re: Line breaks in monthly reminder emails

2022-12-02 Thread Mark Sapiro

On 12/2/22 15:47, Russell Clemings wrote:

Once I've applied the patch, is there a way to test the monthly reminder,
i.e. by sending myself a copy?



Not without patching. There is a -l/--listname option to limit to a list 
or, if repeated, lists, but no option to limit to a single user.


You could make a patched version of cron/mailpasswds like this
```
--- old/cron/mailpasswds2018-06-17 23:47:34 +
+++ new/cron/mailpasswds2022-12-03 00:27:46 +
@@ -166,6 +166,8 @@
 # Now that we've collected user information for this host, 
send each

 # user the password reminder.
 for addr in userinfo.keys():
+if addr != 'rclemi...@gmail.com':
+continue
 # If the person is on more than one list, it is possible 
that they
 # have different preferred languages, and there's no good 
way to
 # know which one they want their password reminder in. 
Pick the


```
and then run that as the Mailman user to send a reminder to only 
rclemi...@gmail.com.


--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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/


[Mailman-Users] Re: Line breaks in monthly reminder emails

2022-12-02 Thread Russell Clemings
Once I've applied the patch, is there a way to test the monthly reminder,
i.e. by sending myself a copy?

Re: format=flowed -- I'm lazy, so I'll avoid the harder option.

On Thu, Dec 1, 2022 at 10:47 PM Stephen J. Turnbull <
stephenjturnb...@gmail.com> wrote:

> Mark Sapiro writes:
>
>  > If you have the ability to patch Mailman's cron/mailpasswds, this will
>  > do it.
>
> Possibly more flexible (but harder to implement and dependent on user
> MUAs) would be to use format=flowed in Content-Type.
>
> --
> 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

===
--
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/