[Mailman-Users] Automatically reject email from non member

2004-01-02 Thread Gian-Carlo
due to stupid daily spam to my list
I whant automatically refuse any email from non members, without any
request to the list administrator and administrative intervention

Is that possible ??

thanks


--
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] Automatically reject email from non member

2004-01-02 Thread W.D.McKinney
On Thu, 2004-01-01 at 23:46, Gian-Carlo wrote:
 due to stupid daily spam to my list
 I whant automatically refuse any email from non members, without any
 request to the list administrator and administrative intervention
 
 Is that possible ??
 
 thanks
 

What MTA are you using ? That's probably the one way.

Dee

-- 
Alaska Wireless Systems
http://www.akwireless.net
(907)349-4308 Office 
(907)349-2226 Fax


--
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] Sendmail: low level smtp error

2004-01-02 Thread dmartin
I am upgrading my OS and mailman installations, and mailman does not 
seem to be able to pass a message to the MTA. The current system is

FreeBSD 4.9
Mailman 2.1.14
Sendmail 8.12.10, default sendmail.cf file
Installation was normal, and mail-gid and cgi-gid were set during 
configure. This all worked fine on my existing system, which is 
installed and configured the same way. (why upgrade, right?)

I have also run thru all the checks in the FAQ 3.14, but am still 
getting the same error:

The message is accepted and passed to mailman, but in the smtp-error 
log the messages produce this:

Low level smtp error: (7, 'No address associated with hostname'), 
msgid: [EMAIL PROTECTED]
Jan 01 22:11:08 2004 (21131) delivery to [EMAIL PROTECTED] failed with 
code -1: (7, 'No address associated with hostname')

Sendmail seems to be working fine otherwise, both sending and 
receiving, and the aliases are current.

While I am pretty sure this is a problem of mailman not finding the 
Sendmail MTA, I am not sure how to fix this.

Thanks,
Richard Martin
--
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] Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread Ralf Hildebrandt
We're using Mailman 2.1.3 together with SpamAssassin. One of my lists
is being swamped with spam that I have to discard manually.

How can I configure Mailman to automatically discard Mails that have ***
SPAM *** in the subject header?

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze - AIM.  ralfpostfix

--
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: Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread David Gibbs
Ralf Hildebrandt wrote:
How can I configure Mailman to automatically discard Mails that have ***
SPAM *** in the subject header?
I'm only beginning to investigate this option, but check out the new
header_filter_rules (in the Privacy / Spam Filters category).
david

--
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] Re: Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread Ralf Hildebrandt
* David Gibbs [EMAIL PROTECTED]:

 I'm only beginning to investigate this option, but check out the new
 header_filter_rules (in the Privacy / Spam Filters category).

Right now, I have here bounce_matching_headers, which is documented
as Hold posts with header value matching a specified regexp.

a) If it holds messages, why is it called bounce_...
b) What I'm looking for is some sort of dicard_matching_headers

Or do I need 2.1.4?

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze - AIM.  ralfpostfix

--
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] Re: Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread Larry Rosenman


--On Friday, January 02, 2004 16:31:30 +0100 Ralf Hildebrandt 
[EMAIL PROTECTED] wrote:

* David Gibbs [EMAIL PROTECTED]:

I'm only beginning to investigate this option, but check out the new
header_filter_rules (in the Privacy / Spam Filters category).
Right now, I have here bounce_matching_headers, which is documented
as Hold posts with header value matching a specified regexp.
a) If it holds messages, why is it called bounce_...
b) What I'm looking for is some sort of dicard_matching_headers
Or do I need 2.1.4?
new in 2.1.4.  Get it.  Easy upgrade :-)

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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] Re: Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread Ralf Hildebrandt
* Larry Rosenman [EMAIL PROTECTED]:
 
 new in 2.1.4.  Get it.  Easy upgrade :-)

I see. Ah, I'll just wait for the Debian package. I'm a lazy sod.

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze - AIM.  ralfpostfix

--
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] MM 2.1.4 compatible mailman-htdig integration patches

