Re: [Mailman-Users] bounce disable messages even when getting mail

2005-12-21 Thread Dave B
 Have you looked in the bounce log to see if bounces are being recorded
 for your address?

The log does show that bounces are being recorded for my address. It 
shows the bounce message and score and then shows that account was 
disabled. There are also several (10 - 20) entries per list per day 
stating that address had received a bounce for that day and also 
several entries about receiving residual bounces.

 Do you have the list's bounce_notify_owner_on_disable set to yes, and
 if so does the owner receive a disable notification with a copy of the
 triggering bounce?

It is set to yes. and bounce_notify_owner_on_removal is set to yes.

(I am out of town for a week or so and only able to check my email 
every other day so please don't think I am unresponsive and therefore 
not that interested in figuring this out).

Dave

On Dec 20, 2005, at 1:21 AM, Mark Sapiro wrote:

 Dave B wrote:

 I keep getting messages that my account has been disabled due to
 excessive bounces even though I am getting the email. I am both a user
 on the list and the administrator. Mailman is running on a Mac OS X
 Server 10.3.9 Mailman version 2.1.4. I will go in and re-enable
 delivery and set it globally and then six days later I get the disable
 message again. As far as I can tell, I am getting all messages until
 the account is disabled. Anybody have any ideas on what might be
 causing this?



--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] bounce disable messages even when getting mail

2005-12-19 Thread Dave B
I keep getting messages that my account has been disabled due to 
excessive bounces even though I am getting the email. I am both a user 
on the list and the administrator. Mailman is running on a Mac OS X 
Server 10.3.9 Mailman version 2.1.4. I will go in and re-enable 
delivery and set it globally and then six days later I get the disable 
message again. As far as I can tell, I am getting all messages until 
the account is disabled. Anybody have any ideas on what might be 
causing this?

Thanks - Dave Bevis

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Edit multiple users

2005-12-13 Thread Dave B
I have approximately 30 people who are subscribed to anywhere from 1 to 
12 lists who have changed their domain from a.com to a .org. Is there a 
way to change all email addresses in all lists with their current 
domain to their new domain. I can probably write a php script that 
breaks up the string returned by find_member and then loops through and 
removes each member from each list and then adds them back with new 
address but I wanted to check and see if there is some built in way to 
do this in Mailman?

Also, is there a command in /bin for editing a user?

Thanks - Dave Bevis

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Permissions problem accessing commands via php

2005-12-12 Thread Dave B
I am guessing that this is a bad idea but I want to ask anyway. PHP 
runs as the Apache user which is www. I have added www to the mailman 
group and this works. I have since removed it but wanted to see whether 
that created too much of a security risk?

Thanks - Dave

On Dec 10, 2005, at 12:38 PM, Mark Sapiro wrote:



 - Original Message ---

 Dave B wrote:

 Does it use the umask setting? If so, it should be setting permissions
 to 644 (umask is 022) instead of the 660 that it sets.


 It uses umask, but it sets it to 007 before creating the new file and
 restores it afterword, because it specifically doesn't want the file
 readable by 'other' as it contains plain text passwords. BTW, 644
 isn't good. It should be 664 (umask = 002) to do what you want as
 files should be group writable, but it isn't critical in the case of
 config.pck because it's always a new file that's written - the old one
 is only read.


 Is there a way
 to change what it uses as  standard permissions?


 Only by changing the code in MailList.py.

 -- 
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Permissions problem accessing commands via php

2005-12-10 Thread Dave B
Does it use the umask setting? If so, it should be setting permissions 
to 644 (umask is 022) instead of the 660 that it sets. Is there a way 
to change what it uses as  standard permissions?

Thanks - Dave

On Dec 9, 2005, at 11:48 PM, Mark Sapiro wrote:

 Dave B wrote:

 This works fine except that for some reason the permissions will
 sometimes revert back to 660 and then the script won't work. Only one
 config.pck file has to have 660 permissions for the script not to 
 work.
 When I change that particular file back to 664 - the script works
 again. ANy ideas on what would cause the permissions to change back to
 660?


 The mail list Save() method effectively moves the current config.pck to
 config.pck.last and saves a new one (it's more complicated than this
 for safety, but this is the effect). Thus, every time any list
 attribute is changed and saved (i.e. whenever a post is processed or
 the admin or admindb interfaces are changed or a member changes
 options, etc., etc.), a new config.pck is created with 'standard'
 permissions.

 -- 
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Permissions problem accessing commands via php

2005-12-09 Thread Dave B
I am trying to create some php forms that use the shell_exec function 
to run some of the Mailman command line commands. i.e. I have a script 
that lets an admin user enter an email address and then uses the 
find_member script to return all lists that email address is in. To do 
this I had to set the permissions on the config.pck files to 664 (I am 
the only one with shell access to the server).

This works fine except that for some reason the permissions will 
sometimes revert back to 660 and then the script won't work. Only one 
config.pck file has to have 660 permissions for the script not to work. 
When I change that particular file back to 664 - the script works 
again. ANy ideas on what would cause the permissions to change back to 
660?

I would also like to be able to add members or remove members etc using 
this method but I get permissions errors even if I change the 
permissions to 666 on all the files in particular list directory. Any 
ideas on what I would need to do to be able to do this?

Thanks for any help on this one.

Dave Bevis

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp