[Mailman-Users] Re: [External] Re: Mailman 2 Issues With Processing Email

2024-09-11 Thread PUCHALSKI, Chris A RTX via Mailman-Users
the UI proved to be difficult since the list appeared to have a lock on it causing the web UI to time out, the quickest way out was to delete the involved list. Once that list was deleted things just started to work and I just recreated the list with no issues since then to speak of. Chris P -

[Mailman-Users] Re: Error Causing Emails To Deliver Extremely Late

2024-09-08 Thread PUCHALSKI, Chris A RTX via Mailman-Users
Started getting complaints on slow delivery of emails and looking at headers it appears that emails are getting trapped in the service for a few hours (2-3 hrs) before coming back out. In logs I see this happening about every minute or so: Aug 30 16:28:02 2024 (2301) send_digests() failed: maxi

[Mailman-Users] Random Posts Received by List, and Archived, But Not Sent to Members

2022-10-07 Thread Chris Axtell
/DOC/4.78%20Troubleshooting-%20No%20mail%20going%20out%20to%20lists%20members>” doesn’t appear to have identify any likely causes/fixes. Any suggestions on how to track down this gremlin? Have a great day, Chris -- Chris Axtell Enterprise Applications Engineer Information Technology Services U

Re: [Mailman-Users] Privacy Filter Unusual Behavior

2018-01-05 Thread Chris PUCHALSKI
ris.puchal...@raytheon.com -Original Message- From: Mailman-Users [mailto:mailman-users-bounces+chris.puchalski=raytheon@python.org] On Behalf Of Mark Sapiro Sent: Friday, January 05, 2018 12:22 PM To: mailman-users@python.org Subject: [External] Re: [Mailman-Users] Pri

Re: [Mailman-Users] Privacy Filter Unusual Behavior

2018-01-05 Thread Chris PUCHALSKI
# Log this. syslog('vette', """Message rejected, msgid: %s list: %s, handler: %s, reason: %s""", msg.get('message-id', 'n/a'), mlist.real_name, handl

Re: [Mailman-Users] Privacy Filter Unusual Behavior

2018-01-04 Thread Chris PUCHALSKI
Filter Unusual Behavior On 01/03/2018 06:57 AM, Chris PUCHALSKI wrote: > It seems to happen in every case across a few lists tested. OK. > In this particular list I am testing with there is just a single member, but > I can add more to prove it impacts all if needed. We don't u

Re: [Mailman-Users] Privacy Filter Unusual Behavior

2018-01-03 Thread Chris PUCHALSKI
cally we made an attempt to not retain any data after a message is delivered to members. There is a reference to the message in post log and it does have the same message ID. Chris P -Original Message- From: Mailman-Users [mailto:mailman-users-bounces+chris.puchalski=raytheon@pytho

[Mailman-Users] Privacy Filter Unusual Behavior

2018-01-02 Thread Chris PUCHALSKI
complaints since then. Chris P. -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http

[Mailman-Users] Mailman problem after upgrade

2017-11-03 Thread Chris Schwehm
folder (/usr/local/mailman/qfiles/in) both with the tool and manually and can't find out of the ordinary. Any ideas what may be causing this issue? Regards, Chris === Chris Schwehm, Director Office of Engineerin

Re: [Mailman-Users] A quick question about slicing outgoing qrunner

2016-09-08 Thread Chris Nulk
pt on a very minimal level. It is not part of their normal responsibilities. Anyone willing to take this off-list and help me figure out how to switch from sendmail to postfix? Every time I have tried postfix, it has ended very miserably. :) Thanks, Chris On 9/7/2016 4:23 PM, Mark Sapiro w

[Mailman-Users] A quick question about slicing outgoing qrunner

2016-09-07 Thread Chris Nulk
queues) ('VirginRunner', 1), # internally crafted (virgin birth) messages ('RetryRunner',1), # retry temporarily failed deliveries ] I also plan on performance tuning of the MTA. Thanks, Chris -- Mailman-Us

Re: [Mailman-Users] Mailman and Thunderbird

2016-04-20 Thread Chris Nulk
message sent to the B address, Thunderbird will use the B address for the From: field. If you have multiple address that all consolidate to one address, this is a convenient way to receive mail and reply using the correct address for the reply. Just a thought, Chris On 4/20/2016 1:14 AM

Re: [Mailman-Users] Renaming a list

