[Mailman-Users] Changing domain

2003-12-04 Thread david.gordon
Hello

I'm running Mailman 2.0.13 with two lists. When I set the lists up I used
the domain name epuk.thenexus.co.uk (a sub-domain at our host) in order
to run the list immediately and not have to wait for the DNS to update
our epuk.org domain. I subsequently updated the Base URL for Mailman web
interface to http://www.epuk.org/mailman/ and everything works fine and
as expected.

However the monthly password reminder and other administrative messages
still come from the epuk.thenexus.co.uk address. As we have now moved
away from this host I need to change the domain mailman-owner sends mail
from - but where and how?

-- 
david.gordon



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner fails to start

2003-12-04 Thread Erick Mechler
(Following up with a self-post just for archival purposes)

:: I'm getting this error when I try to start the mailman qrunner daemon after
:: upgrading to 2.1.3 from 2.0.13.  Actually, I get this 10x, each one causing
:: the qrunner process to die and spawn anew:

::   File /usr/local/mailman/Mailman/Queue/Switchboard.py, line 264, in _ext_read
:: dict = marshal.load(fp)
:: EOFError: EOF read where object expected

If you get a marshal.load error, chances are it's a problem loading one of
the Marshal .db files somewhere underneath your Mailman $PREFIX.  In some
other posts, I've seen problems with the list config.db files, and the list
request.db files getting corrupted.  However, my specific problem was with
a damaged queue file in $PREFIX/qfiles/in/.

If you get this error, run the marshal.load() routine on each of your .db 
files to see which one is causing the problem.  I used a modified version 
of the code originally written by Cillian Sharkey in this post:

http://mail.python.org/pipermail/mailman-developers/2001-December/010269.html

Cheers - Erick

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mail not sent: unknown encoding?

2003-12-04 Thread Simon White
From error log:

+-+-+
Dec 02 00:31:22 2003 (10105) Uncaught runner exception: unknown encoding
Dec 02 00:31:22 2003 (10105) Traceback (most recent call last):
  File /usr/local/mailman/Mailman/Queue/Runner.py, line 105, in
_oneloop
self._onefile(msg, msgdata)
  File /usr/local/mailman/Mailman/Queue/Runner.py, line 155, in
_onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File /usr/local/mailman/Mailman/Queue/IncomingRunner.py, line 130,
in _dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File /usr/local/mailman/Mailman/Queue/IncomingRunner.py, line 153,
in _dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
  File /usr/local/mailman/Mailman/Handlers/CookHeaders.py, line 75, in
process
prefix_subject(mlist, msg, msgdata)
  File /usr/local/mailman/Mailman/Handlers/CookHeaders.py, line 262,
in prefix_subject
h.append(s, c)
  File /usr/local/mailman/pythonlib/email/Header.py, line 285, in
append
s = s.encode(outcodec, errors)
LookupError: unknown encoding
+-+-+

Why did this message not go out? Where else can I look for clues?

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
 Bridging the gap between management, HR and the tech team.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mail not sent: unknown encoding?

2003-12-04 Thread Simon White
04-Dec-03 at 11:29, Simon White ([EMAIL PROTECTED]) wrote :
 From error log:
 
 +-+-+
   File /usr/local/mailman/Mailman/Handlers/CookHeaders.py, line 262,
 in prefix_subject
 h.append(s, c)
   File /usr/local/mailman/pythonlib/email/Header.py, line 285, in
 append
 s = s.encode(outcodec, errors)
 LookupError: unknown encoding
 +-+-+
 
 Why did this message not go out? Where else can I look for clues?

I've had a bit of a dig around, and there is an additional line that
might be useful:

error:Dec 02 00:31:22 2003 (10105) SHUNTING:
1070321356.34+ec99e9abf81cb9cfc97f800c236baa2e64f19faa

this message is now in qfiles/shunt

I can't try unshunting it right now because if that works the server
will saturate, there are about 13,000 subscribers and the server is too
busy during the day to handle that. Indeed the message is a little out
of date and needs updating, so how can I just get rid of it? Is it safe
to delete the .db and .pck files in qfiles/shunt?

The message in question had a French subject line with one 8 bit
character (é)... could that have caused problems?

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
 Bridging the gap between management, HR and the tech team.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Debian/qmail/Mailman question

2003-12-04 Thread Andre Nicklas
Good morning,

I have a problem with a Debian system running qmail as its MTA using 
vpopmail for virtual domains.
I configured Mailman to use the qmail-to-mailman.py but when sending 
mails to the list i get an error message from the script:

