Re: [Mailman-Users] Bounces and disk quota exceeded

2008-04-09 Thread Jo‹ao Sá Marta
Greetings,

Thanks for your tips.

Mailman was working well. The problem was mine.

I had not read the Mailman manual --Only one bounce per day counts 
against a member's score, ...

Today that member was disabled.

Regarding to the bounce feature:
 where can I get more detailed information, sepecifically /Your 
Membership Is Disabled/ warnings 

If a member as disk quota exceeded, how can he receive those warnings ?

Thanks for your help.
   Joao Sa Marta


 João Sá Marta wrote:

 I am sending a message to a test list and I have created a user in 
 our system with a very small disk quota.
 I know that this user has already his disk quota exceeded and I've 
 verified that sending him a message directly from my personal email 
 address. (I've received a message from my mbx server with the usual 
 notification undelivered mail returned to sender

 I´ve set the parameter bounce_score_threshold to 0.5 and even now 
 that member's subscription is not disabled and I, as the list owner, 
 have not received any bounce notification.

 Can anyone tell me what is the issue, please ?
 Do you have bounce_processing and all three bounce notifications set 
 to Yes?

 What's in Mailman's bounce and smtp-failure logs after you send to 
 this test list?

 Does mail to the list-bounces address get properly delivered to 
 Mailman? What happens if you send an ordinary message to the 
 list-bounces address?



-- 

===|===

= Joao Sa Marta|  Email: [EMAIL PROTECTED] =

= Centro de Informatica|Tel: 239 853178 (directo) =

= da Universidade de   |  Tel: 239 853170 (Geral) =

= Coimbra  |  Fax: 239 853189 =

= Apartado 3080| http://www.uc.pt/pessoal/samarta =

= 3001-401 Coimbra |  =

===|===

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

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

Re: [Mailman-Users] syncing recipients from an sql database / managing bounces

2008-04-09 Thread Jo‹ao Sá Marta
Hi

Zbigniew Szalbot escreveu:
 Hello,

 We have an sql database of users who we would like to contact from
 time to time. So far we have been doing it outside of mailman realm. I
 would like to sync the sql user database to a mailing list and then
 send them a newsletter. The primary reason for this is that manual
 bounce management is quite a tedious process.

 Is there a way to sync the database in such a way as to only update
 records rather than delete all users from mailman and import them from
 scratch?
Yes, using /home/mailman/bin/sync_members


  And what if a given record has been deleted in the sql
 database? Will it also be deleted from mailman user database upon
 importing/syncing?
   

Yes.

I use a script to sync a lot of my lists

#!/bin/bash
#script to sync a mailing list named mailing_list
Data=`/bin/date +%Y_%m_%d %T`
day=`/bin/date +%Y_%m_%d`
hour=`/bin/date +%H%M`

LOGFILE=/home/admin/scripts_mailing_lists/$day_mailing_list_sync.log
nomefich=/home/admin/scripts_mailing_lists/$day_mailing_list.log
your_mysql_querie_goes here $nomefich
#only sync if data were obtained to prevent conectivity losses because 
in our case the mysql server
# is a remote server
if [ `cat $nomefich | wc -l`  0 ]; then
/home/mailman/bin/sync_members -w=no -g=no -a=no -f $nomefich 
mailing_list $LOGFILE
fi

 Many thanks!

   


-- 

===|===

= Joao Sa Marta|  Email: [EMAIL PROTECTED] =

= Centro de Informatica|Tel: 239 853178 (directo) =

= da Universidade de   |  Tel: 239 853170 (Geral) =

= Coimbra  |  Fax: 239 853189 =

= Apartado 3080| http://www.uc.pt/pessoal/samarta =

= 3001-401 Coimbra |  =

===|===

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

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


[Mailman-Users] Bounces and disk quota exceeded

2008-04-08 Thread Jo‹ao Sá Marta
Greetings,


Some of my list admins want to be able to know if  any member of their 
lists are with disk quota exceeded.

I am sending a message to a test list and I have created a user in our 
system with a very small disk quota.
I know that this user has already his disk quota exceeded and I've 
verified that sending him a message directly from my personal email 
address. (I've received a message from my mbx server with the usual 
notification undelivered mail returned to sender

I´ve set the parameter bounce_score_threshold to 0.5 and even now that 
member's subscription is not disabled and I, as the list owner, have not 
received any bounce notification.

Can anyone tell me what is the issue, please ?



===|===

= Joao Sa Marta|  Email: [EMAIL PROTECTED] =

= Centro de Informatica|Tel: 239 853178 (directo) =

= da Universidade de   |  Tel: 239 853170 (Geral) =

= Coimbra  |  Fax: 239 853189 =

= Apartado 3080| http://www.uc.pt/pessoal/samarta =

= 3001-401 Coimbra |  =

===|===

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

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

Re: [Mailman-Users] Mailman-Users Digest, Vol 39, Issue 13

2007-05-05 Thread rayan jo rachwan
plz stop sending me mails
thank you

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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

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


RE: [Mailman-Users] Mailman help

2004-02-26 Thread Garner, Kelly Jo
http://www.list.org/docs.html

--
Kelly Jo Garner
web coordinator, OUP-USA
[EMAIL PROTECTED]
http://www.oup.com/us

 -Original Message-
 From: Butler Jackie [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 24, 2004 3:17 PM
 To: [EMAIL PROTECTED]
 Subject: [Mailman-Users] Mailman help
 
 
 Need immediate assistance in setting up and administrating Mailman. 
 
 Just pick up a server that had it but doesn't work. Please advise. 
 
  
 
 Jackie D. Butler II 
 BTAS, Inc. 
 Senior Network Engineer/Facility Security Officer 
 MCSE, MCSA A+ Certified 
 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
 3572 Dayton-Xenia Road, Suite 210 
 Beavercreek, OH 45432 
 Voice: (937) 431-9431 
 Fax: (937) 431-9413 
 www.btas.com http://www.btas.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/garnerk%4
0oup-usa.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] 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] Hanging admin pages

2001-10-15 Thread Jo Brooks

If your list is being archived, you might want to see if the archive 
has grown excessively large.

I ran into this exact problem with one of my lists a few months ago, 
but no one has as yet been able to answer yes or no to the questions 
I posed back then...mostly regarding the impact of list performance 
when you've got archives that are so massive that the list delivery
cycle cannot be completed (but the archives are consistently updated
with the new messages).

Then again, maybe my original question should have also been posed
to the developers list as well, but I figured some some of those
talented folks might also peruse this list.


jo


Michelle Murrain wrote:
 
 Hi Folks,
 
 I have a mailman installation that has been working fine for probably 6
 months now. It's running about 20 lists. All of a sudden, the admin page to
 only one of those lists is not coming up - it just hangs. You can get to
 any of the other admin interfaces for other lists on the server, and they
 work fine.
 
 Any suggestions as to why this might be happening? Nothing significant has
 changed in the server configuration lately.
 
 Thanks!
 
 .Michelle
 
 ---
 Michelle Murrain, Ph.D.
 [EMAIL PROTECTED]
 AIM:pearlbear0
 http://www.murrain.net/public_key.html for pgp public key
 
 --
 Mailman-Users maillist  -  [EMAIL PROTECTED]
 http://mail.python.org/mailman/listinfo/mailman-users

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] FreeBSD + Mailman 2.06 + Sendmail problem.