2004-01-02 Thread Richard Barrett
I have now updated a number of my Mailman patches to be MM 2.1.4 
compatible and where possible uploaded the revised versions to 
sourceforge.

Unfortunately, I have been unable to upload revised version of my htdig 
integration patches #444879 and #444884 to sourceforge.

I have filed a support request with the folks at sourceforge but 
pending a response from them I can only suggest that if you want the 
2.1.4 compatible patches you download them from my own web site at:

http://www.openinfo.co.uk/mailman/index.html

Let me know if you have any problems with these patches.

---
Richard Barrett   http://www.openinfo.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] Re: Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread David Gibbs
Ralf Hildebrandt wrote:
I'm only beginning to investigate this option, but check out the new
header_filter_rules (in the Privacy / Spam Filters category).
Or do I need 2.1.4?
Yes, sorry, I was imprecise.

This is a new feature in 2.1.4.

Right now I'm trying to improve the logging when a message is discarded.

Python is hard when you're used to RPG and Java :)

david

--
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 installation

2004-01-02 Thread Jahir Jimenez
I want to install this tool to make my mail list public for other users
on my Company Network, but, I don't know how to install it or manage the
.tar file that you send to me Because I'm not too expert about linux's
systems. If you got some documents or something to help me I'll
appreciate it.

 

Regards,

 



 

--
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] backing up data

2004-01-02 Thread aryross
Hello
In the mailman program, how do I back up my data?
Is there a list of subscribers?

Thank you.
--
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] Hello friends

2004-01-02 Thread Euler Ricardo Rodrigues Ribeiro
I have one problem. When I go create list show the message:

Error: You are not authorized to create new mailing lists

What happened?

Euler Ricardo

--
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

2004-01-02 Thread Haris Causevic
Hi guys, I have a quick question for you. I have just set up a new
mailing list. What I am trying to do, and am having problems doing is, I
am trying to send a message to the mailing list, and not have the
attachment with the email, specifying the mailing list name, address,
and the http address where one can go to subscribe and unsubscribe. Any
help or pointers on how I can get rid of it, will be greatly
appreciated. 
Thanks in advance,
Haris 
--
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] Empty module name

2004-01-02 Thread Fernando Barajas
Hi!  I run several lists using Mailman.  With only ONE of my lists I'm 
getting the following error (in log/error) when someone wants to post:

Dec 29 22:01:33 2003 (8451) Traceback (most recent call last):
  File /home/mailman/Mailman/Queue/Runner.py, line 105, in _oneloop
self._onefile(msg, msgdata)
  File /home/mailman/Mailman/Queue/Runner.py, line 155, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File /home/mailman/Mailman/Queue/IncomingRunner.py, line 130, in _dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File /home/mailman/Mailman/Queue/IncomingRunner.py, line 153, in 
_dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
  File /home/mailman/Mailman/Handlers/ToDigest.py, line 89, in process
send_digests(mlist, mboxfp)
  File /home/mailman/Mailman/Handlers/ToDigest.py, line 130, in send_digests
send_i18n_digests(mlist, mboxfp)
  File /home/mailman/Mailman/Handlers/ToDigest.py, line 303, in 
send_i18n_dige
sts
msg = scrubber(mlist, msg)
  File /home/mailman/Mailman/Handlers/Scrubber.py, line 308, in process
t = t.encode(charset, 'replace')
  File 
/var/tmp/python2-2.2.3-root/usr/lib/python2.2/encodings/__init__.py, li
ne 51, in search_function
ValueError: Empty module name

Dec 29 22:01:33 2003 (8451) SHUNTING: 
1072756893.371747+134baf775b7f10339f7b20ec
9c9a412e798bfe11

All of my other lists are working OK.  This list (fc_general) was working 
OK, but it stopped working about 3 days ago.

What can the problem be?

Thanks!


Fernando Barajas Díaz LozanoICQ: 7237681
Sistemas y Tecnología de México MSN: [EMAIL PROTECTED]
[EMAIL PROTECTED]   Y!: barajasfernando
Cel: 01-222-143-5170Jabber: [EMAIL PROTECTED]