Hi. This is the qmail-send program at mail.blah.de.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
[EMAIL PROTECTED]:
TO ACCESS THE MAILING LIST SYSTEM: Start your web browser on
http://lists.blah.de/
That web page will help you subscribe or unsubscribe, and will
give you directions on how to post to each mailing list.
Skimming over the python script gave me the impression that the bounce 
function is being called to create that message. I can't imagine why, 
permissions are okay, IMHO.

Does anyone know about that problem?
I can't think of any solutions
Best regards,
Andre Nicklas


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mailman-2.1 / Postfix 2.0 problems

2003-12-04 Thread M. Lewis

I'm running Mailman -2.1.1-4 and Postfix-2.0.16-4.

Monday morning at 5:00am my logs started filling with messages. As close as I 
can pin down what initiated the problem was the sending out of users 
passwords as that cron job starts at 5:00am on the first of the month.

Since that time, mailman is logging the following errors to smtp-failures:

Dec 04 02:14:21 2003 (16062) delivery to [EMAIL PROTECTED] failed with code 
450: [EMAIL PROTECTED]: Sender address rejected: Domain 
not found
Dec 04 02:14:23 2003 (16062) delivery to [EMAIL PROTECTED] failed 
with code 450: [EMAIL PROTECTED]: Sender address 
rejected: Domain not found
Dec 04 02:14:25 2003 (16062) delivery to [EMAIL PROTECTED] failed with code 
450: [EMAIL PROTECTED]: Sender address rejected: Domain 
not found
Dec 04 02:14:27 2003 (16062) delivery to [EMAIL PROTECTED] failed with code 450: 
[EMAIL PROTECTED]: Sender address rejected: Domain not 
found

As you can see, the messages are every two seconds apart. So you can imagine 
how many of these messages I've gotten since 5:00am Monday.

My guess is it is a problem with Mailman and it's config somehow. What is 
strange though is Mailman has been running fine for quite some time now. It 
hasn't been upgraded or touched. I have recently upgraded Postfix to v2.0 so 
I assume there is some interaction between that upgrade and the mailman 
config.

Is there an easy way of fixing this problem short of deleting all lists and 
re-creating them? I'd hate to lose the archives and have to re-create the 
lists. I have searched the archives, but haven't really found anything that 
seemed appropriate.

Thanks for any pointers!
Mike

-- 
  
  System going down at 5 pm to install scheduler bug.
 02:10:01  up 13 days, 39 min,  7 users,  load average: 0.36, 0.13, 0.10


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Confirmation Emails Bouncing

2003-12-04 Thread Martin Hugo
Hello Everyone:

I have built a new Linux box (Debian distro) and installed Mailman using
a deb package.  I can create lists and go to the web pages to subscribe
but when I reply to a subscription confirmation email I get the
following error:

snipYour message did not reach some or all of the intended recipients.

  Subject:  RE: Admins -- confirmation of subscription -- request
126336
  Sent: 12/4/2003 7:39 AM

The following recipient(s) could not be reached:

  '[EMAIL PROTECTED]' on 12/4/2003 7:39 AM
There was a SMTP communication problem with the recipient's
email server.  Please contact your system administrator.
wcsmail2.wcs.wilmington.k12.oh.us #5.5.0 smtp;550 Unknown
local part admins-request in
[EMAIL PROTECTED]/snip

Have I missed a step when I created my lists?

TIA

Marty

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Reject by default - will the spam increase?

2003-12-04 Thread Chris Johnson
On Thu, 4 Dec 2003, Michael Stucki wrote:

 Hi all,
 
 due to a big spam amount, I have switched my lists to only accept mails from
 list members.
 
 After to weeks of production use, I note that many people use a wrong email
 address (not the one they used for the subscription).
 
 Therefore, I'd like to send a rejection response on all messages from such
 non-members.
 
 My question is: Since spammers are non-mebmers as well, will their bots
 understand my response as a validation (this address is being read) or will
 he handle it as an error response and probably delete it from the list?
 
 What would you do?
 
 Thanks - michael
 
 
 

 They will see any response as a notice that there is something
there to receive mail and to which more annoying spam can be sent.  
If this is a unix/linux system try MailScanner and SpamAssassin.
That's what we did.  

---
Chris Johnson   |Internet: [EMAIL PROTECTED]
Systems Administrator   |Web:  http://www.nmr.mgh.harvard.edu/~johnson
NMR Center  |Voice:617.726.0949
Mass. General Hospital  |FAX:  617.726.7422
149 (2301) 13th Street  |Survival, all by it self, isn't worth it.
Charlestown, MA., 02129 USA | Me
---


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mail not sent: unknown encoding?