2016-03-29 Thread Chris Nulk
On 3/24/2016 11:49 AM, Mark Sapiro wrote: On 03/24/2016 09:17 AM, Chris Nulk wrote: I did a little searching around our lists. It seems the attachments directory is always created and populated whether or not scrub_nondigest was ever set to Yes. So I can't really use the existence o

Re: [Mailman-Users] Renaming a list

2016-03-24 Thread Chris Nulk
On 3/23/2016 6:42 PM, Mark Sapiro wrote: On 03/23/2016 11:15 AM, Chris Nulk wrote: I have done limited testing (4 member list with a few archived messages) and it appears to be working. The archives were moved and rebuilt. When I changed the scrub_nondigest setting to Yes, the list is renamed

Re: [Mailman-Users] Renaming a list

2016-03-23 Thread Chris Nulk
On 3/23/2016 10:39 AM, Adam McGreggor wrote: On Tue, Mar 22, 2016 at 11:02:10AM -0700, Chris Nulk wrote: I have a copy of Mark's clone_list command and it will allow us to rename lists. Which is great and not a problem for me. However, I am not the person normally involved with list cre

Re: [Mailman-Users] Renaming a list

2016-03-23 Thread Chris Nulk
off. Thanks, Chris On 3/23/2016 7:56 AM, The Mailing List System Admin wrote: CN> What I have done is modify the clone_list command to combine the CN> renaming/cloning of a list and include an option to rebuild the CN> archives. However, the archives will not be rebuilt

Re: [Mailman-Users] Renaming a list

2016-03-23 Thread Chris Nulk
On 3/22/2016 5:03 PM, Mark Sapiro wrote: On 03/22/2016 11:02 AM, Chris Nulk wrote: Below my message is a diff of my changes to clone_list. While I try testing my changes on a test system, I would appreciate it if someone could take a look at my changes to ensure I am not off-base with my

[Mailman-Users] Renaming a list

2016-03-22 Thread Chris Nulk
m not off-base with my process. Thank you, Chris --- My diff of clone_list --- --- clone_list2016-03-18 10:28:14.0 -0700 +++ clone_list_scu2016-03-22 10:19:43.0 -0700 @@ -109,6 +109,10 @@ dest='archives', act

Re: [Mailman-Users] automating adding and removing subscribers

2015-10-20 Thread Chris Nulk
g to the master list information can be done on another system or the same system. Only send the .add and .remove files to the Mailman system for final processing. The process works for us. Diff occasionally glitches on closely matched names but a follow on process run weekly fixes the problem.

Re: [Mailman-Users] Additional questions about ban_list

2015-10-16 Thread Chris Nulk
On 10/15/2015 9:33 PM, Mark Sapiro wrote: Mark Sapiro wrote: On 10/15/2015 02:37 PM, Chris Nulk wrote: to the following ( I have added ** at the beginning of the lines I added to indicate the changes - in practice the ** would be spaces) def GetBannedPattern(self, email

Re: [Mailman-Users] Additional questions about ban_list

2015-10-16 Thread Chris Nulk
On 10/15/2015 4:01 PM, Mark Sapiro wrote: On 10/15/2015 03:25 PM, Chris Nulk wrote: On 10/15/2015 3:07 PM, Mark Sapiro wrote: This was done for subscribe_auto_approval, and while it's kind of kludgy, the error log messages that you have above for 'Ban_list listfor %s references own

Re: [Mailman-Users] Additional questions about ban_list

2015-10-15 Thread Chris Nulk
On 10/15/2015 3:07 PM, Mark Sapiro wrote: On 10/15/2015 02:37 PM, Chris Nulk wrote: The question now is if I change the following in Mailman/MailList.py def GetBannedPattern(self, email): """Returns matched entry in ban_list if email matches. Otherwi

Re: [Mailman-Users] Additional questions about ban_list

2015-10-15 Thread Chris Nulk
ication if you don't care if various 'error' log messages such as list references itself or references non-existent list refer to 'subscribe_auto_approval' even if the error is in ban_list. Thanks to everyone for the help, Chris On 10/6/2015 5:43 PM, Mark Sapiro wrote

[Mailman-Users] Additional questions about ban_list

2015-10-06 Thread Chris Nulk
n the ban_list attribute? Thank you for your consideration, Chris -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy:

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-28 Thread Chris Nulk
to add/remove/change addresses when needed. Also, wouldn't updating Mailman replace the modified /path/to/mailman/Mailman/MailList.py? Just a thought, Chris -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mai

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2015-07-02 Thread Chris Miller
On 7/1/2015 6:24 PM, Mark Sapiro wrote: On 07/01/2015 12:07 PM, Chris Miller wrote: We have corrected this problem by creating the subdirectories, moving the lists in to the proper sub directory, and setting permissions. We are still having trouble with fix_url. I'm just confirming that

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2015-07-02 Thread Chris Miller
On 8/14/2014 6:21 PM, Mark Sapiro wrote: On 08/14/2014 06:06 PM, Chris Miller wrote: On 8/14/2014 5:31 PM, Mark Sapiro wrote: I sent you a PM with output. OK. I'll respond when it gets through my greylisting. The vhost has issues. In particular bin/withlist -l does not work with hos

[Mailman-Users] Looking to do a test mirgration

2015-06-21 Thread Cawley, Chris
Greetings, We are looking to setup a test site in the lab. I was able to copy production over for some testing and everything comes up with a few issues. Is there a way to disable all automatic notifications? Thanks Chris -- Mailman-Users

Re: [Mailman-Users] ListProc to Mailman migration -- any tools or guides?

2015-03-02 Thread Chris Nulk
On 3/2/2015 12:44 PM, bill.co...@unh.edu wrote: Chris Nulk recently wrote, in part... Remember that communications with the list owners is extremely important. Indeed! [snip] We did change how we populated several of our lists though which was a bit of a challange (we went from

Re: [Mailman-Users] Jump from Python 2.4 to 2.7...

2015-03-02 Thread Chris Nulk
t list.org and python 2.7. We have made some custom modifications here and getting Mailman from the source would allow us to upgrade Mailman a little easier than from the OS maintainer. By divorcing our Mailman instance from the version provided by the OS maintainer, we can pick up our

Re: [Mailman-Users] ListProc to Mailman migration -- any tools or guides?

2015-03-02 Thread Chris Nulk
llange (we went from populating via a static mechanism once per year to dynamic LDAP populating). Chris On 3/2/2015 7:24 AM, bill.co...@unh.edu wrote: I'm going to be migrating about 400 lists with 25K subscribers from ListProc to Mailman. I'm looking for whatever tools I ca

Re: [Mailman-Users] Small issue (hopefully) with upgrading/migrating from v2.1.9 to v2.1.18-1

2015-01-14 Thread Chris Nulk
On Wed, Jan 14, 2015 at 9:43 PM, Mark Sapiro wrote: > On 01/14/2015 09:38 PM, Chris Nulk wrote: > > On Wed, Jan 14, 2015 at 6:33 PM, Mark Sapiro wrote: > >> > >> DRY > >> > > > > ​DRY? > > <http://en.wikipedia.org/wiki/Don%27t_repeat_yo

Re: [Mailman-Users] Upgrading/migrating Mailman v2.1.9 -> v2.1.18-1

2015-01-14 Thread Chris Nulk
On Wed, Jan 14, 2015 at 7:03 PM, Mark Sapiro wrote: > On 01/14/2015 09:31 AM, Chris Nulk wrote: > > > > ​..​ > > LDAPMemberships.py is not part of GNU Mailman. I think the latest > version is yours, but in any case you can continue to use whatever > you'r

Re: [Mailman-Users] Small issue (hopefully) with upgrading/migrating from v2.1.9 to v2.1.18-1

2015-01-14 Thread Chris Nulk
On Wed, Jan 14, 2015 at 6:33 PM, Mark Sapiro wrote: > On 01/14/2015 04:11 PM, Chris Nulk wrote: > > > > I have run into a small problem. One of the customizations I did was to > > ​.​ > > > > > I think that addtional check is preventing my additional &

[Mailman-Users] Small issue (hopefully) with upgrading/migrating from v2.1.9 to v2.1.18-1

2015-01-14 Thread Chris Nulk
'@') and (property.endswith('_these_nonmembers') or (property.endswith('my_attribute'))): Would that work? Or even more optimially, I am open to the correct solution to my issue. Thanks for any assistance, Chris -

Re: [Mailman-Users] Upgrading/migrating Mailman v2.1.9 -> v2.1.18-1

2015-01-14 Thread Chris Nulk
On 1/14/2015 7:57 AM, Mark Sapiro wrote: Thanks for your help Mark. On 01/13/2015 09:04 PM, Chris Nulk wrote: Are there any issues I should watch for using the following process? ... Does the process seem reasonable and workable? It looks OK to me. Great. The question about

[Mailman-Users] Upgrading/migrating Mailman v2.1.9 -> v2.1.18-1

2015-01-13 Thread Chris Nulk
hes. Also, since I do add additional attributes to the list configs, I will be very careful with changes to versions.py and Version.py. Any help is appreciated. Thanks, Chris -- Mailman-Users mailing list Mailman-Users@python.org https://mail

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2014-08-14 Thread Chris Miller
On 8/14/2014 5:31 PM, Mark Sapiro wrote: On 08/14/2014 01:17 PM, Chris Miller wrote: What is the output from the above command? 'host_name': 'lists.customer.com', 'web_page_url': 'http://lists.ourcompany.com/mailman/', I meant the ac

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2014-08-14 Thread Chris Miller
On 8/14/2014 12:47 PM, Mark Sapiro wrote: On 08/14/2014 12:07 PM, Chris Miller wrote: On 8/14/2014 11:37 AM, Mark Sapiro wrote: To run fix_url in a multiple virtual hosts environment, you must run it separately for each list with the appropriate -u option, e.g., bin/withlist -l -r fix_url

[Mailman-Users] Changing configure default paths

2014-08-14 Thread Chris Miller
s in /var/lib/mailman. The ultimate goal here is to utilize a sane and consistent directory layout across the hosts we have mailman installed on. Any thoughts or suggestions are appreciated. -- Regards, Chris Chris Miller President - Rocket Scientist ScratchSpace Inc. (831) 621

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2014-08-14 Thread Chris Miller
On 8/14/2014 11:37 AM, Mark Sapiro wrote: On 08/13/2014 03:50 PM, Chris Miller wrote: Here is an example of our mm_cfg.py : VIRTUAL_HOSTS.clear() DEFAULT_EMAIL_HOST = 'list.ourdomain.com' DEFAULT_URL_HOST = 'list.ourdomain.com' DEFAULT_URL_PATTERN = 'http://%s/mailma

[Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2014-08-14 Thread Chris Miller
r debug this, such as a command that would effectively dump out Mailman's configuration options, thus validating if it is even reading the add_virtualhost configuration lines. -- Regards, Chris Chris Miller President - Rocket Scientist

[Mailman-Users] Introduction

2013-12-08 Thread Chris H
Hello all, this is Chris here. I have just joined this list. I am currently trying moderation on a list hosted by Mailman, and things are going well. I currently moderate a few groups over at Yahoo, and am researching into mass transferring all of them to Mailman. In case this helps I am a

Re: [Mailman-Users] Writing a custom handler

2013-07-15 Thread Chris Nulk
On 7/3/2013 9:44 PM, Mark Sapiro wrote: On 07/03/2013 07:40 AM, Chris Nulk wrote: Okay. Makes sense. Here is the modified do_discard_globalban code: def do_discard_globalban(mlist, msg, sender): # forward discarded message to site administrator(s) if defined #in

Re: [Mailman-Users] Writing a custom handler

2013-07-03 Thread Chris Nulk
On 7/2/2013 5:23 PM, Mark Sapiro wrote: On 07/02/2013 03:09 PM, Chris Nulk wrote: In the updated code, I did change the populating of the banlist in the Read_GlobalBan_File function. Now, it strips and lowercases the addresses before it checks if the address is in the banlist. Before, it

Re: [Mailman-Users] Writing a custom handler

2013-07-02 Thread Chris Nulk
in the banlist but the address checked had a different case profile. Thanks, Chris Updated Global Ban list Custom Handler #!/usr/bin/env python # """This is a custom handler that will check all the sender addresses of a message against a

Re: [Mailman-Users] Writing a custom handler

2013-07-02 Thread Chris Nulk
On 7/2/2013 12:17 PM, Mark Sapiro wrote: On 07/02/2013 11:38 AM, Chris Nulk wrote: I did forget about some of my other questions. I plan on writing another custom handler for a list-specific issue. Where would I look if I wanted to intercept messages related to subscribing, unsubscribing

Re: [Mailman-Users] Writing a custom handler

2013-07-02 Thread Chris Nulk
On 7/2/2013 10:16 AM, Mark Sapiro wrote: On 07/02/2013 08:48 AM, Chris Nulk wrote: You could change your code as follows: 1) Make the banlist global by putting # First, initialize the banlist banlist = [] ahead of def process(mlist, msg, msgdata): and remove that from the process