---
Correo de salida certificado SIN virus
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.553 / Virus Database: 345 - Release Date: 18-12-2003
--
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] Please help me

2004-01-02 Thread DJ Morley
My list is rejecting my emails
why?
I am the list owner of s-arnold and I cannot send emails to my own list nor
receive them
http://www.british-genealogy.com/mailman/listinfo/s-arnold

Why??
My service supplier say it is you that is blocking my emails.
I have tried very hard to build up my list with one 38 member with people
researching Arnold in the Uk now do I have to delete it all?
Why.
List owner Jill Morley
[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] EOF/Bad marshal data

2004-01-02 Thread Lars Bungum
Howdy!

I'm experiencing similar errors to those described by Stephen Gran early
in December as well as these:

---
Dec 30 23:46:13 2003 (97949) Delivery exception: EOF read where object
expected
Dec 30 23:46:13 2003 (97949) Traceback (most recent call last):
  File /usr/local/mailman/Mailman/Handlers/HandlerAPI.py, line 83, in
do_pipeline
func(mlist, msg, msgdata)
  File /usr/local/mailman/Mailman/Handlers/Hold.py, line 183, in
process
hold_for_approval(mlist, msg, msgdata, ImplicitDestination)
  File /usr/local/mailman/Mailman/Handlers/Hold.py, line 219, in
hold_for_approval
mlist.HoldMessage(msg, reason, msgdata)
  File /usr/local/mailman/Mailman/ListAdmin.py, line 145, in
HoldMessage
self.__opendb()
  File /usr/local/mailman/Mailman/ListAdmin.py, line 69, in __opendb
self.__db = marshal.load(fp)
EOFError: EOF read where object expected
---

I'm fumbling a bit, really, making my question simple - how can I debug
this problem further?  What seems to be the problem?

--lars


--
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] Uploading Member Lists

2004-01-02 Thread Chris M. Miller
On Tue, 30 Dec 2003, April Cox wrote:
 My last task before actually using the mailing list is to upload the 750
 or so emails and names. I can't see anything in the documentation that
 tells me how to get the name to be imported.

  Try formatting the file like this:

User Name One [EMAIL PROTECTED]
User Name Two [EMAIL PROTECTED]
...

  I assumed that format would work, and it did for me with Mailman 2.1.3.

Chris


--
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] Downgrade/migration problem

2004-01-02 Thread Stephen Gran
On Wed, Dec 31, 2003 at 06:50:04PM +0100, Lars Bungum said:
 Thank you!  Your solution seems to have solved my problem.  However, I
 just moved the corrupted request.dbs away and replaced them with empty
 ones.  Is there any way to look into these databases to find out what
 has gone wrong with them?

If, instead of replacing them with empty ones, you just don't do
anything, mailman will recreate them.  I am not sure what happens if
there is an empty on there, however. 

Run strings over the old one, or figure out how to unpack a python db.
Strings was easier for me :)

-- 
 --
|  Stephen Gran  | The best way to make a fire with two|
|  [EMAIL PROTECTED] | sticks is to make sure one of them is a |
|  http://www.lobefin.net/~steve | match.   -- Will Rogers |
 --


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] Mailman Edit

2004-01-02 Thread Customer Support
How do I edit the subscription confirmation page to remove the Mailman 
footer data?  I find it to be a security issue to give a link to my admin 
page (whether one needs a password or not) to anyone and everyone who 
browses through my list pases.



--
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] problems with mailing list