2003-12-04 Thread Simon White
04-Dec-03 at 09:18, Jon Carnes ([EMAIL PROTECTED]) wrote :
 On Thu, 2003-12-04 at 05:53, Simon White wrote:
  04-Dec-03 at 11:29, Simon White ([EMAIL PROTECTED]) wrote :
   From error log:
   
   +-+-+
 File /usr/local/mailman/Mailman/Handlers/CookHeaders.py, line 262,
   in prefix_subject
   h.append(s, c)
 File /usr/local/mailman/pythonlib/email/Header.py, line 285, in
   append
   s = s.encode(outcodec, errors)
   LookupError: unknown encoding
   +-+-+
   
   Why did this message not go out? Where else can I look for clues?
 
 Look at the message itself.  Looks like the message was encoded (or
 tagged) with a value that Python doesn't understand - so it booted it.

  The message in question had a French subject line with one 8 bit
  character (é)... could that have caused problems?
 
 Yes.

Hi,

Thanks a lot for your response. Clearly someone's mail software is
putting in 8 bit headers, not encoding them using RFC 2047, and
therefore Mailman is shunting the mail. At least I know what to look for
now. 

Is there any resource I can read (bar the source) on how 8 bit headers /
bodies are treated? Does Mailman clobber 8 bit bodies, etc etc?

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
 Bridging the gap between management, HR and the tech team.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Problem with ./configure to install Mailman

2003-12-04 Thread Simon White
04-Dec-03 at 10:09, Brent Shafer ([EMAIL PROTECTED]) wrote :
 I'm just starting out with Mailman and have limited experience with 
 Linux.
 When I attempt to configure the Mailman installation, I get the 
 following message:
 
 [EMAIL PROTECTED] Mailman]$ cd mailman-2.1.3
 [EMAIL PROTECTED] mailman-2.1.3]$ ./configure
 checking for --with-python... no
 checking for python... /usr/bin/python
 checking Python interpreter... /usr/bin/python
 checking Python version... 2.2.1
 checking that Python has a working distutils... configure: error:
 
 * Distutils is not available or is incomplete for /usr/bin/python
 * If you installed Python from RPM (or other package manager)
 * be sure to install the -devel package, or install Python
 * from source.  See README.LINUX for details
 
 Python is installed on my RedHat Linux 8.0 server, but how do I get the 
 distutils to work properly?
 
 Any help would be greatly appreciated!

Check, like it says, if you have the python-devel package installed.
RedHat may not have it. You will need it for Mailman.

# rpm -q python-devel

if memory serves, is the command you need. If it doesn't print anything
as output, then you need to find the -devel RPM of the same version of
Python that you have and install it. That means if you have

python-2.2.1-17.i386.rpm

then you need

python-devel-2.2.1-17.i386.rpm

(these are the stock RH8.0 RPMs for Python)

TIP:

you could do this:

# rpm -qa | grep python

to find all python related RPMs installed. If
python-devel-2.2.1-17.i386.rpm isn't among them, then you need to
install it.

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
 Bridging the gap between management, HR and the tech team.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Reject by default - will the spam increase?

2003-12-04 Thread Michael Stucki
Hi all,

due to a big spam amount, I have switched my lists to only accept mails from
list members.

After to weeks of production use, I note that many people use a wrong email
address (not the one they used for the subscription).

Therefore, I'd like to send a rejection response on all messages from such
non-members.

My question is: Since spammers are non-mebmers as well, will their bots
understand my response as a validation (this address is being read) or will
he handle it as an error response and probably delete it from the list?

What would you do?

Thanks - michael


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Regular expression for sender to list not matching domain

2003-12-04 Thread James Hammett
I've got a couple of lists which handle different subgroups in our 
department.  I've been trying to change the settings so that anyone 
in our DNS domain can send to these lists.

