Re: [Mailman-Users] How to monitor mailman transaction

2009-11-16 Thread Mark Sapiro
Hien HUYNH HUU wrote: > It works perfect just having a small problem : It attached a text file (as > footer, but I don't use footer so It's emty) . Could I leave this attachment > , don't send It to users? If Mailman is attaching an empty footer to the message, msg_footer is not empty. It pro

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-16 Thread Hien HUYNH HUU
M To: Hien HUYNH HUU; Stephen J. Turnbull Cc: Carl Zwanzig; mailman-users@python.org Subject: RE: [Mailman-Users] How to monitor mailman transaction Hien HUYNH HUU wrote: > > Summary, I wish the mail list will : >+ inject messages to MTA (QMAIL) faster and faster . >+ I can lo

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-16 Thread Mark Sapiro
Hien HUYNH HUU wrote: > > Summary, I wish the mail list will : >+ inject messages to MTA (QMAIL) faster and faster . >+ I can log how many mails I can inject to MTA at the same time. At the risk of being overly pedantic and redundant, Mailman doesn't 'inject' messages. It delivers them

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-16 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Hien HUYNH HUU writes: > > Hi Mark, > >I wonder why the smtp log just show 1 recips why I wish It show numbers : > >Because each SMTP connection is only sending to one recipient, that's >why. If you are using VERP or personalized messages, the messages >really are

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-16 Thread Mark Sapiro
Hien HUYNH HUU wrote: > I wonder why the smtp log just show 1 recips why I wish It show numbers : > >Nov 16 08:24:34 2009 (2874) > smtp to listname for 1 >recips, completed in 0.241 seconds >Nov 16 08:24:35 2009 (21892) > smtp to listname for 1 >recips, completed in 0.281 seconds >Nov 16 08:

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-16 Thread Brad Knowles
On Nov 16, 2009, at 12:10 AM, Stephen J. Turnbull wrote: > Hien HUYNH HUU writes: > >> Wow , may be this is my problem . Could you explain me more ? > > I'm sorry, I don't really have time to go back and look at all the > information right now. The issues are pretty well explained in > several

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-15 Thread Stephen J. Turnbull
Hien HUYNH HUU writes: > Wow , may be this is my problem . Could you explain me more ? I'm sorry, I don't really have time to go back and look at all the information right now. The issues are pretty well explained in several FAQs (unfortunately there are a few relevant ones, but I think you get

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-15 Thread Hien HUYNH HUU
Zwanzig; mailman-users@python.org Subject: Re: [Mailman-Users] How to monitor mailman transaction Hien HUYNH HUU writes: > Hi Mark, >I wonder why the smtp log just show 1 recips why I wish It show numbers : Because each SMTP connection is only sending to one recipient, that's w

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-15 Thread Stephen J. Turnbull
Hien HUYNH HUU writes: > Hi Mark, >I wonder why the smtp log just show 1 recips why I wish It show numbers : Because each SMTP connection is only sending to one recipient, that's why. If you are using VERP or personalized messages, the messages really are different as far as the MTA is con

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-15 Thread Hien HUYNH HUU
To: Hien HUYNH HUU; Carl Zwanzig Cc: mailman-users@python.org Subject: RE: [Mailman-Users] How to monitor mailman transaction Hien HUYNH HUU wrote: > These 2 log lines are generated when a post was sent successful to everyone > (I just tail 2 last lines). May be something wrongs ? I'

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-12 Thread Mark Sapiro
Hien HUYNH HUU wrote: > These 2 log lines are generated when a post was sent successful to everyone > (I just tail 2 last lines). May be something wrongs ? I'm using > Mailman-2.1.12. Try looking at the whole log or grepping it for the message id of your post. -- Mark Sapiro The hig

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-12 Thread Hien HUYNH HUU
009 3:35 PM To: Hien HUYNH HUU; Carl Zwanzig Cc: mailman-users@python.org Subject: RE: [Mailman-Users] How to monitor mailman transaction Hien HUYNH HUU wrote: >Hi Mark, > I checked , but It didn't show exactly : > >Nov 12 10:35:17 2009 (21892) > smtp to listname for 1 &g

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-12 Thread Mark Sapiro
Hien HUYNH HUU wrote: >Hi Mark, > I checked , but It didn't show exactly : > >Nov 12 10:35:17 2009 (21892) > smtp to listname for 1 >recips, completed in 0.111 seconds >Nov 12 10:45:17 2009 (21892) > smtp to listname for 1 >recips, completed in 0.095 seconds > > As you see, It just show 1

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-12 Thread Hien HUYNH HUU
2009 2:33 PM To: Hien HUYNH HUU; Carl Zwanzig Cc: mailman-users@python.org Subject: Re: [Mailman-Users] How to monitor mailman transaction Hien HUYNH HUU wrote: >I checked mailman's logs and MTA's logs , but It can't said exactly how many >mails transferred between mai

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-11 Thread Mark Sapiro
Hien HUYNH HUU wrote: >I checked mailman's logs and MTA's logs , but It can't said exactly how many >mails transferred between mail server and mailman at a point time. Mailman's smtp log contains entries like: Nov 11 18:16:07 2009 (2392) smtp to listname for 181 recips, completed in 5.353 s

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-11 Thread Brad Knowles
On Nov 11, 2009, at 11:36 PM, Stephen J. Turnbull wrote: > I think that in the contrib directory there's a script that produces a > summary of the logs. You should be able to get such statistics with > that script or a modified version. I originally wrote the mmdsr script because there was all s

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-11 Thread Stephen J. Turnbull
Hien HUYNH HUU writes: > I checked mailman's logs and MTA's logs , but It can't said exactly > how many mails transferred between mail server and mailman at a > point time. I think that in the contrib directory there's a script that produces a summary of the logs. You should be able to get su

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-11 Thread Hien HUYNH HUU
009 10:15 AM To: Hien HUYNH HUU Cc: mailman-users@python.org Subject: Re: [Mailman-Users] How to monitor mailman transaction Hien HUYNH HUU wrote: > Dear all, How can we monitor mailman transaction with Mail Server ? It > means how could we know that how many email are delivered from mailman

Re: [Mailman-Users] How to monitor mailman transaction

2009-11-11 Thread Carl Zwanzig
Hien HUYNH HUU wrote: Dear all, How can we monitor mailman transaction with Mail Server ? It means how could we know that how many email are delivered from mailman to mail server at a time point ? I check qfile/out but It didn't show exactly . You can either look at mailman's logs, at the MTA's

[Mailman-Users] How to monitor mailman transaction

2009-11-11 Thread Hien HUYNH HUU
Dear all, How can we monitor mailman transaction with Mail Server ? It means how could we know that how many email are delivered from mailman to mail server at a time point ? I check qfile/out but It didn't show exactly . Please guide me to do this. Best regards, Huu Hien -