2004-01-02 Thread Ryan fk Heise
We are experiencing problems with our mailing list through mail-man. My band System 
and Station runs the mailing list on a server associated with communitymusician.com. 
Here is the problem in detail. We have about 260 members in our list. Any messages 
that we send to the list do not get sent to all the mailing list members. One address 
will recieve the e-mail while another e-mail address will not. It cannot be an address 
problem because my address is part of the list and I do not get any posts to the 
mailing list. My address is entered in correctly and my settings are the same as the 
next persons but I do not get the e-mail. This leads me to suspect that there are 
others who are not recieving the posts under these same circumstances. I have racked 
my brain in the settings of this list to try and remedy this problem. I have changed 
settings in the hopes of finding some resolution but continue to hit the same brick 
wall. Why would one person recieve a post and I would not in light of the fact that 
both e-mail addresses are correct. I have tested other correct e-mail addresses other 
than my own and still see the problem. I am hoping that you can give me some idea of 
how to deal with this problem and any and all assistance would be greatly appreciated. 
Thanking you in advance,
System and Station
--
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] Virus in Download ????!!!!!!!!!!!!!!

2004-01-02 Thread Junker, Gerhard
VIRUS WARNING 
Document http://www.list.org/mailman.tar.gz
http://www.list.org/mailman.tar.gz  contains one or more viruses! 
VIRUS: Virus 'Exploit-MIME.gen' 
Generated by your GeNUGate-Proxy (/usr/local/sbin/wwwrelay) on
gate2-f.ifag.de


 Gerhard Junker 

--
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] How to disable..the results of your email commands

2004-01-02 Thread Zaw Min
Can anyone help me how to disable the email   The results of your email commands 
sent after user confirm their subscribe or unsubscribe.
 
Thanks,
 
Z.M


-
Do you Yahoo!?
Yahoo! Photos - Get your photo on the big screen in Times Square
--
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: Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread David Gibbs
David Gibbs wrote:
Right now I'm trying to improve the logging when a message is discarded.
Python is hard when you're used to RPG and Java :)
FWIW: I just uploaded a patch that improves the logging when a message 
is discarded due to a spam filter rule.

It can be found at 
http://sourceforge.net/tracker/index.php?func=detailaid=869394group_id=103atid=300103 
or http://tinyurl.com/2j9tl.

The new vette log entry should look something like:
Jan 02 10:43:04 2004 (7665) testlist post from
[EMAIL PROTECTED] discarded, msgid:
[EMAIL PROTECTED]:
Message discarded by filter rule match
david

--
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] Message from Cron Daemon

2004-01-02 Thread J. Frederick Ball OEF
Cron Daemon has started occasionally sending me the message:

Site list is missing: mailman

Can someone tell me what's up with that?

Fred






--
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] MM 2.1.4 compatible mailman-htdig integration patches

2004-01-02 Thread Mark Dadgar
On Jan 2, 2004, at 7:50 AM, Richard Barrett wrote:
I have now updated a number of my Mailman patches to be MM 2.1.4 
compatible and where possible uploaded the revised versions to 
sourceforge.
THANK YOU, Richard!

- 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] Message from Cron Daemon

2004-01-02 Thread Larry Rosenman


--On Friday, January 02, 2004 11:17:16 -0600 J. Frederick Ball OEF 
[EMAIL PROTECTED] wrote:

Cron Daemon has started occasionally sending me the message:

Site list is missing: mailman

Can someone tell me what's up with that?
You need to create a list called mailman.  It's what's used to
send the password reminders.
LER

Fred





--
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/ler%40lerctr.org


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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] Message from Cron Daemon

2004-01-02 Thread Skip Montanaro

Fred Cron Daemon has started occasionally sending me the message:
Fred Site list is missing: mailman

Fred Can someone tell me what's up with that?

Recent versions of Mailman (= 2.1 I think) require an actual Mailman
mailing list called mailman for some of the regular monthly upkeep.  Just
create such a list in the usual fashion using bin/newlist and subscribe to
it.

Older versions of Mailman used to be happy with a mailman alias.  For some
reason that's no longer sufficient.

-- 
Skip Montanaro
Got gigs? http://www.musi-cal.com/submit.html
Got spam? http://spambayes.sf.net/
[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] Lists stopped working

2004-01-02 Thread JO
I host 5 lists using mailman and all of them have stopped working.   Mail
sent to them is not going through and not found in archives.  There are no
error messages.  Can someone please tell me where I might begin to look for
the problem?