On:
http://mailhost/mailman/admin/listname/privacy/sender
In the:
List of non-member addresses whose postings should be automatically accepted.
(Details for accept_these_nonmembers)
I've put:
[EMAIL PROTECTED]
That doesn't work.  I've tried
[EMAIL PROTECTED]
Don't work.
I'm sure its a simple solution, but right now I don't see it. 
(Following the isntructions doesn't work).

Anyone know whats up.

thanks,
James
--
--
James Hammett
Users Services / Server and Lab Administration 
(SLAM)   
Information Technology Services ( (ITS)  CPE 4.442
Chemical Engineering Unix Support   471-9701

   An injustice anywhere is a threat to justice everywhere - MLK jr.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman-2.1 / Postfix 2.0 problems

2003-12-04 Thread Jon Carnes
On Thu, 2003-12-04 at 05:41, M. Lewis wrote:
 I'm running Mailman -2.1.1-4 and Postfix-2.0.16-4.
 
 Monday morning at 5:00am my logs started filling with messages. As close as I 
 can pin down what initiated the problem was the sending out of users 
 passwords as that cron job starts at 5:00am on the first of the month.
 
 Since that time, mailman is logging the following errors to smtp-failures:
 
 Dec 04 02:14:21 2003 (16062) delivery to [EMAIL PROTECTED] failed with code 
 450: [EMAIL PROTECTED]: Sender address rejected: Domain 
 not found
 Dec 04 02:14:23 2003 (16062) delivery to [EMAIL PROTECTED] failed 
 with code 450: [EMAIL PROTECTED]: Sender address 
 rejected: Domain not found
 Dec 04 02:14:25 2003 (16062) delivery to [EMAIL PROTECTED] failed with code 
 450: [EMAIL PROTECTED]: Sender address rejected: Domain 
 not found
 Dec 04 02:14:27 2003 (16062) delivery to [EMAIL PROTECTED] failed with code 450: 
 [EMAIL PROTECTED]: Sender address rejected: Domain not 
 found
 
 As you can see, the messages are every two seconds apart. So you can imagine 
 how many of these messages I've gotten since 5:00am Monday.
 
 My guess is it is a problem with Mailman and it's config somehow. What is 
 strange though is Mailman has been running fine for quite some time now. It 
 hasn't been upgraded or touched. I have recently upgraded Postfix to v2.0 so 
 I assume there is some interaction between that upgrade and the mailman 
 config.
 
 Is there an easy way of fixing this problem short of deleting all lists and 
 re-creating them? I'd hate to lose the archives and have to re-create the 
 lists. I have searched the archives, but haven't really found anything that 
 seemed appropriate.
 
 Thanks for any pointers!
 Mike

I'm positively stunned sometimes by some of these...

Not to be too disparaging, but you recently upgraded Postfix and now
Mailman is giving you errors, sooo naturally the problem *must* be
Mailman?

Alright.  Well then go into ~mailman/Mailman/mm_cfg.py and modify the
following...

  DEFAULT_EMAIL_HOST = 'localhost.localdomain'
  DEFAULT_URL_HOST = 'localhost.localdomain'
  # host exists and is resolvable (i.e., if it's the 
  # default of localhost be
  # sure there's a localhost entry in your /etc/hosts file!)
  SMTPHOST = 'localhost'


Obviously your old Postfix accepted any locally sent mail - mail sent
directly from applications running on the server.

Now, I understand not accepting mail from localhost.localdomain as a
lot of Newbies have that as their servers host name, but really you
should loosen up on your Postfix rule sets and accept any mail from
127.0.0.1 (and make sure that Mailman uses that as the delivery address
- it's the default).  That will also fix this particular problem.

Good Luck - Jon Carnes


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] GCC Installation for Compiling Mailman

2003-12-04 Thread Brent Shafer
With your guidance, I have successfully update the python distutil's... 
 which brings me to my next installation issue...  I received the 
following message:

[EMAIL PROTECTED] mailman-2.1.3]$ ./configure
checking for --with-python... no
checking for python... /usr/bin/python
checking Python interpreter... /usr/bin/python
checking Python version... 2.2.1
checking that Python has a working distutils... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for true... /bin/true
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
So...  I've downloaded GCC 3.3.2 but cannot get it to configure 
properly as I get the following error:

[EMAIL PROTECTED] mailman]$ cd gcc-3.3.2
[EMAIL PROTECTED] gcc-3.3.2]$ ./configure
Configuring for a i686-pc-linux-gnuoldld host.
Created Makefile in /home/mailman/gcc-3.3.2 using mt-frag
../configure: line 8: cc: command not found
*** The command 'cc -o conftest -g   conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
[EMAIL PROTECTED] gcc-3.3.2]$
Also, are there any other problems that I can expect to run into as I go
along with this setup or should this be the final hurdle to jump?
Thanks for all of your help so far!

Sincerely,
Brent Shafer
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Max reciepients

2003-12-04 Thread Jeff Donovan
greetings

i have created a bunch of lists. Now i just noticed that the 
max_num_recipients is set to 10 on all messages.

I have to go to all of my lists and set this to  ' 0 '.
Why does this not make sense to me?
If i have 76 users, shouldn't all 76 users be allowed to recieve the 
messages posted to the list without moderator approval?
What if more members join?, So therefore i have to eliminate this 
number and add a zero. Shouldn't it be 76+ ?

Is there a way to change this setting for all of my users?

--jeff

---
jeff donovan
basd network operations
(610) 807 5571 x4
AIM  xtdonovan 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] qrunner error

2003-12-04 Thread Andrew Watson
My lists appear to be working fine, but...
In preparing for an upgrade, i was scanning the files in my mailman 
directory. In the logs directory, I found one named qrunner, 52 MB in 
size. In looking at the contents, I found a pattern of error reports, 
about 2 per minute, of the following form:

Dec 01 18:59:01 2003 (68374) Exception reading qfile: 
/usr/local/mailman/qfiles/7a7baddd735b00123d23c50888c8cdc435105eee
[Errno 2] No such file or directory: 
'/usr/local/mailman/qfiles/7a7baddd735b00123d23c50888c8cdc435105eee.db'
Dec 01 18:59:01 2003 (68374) Exception reading qfile: 
/usr/local/mailman/qfiles/869fcb5218865c09d37a448a3259b014a7e6ee4d
[Errno 2] No such file or directory: 
'/usr/local/mailman/qfiles/869fcb5218865c09d37a448a3259b014a7e6ee4d.db'

My questions are:

1) what is this error?
2) can it be fixed?
3) can it be ignored?
--
-Andrew

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mail Send Limits : ? Max # of members ?

2003-12-04 Thread Michael Jasinski
  Hi - to whom it may concern :
 
We have maillist and are using the program provided by our hosting company. However 
they seem to have limited knowledge so I need to ask someone ASAP
 
What is the mail list size limit:
 
Max # of members?
Max # of members that one list can send?
If limited, by how much and what happened to excess members.
 
We are on ver. 2.1.3
 
We currently have something like 10,000 + members in one list, however, I don't feel 
all are getting them. I which I could tell. Anyway we were told the max was 1,000 per 
list so to break the 10,000 into sub groups?
 
True?
 
We are not high tech here, but are heavy mailman users for our private database / 
membership.
 
THANK FOR ANY DIRECTION or HELP IN ADVANCE !
 
Michael
[EMAIL PROTECTED]
(Email not for public distribution)
 
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] User unknown

2003-12-04 Thread josh
I am attempting to get get mailman working on fedora 1.  It looked like
it was pretty much preinstalled and the service is running.

I attempted to create a list using web interface and it looked like I
did.  However, when I send mail to it-- it bounces back complaininig
that there isn't such a user.  I wouldn't think I would have to manually
add aliases in my /etc/aliases file if there is a web interface.  Even
so, I tried it -- to no avail (and ran newaliases).

I'm running sendmail, and it is working fine.  Why is it complaining
about postfix?


any ideas?

thanks

-josh











This is the Postfix program at host localhost.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to postmaster

If you do so, please include this problem report. You can
delete your own text from the message returned below.

The Postfix program

[EMAIL PROTECTED]: host westmouthbay.com[66.56.222.228] said:
550 5.1.1
[EMAIL PROTECTED]... User unknown (in reply to RCPT TO
command)

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Configuration Question

2003-12-04 Thread Justin W. Pauler
To Whom It May Concern:

I'm trying to get my mailman configuration correct, but I'm having trouble
selecting the right options. 

More or less, I need to configure the list to allow anyone to post and then
receive a notice saying that the post was sent to the 'Support Team'. Only
those people whom I have subscribed manually will receive the message, but
most importantly, this message will forward directly to the list without
requiring moderator approval. I'm trying to set this up for users to forward
trouble tickets directly to our staff of volunteers.

Any ideas?

--
Justin W. Pauler
E-Mail: [EMAIL PROTECTED]
WWW: http://www.jwpauler.org 



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Help with mailman

2003-12-04 Thread John Meredith
Mailman is provided as part of my new hosting package and i run a site
for qa new rock band. i need a mailing list with automatic
subscription/unsubscribe options that put it in charge of the user, and
the ability for only myself to send out mail with gig dates and news
etc. Can Mailman do this, and how? Is there a walkthrough on the web for
this kind of use?
 
Help is kindly appreciated,
 
 
 
 
--
John Meredith
Aperio Limited
Focal Point
Newmarket Road
Bottisham
Cambridge CB5 9BD
Registered in England, No. 3235409
 
t. +44 (0)870 600 80 50
f. +44 (0)870 600 80 40
e. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 
Engineering Information Through Technology
--
   http://www.aperio.co.uk 

 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Seriosu problems

2003-12-04 Thread Nicola Menicacci
Hello,

I'm having problems with my mailing lists which messages are delivered through your
software ( registered with hostvector.com).
In short, I can send messages to the list, whose address exists, but the messages never
reach the subscribers.
The thing lingers on since Monday, and at hostvector they seem not to know the reason.
Email service works perfectly, but the lists really never respond since that day.
Can you help me? I'd really appreciate.
Thanks a lot in advance
Nicola Menicacci
http://www.nicolamenicacci.com
[EMAIL PROTECTED]


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] adding subscriber names

2003-12-04 Thread John Smith
Greetings-

I have a question: is there a method to add the subscriber names, in addition to 
e-mail addresses, en masse? That would be really usefule to me.

GNU Peace,

Ron Carson
Octadyne Systems
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Our Mailman web server is listening on port 81 (not 80)

2003-12-04 Thread Kent Taylor
Hello,
Our Mailman web server is listening on port 81 (not 80). I modified the
config lines in mm_cfg.py to read...
 
DEFAULT_URL_HOST   = 'mail.stginternational.com:81'
DEFAULT_EMAIL_HOST = 'stginternational.com'

...but all the links that Mailman creates omit the :81 portion of the
URL, and therefore are incorrect. Example:
 
http://mail.stginternational.com:81/mailman/listinfo contains a link to
the list admin overview page
http://mail.stginternational.com/mailman/admin , which points to
http://mail.stginternational.com/mailman/admin rather than
http://mail.stginternational.com:81/mailman/admin as it should.
 
I tried, unsuccessfully, messing with fix_url.py. What's the right way
to do this? Thank you for your help.
/kpt
 
 
Kent Taylor
The Recruiting Team
National Institute of Allergy and Infectious Diseases
National Institutes of Health
Biodefense Research Careers
Voice: 703.578.8201, ext 217
Fax:: 703.578.4532
Tollfree: 888.798.4991
Email: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
http://healthresearch.niaid.nih.gov/omni/
http://healthresearch.niaid.nih.gov/omni/ 
 
 
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] List creator's (authentication) password

2003-12-04 Thread Nguyen, Tri
  Hello,
 I would like to create a new mailing list for Mailman but I could not since I do 
not know what the List creator's (authentication) password is.  I got Mailman running 
in Redhat 9.0.  If any helps can be provided, I am really appreciated.  Thanks a lot.
Tri Nguyen


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] adding subscriber names

2003-12-04 Thread gagel
Yes.
The format is:
The Name [EMAIL PROTECTED]

One per line, use the list's Mass Subscription page.


- Original Message Follows -
 Greetings-
 
 I have a question: is there a method to add the subscriber names, in
 addition to e-mail addresses, en masse? That would be really usefule
 to me.
 
 GNU Peace,
 
 Ron Carson
 Octadyne Systems
 --
 Mailman-Users mailing list
 [EMAIL PROTECTED]
 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/
 
 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at

http://mail.python.org/mailman/options/mailman-users/gagel%40cnc.bc.ca


Kevin W. Gagel
Network Administrator
(250) 561-5848 local 448
(250) 562-2131 local 448

--
The College of New Caledonia, Visit us at http://www.cnc.bc.ca
Virus scanning is done on all incoming and outgoing email.
--

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] adding subscriber names

2003-12-04 Thread Mark Dadgar
On Dec 4, 2003, at 8:23 AM, John Smith wrote:
I have a question: is there a method to add the subscriber names, in 
addition to e-mail addresses, en masse? That would be really usefule 
to me.
List the names in this format:

Real Name [EMAIL PROTECTED]

It'll add both to the database.

- Mark
-
[EMAIL PROTECTED]
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] User unknown

2003-12-04 Thread Charles Layno
What did you have to do to get Mailman running under FC1. When I go to the 
mailman/listinfo page I get a bunch of python error messages, and if I try 
and do a command line list serach or member find, I get a lot of python error 
messages.

Charles Layno
Greensboro, NC


On Wednesday 03 December 2003 21:11, josh wrote:
 I am attempting to get get mailman working on fedora 1.  It looked like
 it was pretty much preinstalled and the service is running.

 I attempted to create a list using web interface and it looked like I
 did.  However, when I send mail to it-- it bounces back complaininig
 that there isn't such a user.  I wouldn't think I would have to manually
 add aliases in my /etc/aliases file if there is a web interface.  Even
 so, I tried it -- to no avail (and ran newaliases).

 I'm running sendmail, and it is working fine.  Why is it complaining
 about postfix?


 any ideas?

 thanks

 -josh











 This is the Postfix program at host localhost.

 I'm sorry to have to inform you that the message returned
 below could not be delivered to one or more destinations.

 For further assistance, please send mail to postmaster

 If you do so, please include this problem report. You can
 delete your own text from the message returned below.

 The Postfix program

 [EMAIL PROTECTED]: host westmouthbay.com[66.56.222.228] said:
 550 5.1.1
 [EMAIL PROTECTED]... User unknown (in reply to RCPT TO
 command)

 --
 Mailman-Users mailing list
 [EMAIL PROTECTED]
 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/

 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at
 http://mail.python.org/mailman/options/mailman-users/clayno%40w4cl.net


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Seriosu problems

2003-12-04 Thread Erick Mechler
:: In short, I can send messages to the list, whose address exists, but the
:: messages never reach the subscribers.