2001-09-24 Thread Jo Brooks

If you have archiving enabled, check the size of the archive if this 
is a high traffic list.

I ran into this problem a month or so ago, with one of our internal
lists.  It was taking so long to add the message to the archives
that the qrunner process could never finish processing the messages
and deliver them.  The messages would get posted to the archives
successfully, but never ever get delivered...they'd just stay in 
the qfiles directory.

And only that one list was affected...all the other lists on that
server were fine.  

By pure dumb luck, I discovered that the archive that I had thought
was disabled had grown to 26Mb and was still climbing.

This even slowed down access to the admin webpages to the point
of uselessness, but once I finally got in and turned off archiving,
everything went back to its normal speedy self.

I also never heard anyone say if they've seen this problem before,
or if there's a workaround (we are not archiving, so it's not a
problem, but i'd imagine that it could prove to be a major issue
for someone out there).


JoJo Brooks
DHL Worldwide Express


Bruno G. Albuquerque wrote:
 
 Hello.
 
 I'm not sure if this is the right place to look for help, but I hope so.
 I running Mailman in a FreeBSD box with sendmail as the MTA and I'm having a
 problem.
 
The queued files are taking *AGES* to get processed. For instnce, since
 yesterday I have 35 *.msg files in the qfiles dir and no email has been
 delivered to the list in this period. Looking at the dates in the lock files,
 I can see that qrunner is actually taking some minutes to run 5 to 10, but
 after it finishes running it looks it did nothing at all (no emails are
 delivered)! I couldn't find anything relevant in the qrunner log file.
 
 BTW, I did read the FAQ and I saw the first answer in the FAQ may be the
 answer to my problem, but I scanned the sendmail.cf file from top to bottom
 and couldn't find an option to configure the DNS resolution. Anyway, qrunner
 seems to be the problem as it simply does nothign after running.
 
 Any ideas?
 
 Thanks!
 
 -Bruno
 
 --
 Bruno G. Albuquerque [EMAIL PROTECTED] BeDevId #15362
   Grupo Brasileiro de Usuarios de BeOS - Presidente
http://www.bug-br.org.br
 
 --
 Mailman-Users maillist  -  [EMAIL PROTECTED]
 http://mail.python.org/mailman/listinfo/mailman-users

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users