ThIA for any direction and/or help,
JO
http://www.jetler.com



--
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] Lists stopped working

2004-01-02 Thread Skip Montanaro

jo I host 5 lists using mailman and all of them have stopped working.
jo Mail sent to them is not going through and not found in archives.
jo There are no error messages.  Can someone please tell me where I
jo might begin to look for the problem?

Is mailman running?  You din't identify your system, but on my Linux system
I have lots of mailman-ish processes:

% ps auxww | egrep mailman
mailman  24530  0.0  0.4  4096 3088 ?S04:02   0:00 
/usr/local/bin/python /etc/rc.d/init.d/mailmanctl start
mailman  24535  0.0  0.5  5272 4040 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=ArchRunner:0:1 -s
mailman  24536  0.0  0.5  5376 4204 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=BounceRunner:0:1 -s
mailman  24537  0.0  0.5  5308 4168 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=CommandRunner:0:1 -s
mailman  24538  0.0  0.6  5884 4736 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=IncomingRunner:0:1 -s
mailman  24542  0.0  0.5  5304 4076 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=NewsRunner:0:1 -s
mailman  24543  0.0  0.6  6316 5160 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=OutgoingRunner:0:1 -s
mailman  24544  0.0  0.6  5976 4808 ?S04:02   0:00 qrunner 
/home/mailman21/bin/qrunner --runner=VirginRunner:0:1 -s
skip 22599  0.0  0.0  1764  624 pts/1S11:46   0:00 egrep mailman

Assuming you're on a Linux system and Mailman is properly installed, you
might want to try (as root):

/etc/rc.d/init.d/mailmanctl start

-- 
Skip Montanaro
Got gigs? http://www.musi-cal.com/submit.html
Got spam? http://spambayes.sf.net/
[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] MM 2.1.4 compatible mailman-htdig integration patches

2004-01-02 Thread Pug Bainter
  I have now updated a number of my Mailman patches to be MM 2.1.4 
  compatible and where possible uploaded the revised versions to 
  sourceforge.
 THANK YOU, Richard!

Me too

Especially for the promptness!

I was a bit frustrated when I'd just finished installing a new server
with 2.1.3 with ht-dig and SpamAssassin only to find out the next day
that a new release was out.

Ciao,

-- 
Pug Bainter|AMD, Inc.
System Engineer, MTS   |  Mail Stop 625
 [EMAIL PROTECTED]  |  [EMAIL PROTECTED]   |  5900 E. Ben White Blvd
 Phone: (512) 602-0364|  Fax: (512) 602-6970   | Austin, TX 78741
Note: The views may not reflect my employers, or even my own for that matter.

--
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 installation

2004-01-02 Thread Jamie Penman-Smithson
On Mon, 2003-12-29 at 16:26, Jahir Jimenez wrote:
 I want to install this tool to make my mail list public for other users
 on my Company Network, but, I don't know how to install it or manage the
 .tar file that you send to me Because I'm not too expert about linux's
 systems. If you got some documents or something to help me I'll
 appreciate it.

There is extensive documentation for Mailman at (surprise)
http://www.list.org - I suggest that if you are new to UNIX or Linux you
become comfortable with that before embarking on an installation of a
complex application such as Mailman.

See www.tldp.org for Linux related documentation, and the Linux FAQ at
http://www.tldp.org/FAQ/Linux-FAQ/index.html

-j

-- 
-jamie [EMAIL PROTECTED]
 w: http://silverdream.org | p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/~jps/pub.key
 18:30:01 up  6:12,  3 users,  load average: 0.24, 0.10, 0.03


signature.asc
Description: This is a digitally signed message part
--
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] backing up data

2004-01-02 Thread Jamie Penman-Smithson
On Mon, 2003-12-29 at 21:30, aryross wrote:
 Hello
 In the mailman program, how do I back up my data?
 Is there a list of subscribers?

RTFM

http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.006.htp

-j