Re: [Mailman-Users] Writing a custom handler

2013-07-02 Thread Chris Nulk
Thank you Mark for your time. I went through and made the syslog change, removed the usenet bit, and correct my typing error. On 7/1/2013 3:35 PM, Mark Sapiro wrote: On 7/1/2013 10:24 AM, Chris Nulk wrote: Hello user, I am writing a custom handler to globally ban email address from sending

[Mailman-Users] Writing a custom handler

2013-07-01 Thread Chris Nulk
ew it and let me know if it will work, correct it, and/or improve it. Thanks, Chris --- Custom Handler Below --- #!/usr/bin/env python # """This is a custom handler that will check all the sender addresses of a message again

Re: [Mailman-Users] Problems with Mailman LDAPMemberships Adapter

2013-06-06 Thread Chris Nulk
Hi Mark, I don't know about others but I still use the LDAP adapter here. And I still appreciate the assistance you gave to get it working. Thanks again, Chris On 6/5/2013 5:47 PM, Mark Sapiro wrote: On 06/05/2013 08:29 AM, Lennart Barfod wrote: Hi Mark, I'm using the LDAPMem

Re: [Mailman-Users] Subject line message filtering

2013-02-12 Thread Chris Nulk
On 2/11/2013 6:40 PM, Mark Sapiro wrote: Chris Nulk wrote: {SNIP} The only issue I have now is the boss wants to be able to send a reject message if a message is rejected when it matches a rule. The only option I have is to hold the message and let the moderator send the rejection notice

