Re: [Mailman-Users] Continued problems with Mailman on RHEL6.1

2011-06-10 Thread D G Teed
On Wed, Jun 8, 2011 at 10:54 PM, Steven Jones wrote: > Hi, > > I am trying to create a new list via the mailman web  interface, it appears > to create a list but inbound emails to the list(s) are failing saying, user > unknown in local recipient table. > > I am assuming that the web interface sh

Re: [Mailman-Users] query moderation bit in a list

2010-12-06 Thread D G Teed
On Mon, Dec 6, 2010 at 1:52 PM, Mark Sapiro wrote: > D G Teed wrote: > > > >We need to lookup who is not moderated in a list with a large membership. > > > >Is there a simple command line query to handle that? > > > See > <http://mail.python.org/piperm

[Mailman-Users] query moderation bit in a list

2010-12-06 Thread D G Teed
Hello, We need to lookup who is not moderated in a list with a large membership. Is there a simple command line query to handle that? I have a feeling we looked this up before, but can't find any notes on it nor previous questions in this support list. --Donald -

Re: [Mailman-Users] Finding all unmoderated users in a list

2008-11-19 Thread D G Teed
Here is a solution I received from Jerry Stratton using withlist command from the command line... Create a file to use with "withlist". ==snip= from Mailman import mm_cfg def unmoderated(mlist): memberCount = 0 for member in mlist.getMembers():

[Mailman-Users] Finding all unmoderated users in a list

2008-11-19 Thread D G Teed
Howdy, We have some moderated lists with thousands of members and a handful of people are appointed rights to post to it (who are also members). Periodically we don't know who has that posting right, and someone asks for a list of those who can post. How can this be queried? --Donald ---

Re: [Mailman-Users] Any problem with removing lower case list name conversion in newlist?

2007-08-13 Thread D G Teed
iginal question, which I have googled and can't see the answer: can I safely remove the line inside the newlist script which maps the list name to lowercase? --Donald On 8/10/07, D G Teed <[EMAIL PROTECTED]> wrote: > Inside newlist there is a line: > >listname = listname.l

[Mailman-Users] Any problem with removing lower case list name conversion in newlist?

2007-08-10 Thread D G Teed
Inside newlist there is a line: listname = listname.lower() Is there any hard reason this can't be removed so that list names are created in the original case entered? Also, I'd like the subject prefix to keep that original case when lists are created by default. What would be the best place

Re: [Mailman-Users] Making list owner (listname-owner) appear inReturnPath

2007-07-02 Thread D G Teed
Hi, That is great. Thanks for the code snippets. Yes, dealing with the bounces manually is what we are largely looking for. I think this code is what we are needing. Thanks again... On 6/29/07, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Mark Sapiro wrote: > > > >If I understand what you want, you

[Mailman-Users] Making list owner (listname-owner) appear in Return Path

2007-06-29 Thread D G Teed
We are doing well in our migration from MJ2 to mailman. The default of sending emails with the -bounce address doesn't fit with our needs. We'd like it to work the way it did with MJ2, where the listname-owner type of address was in the Return-Path. Typically we set our list owner to be some admi

Re: [Mailman-Users] Using Mailman with Apache Tomcat

2007-05-04 Thread D G Teed
Hi, If you are running Tomcat and no apache, then I'd say don't bother. Get the plain apache and install it, it will be up and running in minutes rather than days to figure out how to make tomcat run plain old HTML with a handful of CGIs. Use the right tool for the job. Tomcat is designed to run

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-04 Thread D G Teed
On 5/4/07, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > > And it should, but it seems that it may not be in this case, BUT are > you sure Postfix dropped these addresses. Maybe you just didn't see > them in the logs because you were looking for the lower-cased address > and what was logged was the mi

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-04 Thread D G Teed
On 5/4/07, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Instead of the above, do > > ~mailman/bin/list_members -r -n enabled mylistname | sort > /tmp/ott2 > > This will list only non-digest members with delivery enabled. > > Or perhaps this is not an issue. Is the number of lines in of /tmp/ott2 > eq

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-04 Thread D G Teed
Hi, I believe a pattern has emerged with the failure cases. I grep'ed for each of the 6 who failed in the output from dumpdb for the list. ~mailman/bin/dumpdb /var/lib/mailman/lists/mylist/config.pck | grep [EMAIL PROTECTED] Each one of them had a mixed case letter in the username before the do

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-04 Thread D G Teed
Hello again, Another list, with 577 subscribers was sent out today. I validated the email addresses, removed one before subscribing with an underscore in the domain name. This time there are 6 addresses which do not appear in /var/log/maillog (did a log rotate just prior to the send to keep this

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-03 Thread D G Teed
On 5/2/07, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > This is in the log message in Mailman's smtp log. E.g., something like > > May 01 22:43:36 2007 (1570) <[EMAIL PROTECTED]> > smtp for 198 recips, completed in 1.390 seconds > > In this case, Mailman attempted delivery to the MTA for Message-Id:

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-02 Thread D G Teed
On 5/2/07, Brad Knowles <[EMAIL PROTECTED]> wrote: > > On 5/2/07, D G Teed wrote: > > > I didn't trust that findsender.pl actually parses postfix logs 100% so > > I verified with plain grep for any mention of the user addresses in > > /var/log/maillog or

Re: [Mailman-Users] Mailman with remote smtp server

2007-05-02 Thread D G Teed
? Also, do > I need to run fetchmail on the mailman server to fetch messages from the > remote smtp server ? > Many thanks > Meenal > D G Teed wrote: > > Do you mean a remote SMTP server for inbound or outbound? > > List aliases only need to be known on the inbound MX

Re: [Mailman-Users] Counting messages that went to postfix queue

2007-05-02 Thread D G Teed
nto the mailing list. It may contain odd things. I've seen a '#' and single quote appear in the mail subscriptions. Regards, --Donald On 5/2/07, Brad Knowles <[EMAIL PROTECTED]> wrote: > > On 5/1/07, D G Teed wrote: > > > I've tried finding the message que

[Mailman-Users] Counting messages that went to postfix queue

2007-05-01 Thread D G Teed
Hi, We're in the final tests of a pilot of mailman at our University. Due to the previous problem with majordomo2 losing about 9% of email (never sent to postfix, on same server) in the mail list, we'd like to verify that the number of emails that were attempted to be delivered equals the number

Re: [Mailman-Users] Request for some additional configuration features

2007-04-25 Thread D G Teed
On 4/24/07, Brad Knowles <[EMAIL PROTECTED]> wrote: > > At 4:17 PM -0300 4/24/07, D G Teed wrote: > > > 1. We are not interested in RFC 2369 headers in email. None of our > mailing > > lists are public lists driven by users opting in/out. Users are on the >

[Mailman-Users] Request for some additional configuration features

2007-04-24 Thread D G Teed
I'm not sure if these are features which I've just not figured out how to do, or feature requests. 1. We are not interested in RFC 2369 headers in email. None of our mailing lists are public lists driven by users opting in/out. Users are on the list and we don't allow them access to the website