-- 
-jamie [EMAIL PROTECTED]
 w: http://silverdream.org | p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/~jps/pub.key
 18:30:01 up  6:12,  3 users,  load average: 0.24, 0.10, 0.03


signature.asc
Description: This is a digitally signed message part
--
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: backing up data

2004-01-02 Thread Ricky Buchanan
Jamie Penman-Smithson wrote:
 On Mon, 2003-12-29 at 21:30, aryross wrote:
  Hello
  In the mailman program, how do I back up my data?
  Is there a list of subscribers?
 RTFM
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.006.htp

Or
http://tertius.net.au/~rb/code/backupmailman/

which is just an automation of the previous, really, which packs it up
and mails it to you.

There's some bug in the procmail fragment with it, though, it never
catches what I want it to catch and I'm not sure why.  Any
hints/suggestions/patches/constructive criticism/etc. gratefully
accepted!



Regards,
Ricky

-- 
: Usual state:  (e) None of the above.
: [EMAIL PROTECTED]   http://tertius.net.au/~rb/
: Creativity suffers under close scrutiny - ours or someone
: else's.  We all need a space of our very own that is like the
: soup pot - always simmering and getting better with age. What's
: in your soup pot?  -- Sark, 'Succulent Wild Woman'

--
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] cgi-GID error?

2004-01-02 Thread Tim Perdue
Hello, I am trying to get a mailman install to work on SUSE Pro 9 with 
their weird apache 2.0.48 setup. Apache runs as wwwrun:www, or is 
supposed to.

I properly compiled mailman with cgi-gid=8 (www) and the list WWW 
interface works 90% right. On some pages, perhaps only when POSTing 
information, I get an error about Premature end of script headers.

As a test, I recompiled and reinstalled mailman with cgi-gid=0, to see 
what error I got. Nothing ran at all, and got this:

Mailman CGI error!!!
This entry is being stored in your syslog:
Failure to exec script. WANTED gid 0, GOT gid 8.  (Reconfigure to take 8?)

So it appears that compiling for cgi-gid=8 is the right thing to do, but 
I am still getting that occasional Premature end of script headers 
when doing POSTs to the www interface of mailman.

Any ideas?

Tim

--
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] FRequent Mail stops using mailman.

2004-01-02 Thread Raymond Mills
3 times now Mailman has stopped sending mail, system wide. several lists on several 
domains on the same server although different IP addresses.

Anyone know what causes this? Is it a common problem?

The last time they removed the list name from the locks directory and it started 
working, I see it is gone again but still not working. I tried to remove it myself but 
the rm command didn't work but I may not really know how I am not used to woking at 
that level with linux commmands

Raymond
--
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] Automatically reject Spamassassin Tagged Spam?

2004-01-02 Thread Jon Carnes
MailScanner is a general purpose Mail policy program that integrates
with your MTA. It is a great help in filtering your mail.

MailScanner runs SpamAssassin and then will pass,dump, or queue up the
mail based on it's spam settings.  It also can scan each message for
known email viruses (using an external AntiVirus program like McAfee,
Sophos, RAV, or even CLAM - which is free).

MailScanner also lets you set certain policies like no emails with
attachments named *.exe, *.com, *.scr, *.pif, etc... This alone wipes
out 90% of all email spread viruses

It's nice to have some filtering built into Mailman (as in version
3.1.4), but nothing beats the enforcement of mail policies done by 
MailScanner.

Of course the beauty of Open Source is the multitude of ways of getting
the same job done - so use whatever makes you feel the most comfortable.

Alternatively yours - Jon Carnes
 
On Fri, 2004-01-02 at 10:05, Ralf Hildebrandt wrote:
 We're using Mailman 2.1.3 together with SpamAssassin. One of my lists
 is being swamped with spam that I have to discard manually.
 
 How can I configure Mailman to automatically discard Mails that have ***
 SPAM *** in the subject header?


--
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: cgi-GID error?