Is your queue runner still running?

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Viewing this list (digest) in OE and question re spammers

2003-12-04 Thread Mike Winnett
I joined this list several months ago (digest) as I planned to move my
lists from majordomo to mailman and thought I'd play it smart and have
a load of digests to look through, I had found the greatcircle list
helpful when I was on Majordomo. Now I've made the move, but when
I went to the digests folder in OE it informed me that it was not
letting me see the attachments, it seems OE thought they might be
viruses or something.Anyway I've deleted them all and changed my
options at Python to Plain Text which works fine, I get the digest as
one long textfile.  Is there a way to configure Outlook Ex not to do
this?


One Mailman query, my lists archive all posts automatically, I've set
it so that only list subcribers can see the archives, how will that
affect spammers who want to harvest addresses?Are they currently
joining lists in order to get the addresses?


Hope these queries are appropriate, I've run my lists on listproc,
ezmlm, majordomo, and now mailman, and I still don't know what I'm
doing.

regards

mick winnett



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Our Mailman web server is listening on port 81 (not 80)

2003-12-04 Thread Kent Taylor
Hello,

Our Mailman web server is listening on port 81 (not 80). I
modified the config lines in mm_cfg.py to read...
 
DEFAULT_URL_HOST   = 'mail.stginternational.com:81'
DEFAULT_EMAIL_HOST = 'stginternational.com' 
 

...but all the links that Mailman creates omit the :81 portion
of the URL, and therefore are incorrect. Example:
 
http://mail.stginternational.com:81/mailman/listinfo contains a
link to the list admin overview page
http://mail.stginternational.com/mailman/admin , which points to
http://mail.stginternational.com/mailman/admin rather than
http://mail.stginternational.com:81/mailman/admin as it should.
 
I tried, unsuccessfully, messing with fix_url.py. What's the
right way to do this? Thank you for your help.
/kpt
 
 

Kent Taylor
The Recruiting Team
National Institute of Allergy and Infectious Diseases
National Institutes of Health
Biodefense Research Careers
Voice: 703.578.8201, ext 217
Fax:: 703.578.4532
Tollfree: 888.798.4991
Email: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
http://healthresearch.niaid.nih.gov/omni/
http://healthresearch.niaid.nih.gov/omni/ 
 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] cc problem

2003-12-04 Thread Sean Clark
List Users,

I have just installed mailman on my linux box to support a number of 
(mostly) announcement-only lists.

I've followed the FAQ regarding making my lists announce-only and 
everything seems to work apart from one thing - when the message 
arrives with the recipient it has the short description of the list and 
the list e-mail address in the cc field of the message. Here's an 
example of a message header:

Date: Thu, 4 Dec 2003 20:05:21 +
From:[EMAIL PROTECTED]
To:[EMAIL PROTECTED]
Cc: The latest news from dub and reggae promotor Culture Promotions (1 
or 2 messages per week). [EMAIL PROTECTED]
Reply-to:[EMAIL PROTECTED]

The from, to and reply-to are correct but I really don't want 
that CC line there!

Anybody able to help me get rid of it?

Thanks,

Sean

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Stuck between Mailman and MIMEDefang.

2003-12-04 Thread Gary Goldberg
Can anyone with knowledge on the interface between mailman and
sendmail/MIMEDefang help me understand the best way to disable MIMEDefang
for outbound Mailman traffic only? It's scanning everything on my
dedicated Mailman server, which is double the work. I'd like it to scan
only inbound from the outside world, and ignore the Mailman outbound
traffic.

The mailman messages are posting through localhost on a non-priveleged
port through a defer queue, so that would be one way to distinguish
them from other messages. Any help would be appreciated. -Gary

-- 
-- We don't see things as they are, we see them as we are. - Anais Nin
Gary Goldberg KA3ZYW [EMAIL PROTECTED] V:301/249-6501 F:301/390-1955 AIM:OgGreeb
Digital Marketing/Bowie MD/Systems  Networks Consult http://www.digimark.net/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Set GID ?

2003-12-04 Thread Brent Shafer
OK...  I've gotten GCC installed.  When I attempt to ./configure 
mailman, it tells me my permissions are incorrect.  I have the set to
User: mailman - r,w,e (read, write, execute capabilities)
Group:  mailman - r,w,e
Everybody:  r,w,e

I also cd'd to the mailman folder and set gid=mailman

I'm still getting the following:

