Re: [Mailman-Users] monthly password reminders

2009-08-03 Thread Mark Sapiro
LuKreme wrote: > >I think you can have your list-owners be subscribe to the mailman list >though. In the case of password reminder bounces, that won't help because Password reminders come from the site list and bounces of messages from the site list are not sent to the list just as ordinary li

Re: [Mailman-Users] monthly password reminders

2009-08-03 Thread LuKreme
On 3-Aug-2009, at 12:06, Con Wieland wrote: I run a server with a few hundred lists. When the monthly password reminders are sent they are sent from mailman-owner and so the bounces come back to the main mailman-bounces address. Is there a way to have them come from the list so they are retu

Re: [Mailman-Users] monthly password reminders

2009-08-03 Thread Mark Sapiro
Con Wieland wrote: >I run a server with a few hundred lists. When the monthly password >reminders are sent they are sent from mailman-owner and so the >bounces come back to the main mailman-bounces address. Is there a way >to have them come from the list so they are returned to the >indivi

[Mailman-Users] monthly password reminders

2009-08-03 Thread Con Wieland
I run a server with a few hundred lists. When the monthly password reminders are sent they are sent from mailman-owner and so the bounces come back to the main mailman-bounces address. Is there a way to have them come from the list so they are returned to the individual list owners? Con W

Re: [Mailman-Users] Monthly password reminders not functioning

2008-11-28 Thread Mark Sapiro
Rob wrote: > >Using v.2.1.9 on Mac OS X Server v10.5.5 > >Everything else is working nicely, but I just realized that our >monthly password reminders are not being sent. I can manually trigger >a password reminder using the options page 'Remind' button, and that >goes through immediately. > >

Re: [Mailman-Users] Monthly password reminders not functioning

2008-11-28 Thread Brad Knowles
on 11/26/08 3:43 PM, Rob said: Using v.2.1.9 on Mac OS X Server v10.5.5 We'll provide what assistance we can, but please do keep in mind the issues discussed at and . Eve

[Mailman-Users] Monthly password reminders not functioning

