On 8/20/19 4:14 PM, Russell Clemings wrote:
> This appears to do what I want -- removes everything except the names of
> the list subscriptions:
>
> diff --git a/mailpasswds b/mailpasswds
> index f194dc6..5f91f34 100644
> --- a/mailpasswds
> +++ b/mailpasswds
> @@ -151,19 +151,8 @@ def main():
>
This appears to do what I want -- removes everything except the names of
the list subscriptions:
diff --git a/mailpasswds b/mailpasswds
index f194dc6..5f91f34 100644
--- a/mailpasswds
+++ b/mailpasswds
@@ -151,19 +151,8 @@ def main():
continue
# Group by the l
OK, so I also want to remove the passwords themselves from the monthly
reminder (we're running all of our lists through Drupal and don't want
people logging into the Mailman interface anyway).
Is this (from 2008) still the best way to do that? I gather that it will
need to be a patch that is reins
Thanks, worked perfectly (and a good thing, because there were in fact some
garbles).
On Tue, Aug 20, 2019 at 2:45 PM Mark Sapiro wrote:
> On 8/20/19 2:34 PM, Russell Clemings wrote:
> > I'm trying to customize cronpass.txt. (I understand that it needs to go
> in
> > templates/site/en/cronpass.t
On 8/20/19 2:34 PM, Russell Clemings wrote:
> I'm trying to customize cronpass.txt. (I understand that it needs to go in
> templates/site/en/cronpass.txt.)
>
> I think I've got it basically figured out, but I'd like to test it before
> we get to the end of the month and a couple thousand possibly
I'm trying to customize cronpass.txt. (I understand that it needs to go in
templates/site/en/cronpass.txt.)
I think I've got it basically figured out, but I'd like to test it before
we get to the end of the month and a couple thousand possibly messed-up
monthly password reminders go out. Is there