Re: [Mailman-Users] Subject line message filtering

2013-02-11 Thread Chris Nulk
On 2/8/2013 4:28 PM, Mark Sapiro wrote: Chris Nulk wrote: My regex filter is: ^Subject:[\s\+]*\[.*\]\s+(Invitation|Canceled Event):.* I know you've resolved this and that the issue was that header_filter_rules are processed way before the subject_prefix is added so you didn&#

Re: [Mailman-Users] Subject line message filtering

2013-02-08 Thread Chris Nulk
On 2/8/2013 11:44 AM, Richard Damon wrote: On 2/8/13 12:52 PM, Chris Nulk wrote: Hello all, I am trying to stop a particular group of messages from going to several of my lists. I am looking at the Subject line of the message to do the filtering and I am using the header_filter_rules in Spam

[Mailman-Users] Subject line message filtering

2013-02-08 Thread Chris Nulk
my regex? Also, can any of the sender/recipient filters cause the message to bypass the spam filters? The message pipeline is unchanged. Thanks, Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman

[Mailman-Users] Using set_mod.py

2013-02-01 Thread Chris Nulk
, remove_members, etc.)? Thanks for an help and any advice, Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http

Re: [Mailman-Users] Information about config_list and change_pw

2013-01-28 Thread Chris Nulk
On 1/28/2013 10:53 AM, Mark Sapiro wrote: Chris Nulk wrote: It seems to make a little more sense to use scripts/programs that are more targeted to specific changes I want to make to a list and I can document what I am doing a little easier. If you know what you are doing, you can do anything

Re: [Mailman-Users] Information about config_list and change_pw

2013-01-28 Thread Chris Nulk
On 1/25/2013 6:10 PM, Mark Sapiro wrote: Chris Nulk wrote: Can I create a file (properly formatted) to input into config_list containing only the values I want to change? Or, do I have to dump the entire file, make the changes, then reload? You can include in the input to config_list only

[Mailman-Users] Information about config_list and change_pw