2008-11-28 Thread Rob
Hi, Using v.2.1.9 on Mac OS X Server v10.5.5 Everything else is working nicely, but I just realized that our monthly password reminders are not being sent. I can manually trigger a password reminder using the options page 'Remind' button, and that goes through immediately. I have checked

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Mark Sapiro
Jeffrey Goldberg wrote: > >And is there a way to prevent people from using their own passwords? You would have to disable the user set password in Mailman/Cgi/subscribe.py and Mailman/Commands/cmd_subscribe.py and disable the password change in Mailman/Cgi/options.py. -- Mark Sapiro <[EMAIL PRO

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Jeffrey Goldberg
On Sep 1, 2008, at 6:42 PM, [EMAIL PROTECTED] wrote: IT Security is a little antsy about having these passwords floating around through the email system (don't ask). Would they be willing to accept these passwords being mailed around if you were to disable individuals' ability to set their o

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >on a different but related tact, what could I alter in the cron script to send >out a 'reminder' that the user belongs to the list, but not actually send the >password? IT Security is a little antsy about having these passwords floating >around through the email system

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Alan . Rubin
02/09/2008 09:05 AM Re: [Mailman-Users] monthly password

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >Is that a singular reminder that is requested and not a periodic one (if >monthly >reminders are set off)? If the list's send_reminders is set to No, no periodic reminders are sent for that list regardless of the user's setting on the user options page. If the user c

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Alan . Rubin
cc Subject 02/09/2008 08:45 AM Re: [Mailman-Users] monthly password rem

Re: [Mailman-Users] monthly password reminders

2008-09-01 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >Is there any way, besides editing the options.html template file, to completely >disable regular/monthly password reminders? According to the list options >page, >whether or not a list sends out reminders individual subscribers can still >change this setting. Granted

[Mailman-Users] monthly password reminders

2008-09-01 Thread Alan . Rubin
Hello, Is there any way, besides editing the options.html template file, to completely disable regular/monthly password reminders? According to the list options page, whether or not a list sends out reminders individual subscribers can still change this setting. Regards, Alan Rubin Technician

Re: [Mailman-Users] Monthly password reminders not going out

2005-12-09 Thread Mark Sapiro
Bob Bergey wrote: > >I have about a dozen lists running on Mailman 2.1.4 on an XServe with >OSX 10.3.9; all but one are set to send out monthly password >reminders, but none are going out. Other than that, Mailman is >running perfectly the last 2-1/2 months -- messages, digest, >archives, all w

[Mailman-Users] Monthly password reminders not going out

2005-12-09 Thread Bob Bergey
Apologies if this is a duplicate message; I sent it yesterday afternoon but never saw it show up on the list. I have about a dozen lists running on Mailman 2.1.4 on an XServe with OSX 10.3.9; all but one are set to send out monthly password reminders, but none are going out. Other than that, Ma

Re: [Mailman-Users] Monthly password reminders not working

2005-10-19 Thread Mark Sapiro
Darren G Pifer wrote: >> >> I added this to my version of mailpasswds at line 237: >> >> print "msg=%s" % (msg) >> msg.send(sitelist, **{'errorsto': sitebounce, >> '_nolist' : 1, >> 'verp': mm_cfg.VERP_PASSWORD_REMINDERS, >>

Re: [Mailman-Users] Monthly password reminders not working

2005-09-22 Thread Darren G Pifer
Hello, On Thu, 2005-09-22 at 11:28, Darren G Pifer wrote: > Hello, > > On Wed, 2005-09-21 at 14:01, John Dennis wrote: > > On Wed, 2005-09-21 at 13:44 -0400, Darren G Pifer wrote: > > > > > > Anything else? > > Python print statements are pretty easy, in its simplest form: > > > > print "value1

Re: [Mailman-Users] Monthly password reminders not working

2005-09-22 Thread Darren G Pifer
Hello, On Wed, 2005-09-21 at 14:01, John Dennis wrote: > On Wed, 2005-09-21 at 13:44 -0400, Darren G Pifer wrote: > > > > Anything else? > > Well, if it were me I'd edit the script and throw in a few print > statements in a few judicious places to track what it was or wasn't > doing since you're

Re: [Mailman-Users] Monthly password reminders not working

2005-09-21 Thread John Dennis
On Wed, 2005-09-21 at 13:44 -0400, Darren G Pifer wrote: > On Wed, 2005-09-21 at 12:13, John Dennis wrote: > > > > I tried testing with: > > > > > > $ pwd > > > /usr1/mailman/mailman/cron > > > > > > $ runas -u mailman ./mailpasswds -l testlist > > > > > > It just exits. Nothing in

Re: [Mailman-Users] Monthly password reminders not working

2005-09-21 Thread Darren G Pifer
On Wed, 2005-09-21 at 12:13, John Dennis wrote: > > I tried testing with: > > > > $ pwd > > /usr1/mailman/mailman/cron > > > > $ runas -u mailman ./mailpasswds -l testlist > > > > It just exits. Nothing in the mail or mailman logs. > > > > Other details: Red Hat Enterprise Li

Re: [Mailman-Users] Monthly password reminders not working

2005-09-21 Thread John Dennis
On Wed, 2005-09-21 at 10:42 -0400, Darren G Pifer wrote: > Hello, > > I thought this was working when we moved to Mailman 2.1.6b4 > in June, (I could be wrong) but the monthly password reminder > is not working. I, and a colleague, have tried to manually > test the script for a single list b

[Mailman-Users] Monthly password reminders not working

2005-09-21 Thread Darren G Pifer
Hello, I thought this was working when we moved to Mailman 2.1.6b4 in June, (I could be wrong) but the monthly password reminder is not working. I, and a colleague, have tried to manually test the script for a single list but it is not working. The script that runs out of mailman's cron is:

Re: [Mailman-Users] Monthly password reminders

2003-03-02 Thread Jon Carnes
Well, if you don't have any lists that you want to run password reminders for then you could commment the function out of the cron table: # 5 AM on the first of each month, mail out password reminders. #0 5 1 * * /usr/bin/python -S /usr/local/mailman/cron/mailpasswds Or if you just had a few list

Re: [Mailman-Users] Monthly password reminders

2003-03-02 Thread Paul Dekkers
Hi, I disabled the montly password reminder in the general settings, but new subscribers still get the monthly password reminders by default. After subscribing they have to disable this by going to their personal settings page. That seems incorrect to me. I just got some reminders at the start

Re: [Mailman-Users] Monthly password reminders

2003-02-21 Thread Jon Carnes
Apples and Oranges? When I set the list to no monthly reminders (Web-Admin/general) then that stays set - even after I add folks to the list. Is it changing for you? When I add folks to the list (Web-Admin/members/add), there is the option to send them a "welcome message", but there is no indivi

[Mailman-Users] Monthly password reminders

2003-02-20 Thread Paul Dekkers
Hi, In the mailinglist configuration I specified that users should not get monthly password reminders by default: when I add a new users to the mailinglist however, I see that the password reminder IS enabled! Is this OK? I'm using mailman-2.1.1 Regards, Paul ---

[Mailman-Users] Monthly Password Reminders Not Sent

2001-12-22 Thread Stephen Denny
I found this (below) in the archives. Is it still true on 2.0.7 - one public list is necessary? Regards, Stephen Dan Mick [EMAIL PROTECTED] Mon, 12 Mar 2001 03:54:50 -0800 Jacopo Silva wrote: > > Hi all, > my (2