Re: [Mailman-Users] mmdsr -- Mailman Daily Status Reports(Bourne shellscript, updated)

2005-10-01 Thread Brad Knowles
At 10:29 PM -0700 2005-09-29, Mark Sapiro wrote: > I got tired of seeing all the '.' and '..' entries and the 'total' > blocks in the qfiles subdirectory listings so I changed the script as > follows: I've been thinking about this. I think that I like seeing those entries, as a visua

Re: [Mailman-Users] new posts not going through

2005-10-01 Thread Mark Sapiro
Con Wieland wrote: >I should have included this originally. I had a list that the >subscribers file seems to have become corrupted creating some invalid >addresses (I have corrected this). As indicated in the log/smtp- >failure log these messages seem to be "stuck" on mailman. They are >no

Re: [Mailman-Users] new posts not going through

2005-10-01 Thread Con Wieland
I should have included this originally. I had a list that the subscribers file seems to have become corrupted creating some invalid addresses (I have corrected this). As indicated in the log/smtp- failure log these messages seem to be "stuck" on mailman. They are not being accepted by my MT

Re: [Mailman-Users] new posts not going through

2005-10-01 Thread Mark Sapiro
Con Wieland wrote: >I'm getting these every 3 minutes in the logs/post file and I am >unable to receive new posts any ideas? > > >Oct 01 12:27:33 2005 (2883) post to physics-astronomy-seminars from >[EMAIL PROTECTED], size=4208, message-id=<4339B35A. >[EMAIL PROTECTED]>, 22 failures What's

[Mailman-Users] new posts not going through

2005-10-01 Thread Con Wieland
I'm getting these every 3 minutes in the logs/post file and I am unable to receive new posts any ideas? Oct 01 12:27:33 2005 (2883) post to physics-astronomy-seminars from [EMAIL PROTECTED], size=4208, message-id=<4339B35A. [EMAIL PROTECTED]>, 22 failures Oct 01 12:30:40 2005 (2883) post to

Re: [Mailman-Users] Using mailman usernames and passwords as apache2auth

2005-10-01 Thread The Doctor What
* Mark Sapiro ([EMAIL PROTECTED]) [051001 13:33]: > The Doctor What wrote: > > > >Is there a way to have apache2 Auth* directives query username and > >password from mailman? > > > >I was imagining something like: > > > > > > AuthType Basic > > AuthName "Some service" > > AuthMailManList FooL

Re: [Mailman-Users] Using mailman usernames and passwords as apache2auth

2005-10-01 Thread Mark Sapiro
The Doctor What wrote: > >Is there a way to have apache2 Auth* directives query username and >password from mailman? > >I was imagining something like: > > > AuthType Basic > AuthName "Some service" > AuthMailManList FooList > require valid-user > I doubt it is that simple, but I don't kn

[Mailman-Users] Using mailman usernames and passwords as apache2 auth

2005-10-01 Thread The Doctor What
I want to provide some extra services for people who sign up for specific mailman lists. Is there a way to have apache2 Auth* directives query username and password from mailman? I was imagining something like: AuthType Basic AuthName "Some service" AuthMailManList FooList require v