[EMAIL PROTECTED] mailman-2.1.3]$ ./configure
checking for --with-python... no
checking for python... /usr/bin/python
checking Python interpreter... /usr/bin/python
checking Python version... 2.2.1
checking that Python has a working distutils... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for true... /bin/true
checking for --without-gcc... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether #! works in shell scripts... yes
checking for --with-var-prefix... no
checking for --with-permcheck... yes
checking for --with-username... mailman
checking for user name mailman... okay
checking for --with-groupname... mailman
checking for group name mailman... okay
checking permissions on /usr/local/mailman... configure: error:
* Installation directory /usr/local/mailman is not configured pr
operly!
* Set-gid bit must be set for directory: /usr/local/mailman
[EMAIL PROTECTED] mailman-2.1.3]$
To What am I supposed to set the gid, and how am I supposed to get that 
accomplished?

Thanks
Brent Shafer
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] qfiles/in files

2003-12-04 Thread Sean Rima
There are roughly ten messages in my qfiles/in directory which are around 1 
hour old. what do I m=need to do to push them.

Sean

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Our Mailman web server is listening on port 81 (not 80)

2003-12-04 Thread Sasa Stupar
Kent Taylor wrote:

Hello,

	Our Mailman web server is listening on port 81 (not 80). I
modified the config lines in mm_cfg.py to read...
	 
	DEFAULT_URL_HOST   = 'mail.stginternational.com:81'
	DEFAULT_EMAIL_HOST = 'stginternational.com' 
	 
	
	...but all the links that Mailman creates omit the :81 portion
of the URL, and therefore are incorrect. Example:
	 
	http://mail.stginternational.com:81/mailman/listinfo contains a
link to the list admin overview page
http://mail.stginternational.com/mailman/admin , which points to
	http://mail.stginternational.com/mailman/admin rather than
	http://mail.stginternational.com:81/mailman/admin as it should.
	 
	I tried, unsuccessfully, messing with fix_url.py. What's the
right way to do this? Thank you for your help.
	/kpt
	 
	 
	

After changing in mm_cfg.py run this:
$prefix/bin/withlist -l -r fix_url mailman
This should fix your url.

--Sasa



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] shell script to make consolidated list from other lists?

2003-12-04 Thread John Dell
Hi,

Anyone have a shell script that will make take members of some lists and use 
them to make a consolidated list?

For example:

remove dupes(List A + List B + List C) = List D

I'm sure it can be done with list_members, remove_members, and add_members, 
but I'm not very handy with shell scripts.

Thanks for any help or ideas!

Regards,
John


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Re: qfiles/in files

2003-12-04 Thread Sean Rima
Sean Rima writes:

There are roughly ten messages in my qfiles/in directory which are around 1 
hour old. what do I m=need to do to push them.

I removed everything from my qfiles in/out/virgin directories and sent a 
test message, it still flopped in qfiles/in and is not budging

I am using exim with the exiscan acl patch, built from the latest version 
downloade dfrom the mailman site. It is running as mailman/mailman etc. 
Nothing is showing in any log files.

I am at a lose. If it helps, mail is for [EMAIL PROTECTED] mailman is 
hosted at mail.tcob1.net and I changed it to use tcob1.net in the global 
options.

Sean



pgp0.pgp
Description: PGP signature
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Re: qfiles/in files

2003-12-04 Thread Sean Rima
Sean Rima writes:

Sean Rima writes:

There are roughly ten messages in my qfiles/in directory which are around 1 
hour old. what do I m=need to do to push them.

I removed everything from my qfiles in/out/virgin directories and sent a 
test message, it still flopped in qfiles/in and is not budging

Turns out to be admin error. I thought I had run the mailmanctl script bt I 
had not, I will slap meself 40 times :0

Sean


pgp0.pgp
Description: PGP signature
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Max reciepients

2003-12-04 Thread Thomas Hochstein
[EMAIL PROTECTED] (Jeff Donovan) scripsit/wrote:

 i have created a bunch of lists. Now i just noticed that the 
 max_num_recipients is set to 10 on all messages.

Yes. AFAIS that means that messages with more than ten recipients (in
To: and CC:, I presume) will be moderated. That does make sense as
anti-spam measure.

 If i have 76 users, shouldn't all 76 users be allowed to recieve the 
 messages posted to the list without moderator approval?

Of course.

-thh


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Seriosu problems

2003-12-04 Thread Erick Mechler
::  :: In short, I can send messages to the list, whose address exists, but the
::  :: messages never reach the subscribers.
::  
::  Is your queue runner still running?
:: 
:: What do you mean by that? Is there anything I have to check?

The queue runner is started out of the mailman init script.  Check out the 
INSTALL and README files that come with mailman for information on how 
they're configured.  If you don't properly setup the init scripts, a reboot 
of your system won't restart your runner.

Cheers - Erick

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Max reciepients

2003-12-04 Thread Paul H Byerly
jeff wrote:
i have created a bunch of lists. Now i just noticed that the
max_num_recipients is set to 10 on all messages
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org