2004-01-02 Thread Barry Warsaw
On Fri, 2004-01-02 at 19:32, Tim Perdue wrote:
 Hello, I am trying to get a mailman install to work on SUSE Pro 9 with 
 their weird apache 2.0.48 setup. Apache runs as wwwrun:www, or is 
 supposed to.
 
 I properly compiled mailman with cgi-gid=8 (www) and the list WWW 
 interface works 90% right. On some pages, perhaps only when POSTing 
 information, I get an error about Premature end of script headers.
 
 As a test, I recompiled and reinstalled mailman with cgi-gid=0, to see 
 what error I got. Nothing ran at all, and got this:
 
 Mailman CGI error!!!
 This entry is being stored in your syslog:
 
 Failure to exec script. WANTED gid 0, GOT gid 8.  (Reconfigure to take 8?)
 
 So it appears that compiling for cgi-gid=8 is the right thing to do, but 
 I am still getting that occasional Premature end of script headers 
 when doing POSTs to the www interface of mailman.
 
 Any ideas?

cgi-gid==8 is the correct setting, and I'm not sure that the error
you're getting is related to the process gid.  That only gets you past
the front door so to speak.  If Mailman's cgi driver (scripts/driver) is
getting invoked at all, it will try really hard to log any exceptions to
/usr/local/mailman/logs/error.  If you don't see anything there, check
your Apache error_log.  If none of those provide any clues, it'll be
roll-up-the-sleeves time.

You might also want to toggle the variable STEALTH_MODE in
scripts/driver.  If Mailman's crashing, you'll get more information
spewed to your browser.  See the comments in that file for why it's
disabled by default.

-Barry



--
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] Lists stopped working

2004-01-02 Thread Jon Carnes
On Fri, 2004-01-02 at 12:32, JO wrote:
 I host 5 lists using mailman and all of them have stopped working.   Mail
 sent to them is not going through and not found in archives.  There are no
 error messages.  Can someone please tell me where I might begin to look for
 the problem?
 
 ThIA for any direction and/or help,
 JO
 http://www.jetler.com
 

Check out FAQ 3.14 which is dedicated to resolving this problem.
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

Sounds like (Mailman versions 2.0.x or lower) your cron daemon stopped
running, or (Mailman versions 2.1.x or above) your mailman daemon is
stopped.

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


Re: [Mailman-Users] problems with mailing list

2004-01-02 Thread Jon Carnes
On Fri, 2004-01-02 at 02:40, Ryan fk Heise wrote:
 We are experiencing problems with our mailing list through mail-man. My band System 
 and Station runs the mailing list on a server associated with 
 communitymusician.com. Here is the problem in detail. We have about 260 members in 
 our list. Any messages that we send to the list do not get sent to all the mailing 
 list members. One address will recieve the e-mail while another e-mail address will 
 not. It cannot be an address problem because my address is part of the list and I do 
 not get any posts to the mailing list. My address is entered in correctly and my 
 settings are the same as the next persons but I do not get the e-mail. This leads me 
 to suspect that there are others who are not recieving the posts under these same 
 circumstances. I have racked my brain in the settings of this list to try and remedy 
 this problem. I have changed settings in the hopes of finding some resolution but 
 continue to hit the same brick wall. Why would one person recieve a post and I would 
 not in light of the fact that both e-mail addresses are correct. I have tested other 
 correct e-mail addresses other than my own and still see the problem. I am hoping 
 that you can give me some idea of how to deal with this problem and any and all 
 assistance would be greatly appreciated. 
 Thanking you in advance,
 System and Station

There are a great many reasons why this may be happening.  It could be
that your mailhost (communitymusician.com) got flagged as a spammer -
and then most of the other mailhosts are rejecting the mail from the
list.

It could be any number of problems with the server: running out of ram,
failing network card, intermittent DNS service, some volumes running low
or full on the server

There are too many reasons to be mentioned, and most of them need to be
looked at by a local admin for the server in question.  

Point the local admin to FAQ 3.14 from Mailman and it will help them
troubleshot whatever the problem may be (if it's related to Mailman).

Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

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