2013-01-25 Thread Chris Nulk
ough some other mechanism/program? Thanks, Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/15/2011 5:43 PM, Mark Sapiro wrote: Chris Petrik wrote: Now when I try to go to the admin section of the webui for the mailing I get the bug page. Which is easily fixed by changing the owner from mailman to www. I tried adding mailman to group www but that doesn't seem to work.

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/15/2011 5:43 PM, Mark Sapiro wrote: Chris Petrik wrote: Now when I try to go to the admin section of the webui for the mailing I get the bug page. Which is easily fixed by changing the owner from mailman to www. I tried adding mailman to group www but that doesn't seem to work.

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/15/2011 5:09 PM, Chris Petrik wrote: On 11/15/2011 5:00 PM, Chris Petrik wrote: On 11/15/2011 4:37 PM, Mark Sapiro wrote: On 11/15/2011 8:48 AM, Chris Petrik wrote: % cd lists/services-officialunix.com %ls -l |wc -l 8 % %ls -l total 24 -rw-rw 1 www mailman 3792 Nov 15

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/15/2011 5:00 PM, Chris Petrik wrote: On 11/15/2011 4:37 PM, Mark Sapiro wrote: On 11/15/2011 8:48 AM, Chris Petrik wrote: % cd lists/services-officialunix.com %ls -l |wc -l 8 % %ls -l total 24 -rw-rw 1 www mailman 3792 Nov 15 07:35 config.pck -rw-rw 1 mailman

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/15/2011 4:37 PM, Mark Sapiro wrote: On 11/15/2011 8:48 AM, Chris Petrik wrote: % cd lists/services-officialunix.com %ls -l |wc -l 8 % %ls -l total 24 -rw-rw 1 www mailman 3792 Nov 15 07:35 config.pck -rw-rw 1 mailman mailman 3792 Nov 15 08:03

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/15/2011 10:35 AM, Mark Sapiro wrote: Chris Petrik wrote: I ran check-perms -f it fixed a couple perms, but did not fix the File "/usr/local/mailman/Mailman/MailList.py", line 549, in __save os.link(fname, fname_last) OSError: [Errno 1] Operation not permitted I am

Re: [Mailman-Users] Issues with mailman

2011-11-15 Thread Chris Petrik
On 11/14/2011 9:40 PM, Mark Sapiro wrote: Chris Petrik wrote: I am getting these errors when I try to send a email to my list. Nov 14 06:53:23 2011 (28413) Uncaught runner exception: [Errno 1] Operation not permitted Nov 14 06:53:23 2011 (28413) Traceback (most recent call last): File

[Mailman-Users] Issues with mailman

2011-11-14 Thread Chris Petrik
Hello, I am getting these errors when I try to send a email to my list. Nov 14 06:53:23 2011 (28413) Uncaught runner exception: [Errno 1] Operation not permitted Nov 14 06:53:23 2011 (28413) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 120, in _

Re: [Mailman-Users] disaster recovery help

2011-04-23 Thread Chris Haumesser
As Mark suggested, I removed /var/lib/mailman/.keep, and this resolved the immediate errors. However, upon trying to visit the moderation page for another list, I was still getting (a now different) error in my logs about insecure permissions on a pickle. Using dumpdb, I found that pending.pck

Re: [Mailman-Users] disaster recovery help

2011-04-22 Thread Chris Haumesser
On 4/22/11 7:52 AM, Mark Sapiro wrote: If there are or were any config.db* files, they were left after migration from Mailman 2.0.x to 2.1.x and contained old data from before the migration. There are no config.db files in /var/lib/mailman, they are only mentioned in the log. The above seem

[Mailman-Users] disaster recovery help

2011-04-22 Thread Chris Haumesser
My filesystem recently crashed, breaking some aspects of my mailman installation. The email portion of the list itself is still functioning (for non-digest subscribers), and all the archives are intact. But I seem to be missing some config pickles that are preventing digest delivery, emergenc

[Mailman-Users] usubscribe all

2011-04-01 Thread Chris Bruno
usubscribe all -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mai

[Mailman-Users] migrating users

2011-02-07 Thread Chris Gulyás
e archives? Should I only copy some files from somewhere to somewhere? I really need your help, because I googled much but could not find a solution. Best regards, Chris from Hungary -- Mailman-Users mailing list Mailman-Users@python.org ht

Re: [Mailman-Users] Virtual hosts question

2011-01-13 Thread Chris Tandiono
it looks for a variable named www so it can access the property lists. Same thing with lists.eavdi.org. Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wik

Re: [Mailman-Users] List on a different domain name?

2011-01-10 Thread Chris Arnold
On 1/8/2011 9:03 AM, C A wrote: > This use to work on a domain we had that has expired now and in fact > when internal network users goto that old address, we can still use > the old existing list. So i am not sure about the downstream and > upstream packages you referred to. >The upstream produ

Re: [Mailman-Users] List on a different domain name?

2011-01-08 Thread Chris Arnold
CA scratched his head and then wrote: >We have 2 domains that i want to use with mailman, firstdomain.com and >seconddomain.net. Should i have lists.firstdomain.com and >lists.seconddomain.net? >Let's say you want the web interfaces at lists.firstdomain.com and lists.seconddomain.net respectiv

Re: [Mailman-Users] List on a different domain name?

2011-01-07 Thread Chris Arnold
CA put forth: [...] >>Here is the mm_cfg.py config: >>## >># Put YOUR site-specific settings below this line. >>DEFAULT_URL_PATTERN = 'http://%s/mailman/' >>DEFAULT_NNTP_HOST = 'FQDN' >>DEFAULT_EMAIL_HOST = 'mail.domain.com' >>DEFAULT_URL_HOST = 'web

Re: [Mailman-Users] List on a different domain name?

2011-01-07 Thread Chris Arnold
CA put forth: [...] >>Here is the mm_cfg.py config: >>## >># Put YOUR site-specific settings below this line. >>DEFAULT_URL_PATTERN = 'http://%s/mailman/' >>DEFAULT_NNTP_HOST = 'FQDN' >>DEFAULT_EMAIL_HOST = 'mail.domain.com' >>DEFAULT_URL_HOST = 'web

Re: [Mailman-Users] List on a different domain name?

2011-01-07 Thread Chris Arnold
>You can use Mailman on any number of domains. The only restriction with >standard GNU Mailman 2.1.x is tha list names must be globally unique >in the installation. >There are 3 components to this. >1) The web server must recognize the appropriate Mailman ScriptAlias, >Alias, etc. directives in a

[Mailman-Users] List on a different domain name?

2011-01-02 Thread Chris Arnold
Just upgraded to 2.1.14 on sles 10 sp3 with oes2. We use to have a domain that mailman was used on, this domain has since expired. We have a couple of other domains that I would like to use mailman on. Maybe I don't fully understand mailman but is there a way to use mailman on other domains? Int

Re: [Mailman-Users] Problems with Mailman set-up in Mac OS X Server and Server Admin.

2010-12-14 Thread Chris Tandiono
You might need to change the setting in Mac OS X Server Admin rather than manually changing it in mm_cfg.py. For example, when you add a directory in web sharing in the sharing prefpane, it's added to httpd.conf, and I think it will automatically be re-added if you remove it from httpd.conf with

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Chris Tandiono
instead of Terminal? I can never get end and home to work properly in Terminal; they scroll up and down instead (which is fine for most Mac OS X apps, but the point of the Terminal is to be UNIX-y). They work in iTerm. Chris -- Mailma

Re: [Mailman-Users] htdig integration patches to be updated for 2.1.14?

2010-12-07 Thread Chris Toomey
Great, thanks Mark. Will you or someone else be updating the sourceforge patches with these? Would be nice to keep the patches for various mm versions consolidated there. Chris On Mon, Dec 6, 2010 at 11:42 AM, Mark Sapiro wrote: > Chris Toomey wrote: > > > >Can somebody updat

[Mailman-Users] htdig integration patches to be updated for 2.1.14?

2010-12-06 Thread Chris Toomey
atches for 2.1.14, or should I just go with 2.1.10? Also, I've not been able to find any documentation on the changes made in each mailman release so it's hard to tell what I'd be giving up in going w/ 2.1.10 -- can someone point me to where that rele

Re: [Mailman-Users] Django itegration

2010-11-30 Thread Chris Tandiono
like "from Mailman import MailList" or "from Mailman import Utils", which might be a better choice depending on what you want to do. -- Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org

Re: [Mailman-Users] Redundant Mailman servers

2010-11-10 Thread Chris Tandiono
and to contact mail...@localhost for help. The solution was to set the host header manually (ProxyPreserveHost for Apache, proxy_set_header Host $host for nginx, etc.). -- Chris -- Mailman-Users mailing list Mailman-Users@python.org http

Re: [Mailman-Users] Email command to find out what lists I am on

2010-11-10 Thread Chris Nulk
Thanks, Mark. Given that I couldn't find anything, I suspected that was the case. Chris >>> On Tuesday, November 09, 2010 at 4:07 PM, Mark Sapiro >>> wrote: C Nulk wrote: > >Is there a command I can send to Mailman VIA EMAIL so that Mailman send >a list

Re: [Mailman-Users] script to remove users

2010-05-06 Thread Chris Barnes
On 5/6/2010 11:05 AM, Mark Sapiro wrote: Chris Barnes wrote: So, does anyone have a script which will read a given filename, and issues the command: remove_members --fromall -n -N $...@* How about remove_members --fromall -n -N -f filename Excellent! Now if I could figure out how to

[Mailman-Users] script to remove users

2010-05-06 Thread Chris Barnes
read a given filename, and issues the command: remove_members --fromall -n -N $...@* ? -- Chris Barnes AOL IM: CNBarnes chris-bar...@tamu.eduYahoo IM: chrisnbarnes Computer Systems Manager MSN IM: ch...@txbarnes.com Department of Physics

Re: [Mailman-Users] Inappropriate nesting of threads.

2010-04-24 Thread Chris Malme
By the way, the mail client in question is Apple Mail 2.1, and I have confirmed that this is normal behaviour for it. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http:/

[Mailman-Users] Inappropriate nesting of threads.

2010-04-24 Thread Chris Malme
a quick search of the archive, but couldn't find anything obvious. If there isn't an existing fix, I might try something basic, like a global replacement of "'-'" for "'~'" in pipermail.py and just see what it does. As before, running Mailman 2.1.9/P

Re: [Mailman-Users] Problem with inappropriate breaks in messages

2010-04-21 Thread Chris Malme
What a star! Thanks Mark, I will take a look at it later today. Yes, it is Debian/Ubuntu - I must learn to specify this things from the start. Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman

Re: [Mailman-Users] Problem with inappropriate breaks in messages

2010-04-21 Thread Chris Malme
what script/process is responsible for this. This suggests a perfectly acceptable "quick fix" of a daily cron job running Arch on the list, but I will look into this further when I get time. Many thanks for your help, which pointed me in the right direction. Chris -

[Mailman-Users] Problem with inappropriate breaks in messages

2010-04-21 Thread Chris Malme
not sure what version), but I had no access to it via Plesk (this is before I knew how to configure it direct). The VPS support then said they had upgraded it, which seemed to fix the problem. I can't help but wonder if they did a botched job of it. First thing to check is if Mailman&

Re: [Mailman-Users] Problem with inappropriate breaks in messages

2010-04-20 Thread Chris Malme
Further to my earlier post. > Note that this is not just the archive - this actually affects messages > being sent to the subscribers - i.e. a message containing a newline followed > by "From " will be split in two before going out. Further testing shows that this is incorrect. The problem affect

[Mailman-Users] Problem with inappropriate breaks in messages

2010-04-20 Thread Chris Malme
an installed on my VPS? The behaviour is consistent and repeatable. Regards Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Poli

[Mailman-Users] Admin Question

2009-12-30 Thread Chris Leleux
n the pending file (waiting for the moderator to accept them. What have I done wrong with the members? Thanks, Chris LeLeux Bitwise Logic, Inc. <mailto:chris.lel...@bitwiselogic.com> chris.lel...@bitwiselogic.com 952-746-4360 --

[Mailman-Users] Question on hostnames....

2009-11-09 Thread Chris Thompson
hing works. Thanks in advance! Chris -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Changing the "-bounces" address

2009-10-21 Thread Cox, Chris
Hello Mark I have been asked to change the senders address to list-mails rather than list-bounces. Did you try this sort of change already, and was it successful ? Chris Cox. Solution Support Engineer Cable & Wireless Europe, Asia and USA Direct Dial: +44 (0) 1603 820467 Mobile: +44 (0) 791

Re: [Mailman-Users] OT: Yahoo Deferrals

2009-10-02 Thread Chris Miller
essage (not to mention unnecessary bandwidth), and that itself will probably cause some amount of deferals. I suspect this in combination with other tweaks will ease the situation. Hope this helps... Chris -- Mailman-Users mailing list Mailman

Re: [Mailman-Users] Mailman silently discard messages

2009-10-02 Thread Chris Miller
Mark Sapiro wrote: > Chris Miller > >> In my log I now see : >> >> Sep 21 16:50:13 2009 (10277) Message discarded by Approve, msgid: >> <4ab81105.1090...@invalid.com> >> > > > Approve only discards 'looping' messages. The post

  1   2   3   4   5   >