Re: [Mailman-Users] [Mailman-docs] How to get Sender Id from the Mailing List where the annoymous option is set

2005-05-04 Thread Jon Carnes
o the list "mylist": echo "Top 10 posters to the list mylist:" grep -i "post to mylist " $POST |cut -f 10 "-d " |sort |uniq -c \ |sort -bgr |head -10 Hope that helps *someone* Jon Carnes On Tue, 2005-02-08 at 06:57, vijayan p wrote: > Hi, >

Re: [Mailman-docs] Re: [Mailman-Users] How to get Sender Id from the Mailing List where the annoymous option is set

2005-02-28 Thread Jon Carnes
r logs # - top 10 users of each list # - Number of attempted posts (per list) # - Total bytes sent (per list) # written by Jon Carnes, last modified on Sept 26, 2002 # # Mailman's log file to be examined for stats #POST=/home/mailman/logs/post # # Run this script the first of the m

Re: [Mailman-Users] Global ban list for all lists?

2004-04-02 Thread Jon Carnes
r a negative hit before allowing the user to be added. It would take all of about three lines of code in each program. Open Source is the best! Good Luck - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.o

Re: [Mailman-Users] newbie question

2004-03-25 Thread Jon Carnes
gt; > Can you offer any suggestions on how to keep the port# in the URL's for > mailman? > > > Thanks > > Jim > Give that a try, Jim. Note: I believe that your existing lists will already have the old URL stored in their database (config.pck) - so you

[Mailman-Users] Add ability for admin to change email addresses inside List database

2004-03-18 Thread Jon Carnes
firmation > required -- and if it's not required for the initial subscription, why is it > required for the address change? > That's a nice feature and a good justification for it. I'll forward that along to the MMv3 list and see if folks like it. It almost trivial to wr

Re: [Mailman-Users] Stop the Confirmation E-Mail

2004-03-17 Thread Jon Carnes
On Wed, 2004-03-17 at 19:45, Jamie Penman-Smithson wrote: > On Wed, 2004-03-17 at 23:12, Steven Massey wrote: > > Jon, > > > > Thanks for the response. I would tend to agree with you, but this > > client is particularly insistent on setting it up this way. Perhaps > > people on the list could

Re: [Mailman-Users] ImportError: No module named japanese

2004-03-17 Thread Jon Carnes
server so that the > version in both, my web server and my email server (list server), will > be the same? > > Thanks in advance. > Ana > That will work, or you can simply install the updated Python in a different directory and when you install Mailman, point it to the New Pytho

Re: [Mailman-Users] ImportError: No module named japanese

2004-03-17 Thread Jon Carnes
hon install running on your Webserver. Most distributions of Linux only include by default the modules that their system apps use. Generally the others are all lumped into a larger package called Python-development. Good luck - Jon Carnes -- Mai

RE: [Mailman-Users] Stop the Confirmation E-Mail

2004-03-17 Thread Jon Carnes
n-dev wants to encourage the bad practice of allowing folks to be subscribed without their approval (except by the list admin), so don't look for this feature to be changed in MMv3. Jon Carnes On Wed, 2004-03-17 at 13:55, David Massey wrote: > Steven, > I'm still using 2.0.8; not s

Re: [Mailman-Users] Change hostname

2004-03-17 Thread Jon Carnes
On Wed, 2004-03-17 at 09:49, Helmut Schneider wrote: > Hi, > > I apologize if the question was asked before. > > I have a server running mailman 2.1.2, say mail.domain.com. I got 3 lists. Now I add > an alias for the server in DNS (e.g. lists). > How is it possible to transfer the 3 lists to the

Re: [Mailman-Users] Way to protect web pages

2004-03-17 Thread Jon Carnes
On Wed, 2004-03-17 at 09:04, Thomas Waters wrote: > Panther Server/apache + Mailman 2.12 > > Is it possible to have the list info web pages displayed within a > restricted access intranet? Is this an alias issue or mod_rewrite > issue? > > Our webserver host name is www.pharmacy.pitt.edu and a

Re: [Mailman-Users] Exim errors eaten by Mailman

2004-03-16 Thread Jon Carnes
gt; on the list that failed, but I'd like to see the message. Any ideas? > > > > > > I'm using exim 3.35-1woody2 and mailman 2.0.11-1woody8 on Debian 3.0 r1 > > Woody. > > > > > > Thanks! > > > >Hmmm, how about changing the alias fo

Re: [Mailman-Users] Performance limitations inquiry

2004-03-16 Thread Jon Carnes
n > from mailman users out there, including some stats on how many lists you may > run on a particular machine and its success would be helpful. > > Brendan You'll be fine, especially since your running on a FreeBSD server (and I assume a SCSI disk subsystem). Jon Carnes -

Re: [Mailman-Users] Exim errors eaten by Mailman

2004-03-16 Thread Jon Carnes
dy. > > Thanks! Hmmm, how about changing the alias for listname-admin so that it goes directly to your email address. Good Luck - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailm

Re: [Mailman-Users] Replying to Archived Messages

2004-03-16 Thread Jon Carnes
man, though there are several archivers which can do this. You should look at MHonarc. MHonarc can be used instead of Pipermail (the built-in archiver), and then the archives will have all the functionality that MHonarc brings. Good luck in your quest - Jon Carnes -

Re: [Mailman-Users] webserver integration problem with ownership

2004-03-16 Thread Jon Carnes
__ What is the Group ownership for the file? Is the suGID bit set for the directory: drwxrwsr-x2 root mailman 4096 Mar 16 12:00 . drwxrwsr-x6 root mailman 4096 Dec 22 23:52 .. -rw-rw1 mailman mailman

Re: [Mailman-Users] One installation, many appearances?

2004-03-16 Thread Jon Carnes
standard text file based aliases file. 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 Archiv

Re: [Mailman-Users] Messages not moving fro mail directory to qfiles directory

2004-03-16 Thread Jon Carnes
aliases and add a pipe in front of each one. If you create a new list from the command line, you will see that proper format. Good Luck - Jon Carnes On Tue, 2004-03-16 at 14:05, David Miner wrote: > Jon, > > Here are the two lists I have created: > ## fp mailing list > > fp

Re: [Mailman-Users] Messages not moving fro mail directory to qfiles directory

2004-03-16 Thread Jon Carnes
aliases). Please post an sample of your aliases file. Jon Carnes === On Tue, 2004-03-16 at 11:20, David Miner wrote: > Jon, > > I have created a list and received the notification of it. I added the > list to the aliases file and sent messages to it. > > maillog show the messag

Re: [Mailman-Users] archives missing

2004-03-15 Thread Jon Carnes
that file has some February mail (as shown by the Date: field in the mail headers of the mail stored in that huge file) then you might have a corrupted mbox file - or too large to be processed with your current system resources. Wishing you well - Jon Carnes -

Re: [Mailman-Users] Messages not moving fro mail directory to qfiles directory

2004-03-15 Thread Jon Carnes
s/ ls * Can you tell us if there are files there, and which directories they are in? If there are no files in the qfiles directory, then either they are getting processed by the qrunners (so there should be MTA records of the outgoing mail) or t

Re: [Mailman-Users] list management via email

2004-03-15 Thread Jon Carnes
ent back a confirmation email indicating which users had been removed and which were not (and the reason they were not - such as, "email address not found on list". These small command-lets are very easy to write. Of course these days, I would simply hack the Pyth

Re: [Mailman-Users] Internal Server Error for Administrative Page

2004-03-14 Thread Jon Carnes
n page of this > list not to work? Does the error have any detail in it? Do the Mailman logs reveal any details? Have you run check_perms on the install? Good luck - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.pytho

Re: [Mailman-Users] Virtual domains and list namespace

2004-03-13 Thread Jon Carnes
is currently in maintenance mode). You can however, have a separate install of Mailman for each domain (all on one server). These can have same name lists for different domains - as each domain will be handled by a separate instance of Mailman. Good Luck - Jon Carnes -

Re: [Mailman-Users] Postfix and aliases

2004-03-13 Thread Jon Carnes
ron (or a small daemon). At that point you can also simply pass in the name of the new list as a parameter to the exec and bypass the Mailman aliases file altogether. Good luck and happy hacking! Jon Carnes -- Mailman-Users mailing list [EMAIL

Re: [Mailman-Users] newbie question

2004-03-10 Thread Jon Carnes
On Wed, 2004-03-10 at 12:53, Jim Chivas wrote: > On 10 Mar 2004, Jon Carnes wrote: > > > Did you stop and restart Apache? > > yes. > > > > Does Apache give you any errors with regards to your added lines in > > httpd.conf? > > None. > > Is t

Re: [Mailman-Users] archive rotation

2004-03-10 Thread Jon Carnes
rchive storing and for rebuilding the archives. You've got to pull the old mail out of the mbox, while keeping the current mail. If you can get that part done, then the rest follows nicely. You can use a trigger email that is sent to the archives monthly (mine's cleverly disguised as a monthl

Re: [Mailman-Users] archive rotation

2004-03-10 Thread Jon Carnes
On Wed, 2004-03-10 at 10:55, Al Black wrote: > > > >I use logrotate at my sites to rotate my logs monthly. It's simple to > >setup and it's already running on most systems. I generally keep 4 > >months worth of back logs. > > Thanks, actually, I'm using savelogs, and keeping a couple of months wor

Re: [Mailman-Users] Nested lists

2004-03-10 Thread Jon Carnes
On Wed, 2004-03-10 at 04:43, Jason Williams wrote: > I have a list whose members are made up entirely of other lists. I can't > seem to make it so that I can post to this nested list, without then having > to give permission for those messages to then go to the subscribed lists. I > have tried ma

Re: [Mailman-Users] archive rotation

2004-03-10 Thread Jon Carnes
pt } === Note: that's one huge wrapped line at the top containing all the mailman log file names. Note2: I believe that this is included in the Mailman source distribution (maybe as a contrib). Also of note, right after the logrotate I kick off my monthly reporting scripts whic

Re: [Mailman-Users] newbie question

2004-03-10 Thread Jon Carnes
Did you stop and restart Apache? Does Apache give you any errors with regards to your added lines in httpd.conf? On Wed, 2004-03-10 at 00:50, Jim Chivas wrote: > Greetings: > > I have search the archives and checked the faq but I still would like to > get someones assistance for my instal on Su

Re: [Mailman-Users] "How i can change current directory in side the externalmethod"

2004-03-10 Thread Jon Carnes
On Tue, 2004-03-09 at 09:32, Karunya Institute Team wrote: > "How i can change current directory in side the externalmethod" What is the frequency, Kenneth? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo

Re: [Mailman-Users] Re: Message discarded...why?

2004-03-10 Thread Jon Carnes
account. Look at the header info and pull out MIME type to allow. If all else fails, change "convert html to plain text" to No. Good Luck - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/l

Re: [Mailman-Users] Hundreds of multiple e-mails/posts being sent

2004-03-10 Thread Jon Carnes
h RAM in the server (or alloted to the virtual host) I've also seen it caused by certain email addresses with non-standard Ascii characters in earlier versions of Mailman. You need to look at your resources while the list is running and also make sure you are running the latest vers

[Mailman-Users] Re: Why it shows listname-bounces instead of listname-admin?

2004-03-10 Thread Jon Carnes
g the mail sent form -bounces is not ideal. Feel free to suggest a name change for that alias. HtH - Jon Carnes On Wed, 2004-03-10 at 00:20, Faruk Ahmed wrote: > Dear Jon, > > I am using Mailman version: 2.1.2. It works without no problem. But it shows > From: [EMAIL PROTECTED] whe

RE: [Mailman-Users] changing ISP servers

2004-03-08 Thread Jon Carnes
names - the list name, if that changes) then simply create a list with the same name and upload the config file using config_list again. It's almost a "no brainer" once you read the help that comes with config_list. Good Luck - Jon Carnes On Mon, 2004-03-08 at 23:16, Pastor Aug

Re: [Mailman-Users] problem accessing mailman web pages after switching server

2004-03-08 Thread Jon Carnes
bases via the ~mailman/bin/withlist command. You can toggle one of the settings in mm_cfg.py (look in Defaults.py for the exact syntax) and have it display all your lists regardless of the base URL used. The default is to only show the lists at the virtual domain specified by URL used to view the

Re: [Mailman-Users] changing ISP servers

2004-03-08 Thread Jon Carnes
e relatively painless - if they allow you command line access to dump out your list configurations into text files. Good luck - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailma

Re: [Mailman-Users] Message discarded...why?

2004-03-08 Thread Jon Carnes
let you check on her address as well as any header abnormalities that may accompany her email posts. Good luck - Jon Carnes On Mon, 2004-03-08 at 10:31, David wrote: > Hello gurus, > > I have searched the archives and I didn't find an answer for a strange > behavior at one of

Re: [Mailman-Users] Trouble with newlist

2004-03-07 Thread Jon Carnes
ems, "help(os.fsync)" returns: Help on built-in function fsync: fsync(...) fsync(fildes) -> None force write of file with filedescriptor to disk. (END) Note: you have to "import os" before you can look at its built-in functions This is looking like a prob

[Mailman-Users] Can we get rid of these nuisance bounces for posters

2004-03-06 Thread Jon Carnes
ST) Received: from darksleep.com (localhost [127.0.0.1]) by darksleep.com (Postfix) with ESMTP id 823C63C934 for <[EMAIL PROTECTED]>; Sat, 06 Mar 2004 16:30:39 -0500 (EST) === Can we verp for a bit and nuke these guys (please!)

Re: [Mailman-Users] PLEASE, help...

2004-03-06 Thread Jon Carnes
HtH - Jon Carnes On Sat, 2004-03-06 at 16:11, ricardo wrote: > Hi, > > I've sent this message a couple of times, and have replied to it, but I > can't get to the bottom of the issue. > > The only reply I've gotten is one saying that I probably am not using th

Re: [Mailman-Users] Digest stopped sending daily

2004-03-06 Thread Jon Carnes
my hosting service? > > Thanks! > > __ Crond has stopped on the server. This is actually a common problem at hosting services and is an indication of the level of competency of their systems administration (and attention to detail). Jo

Re: [Mailman-Users] please run connect () first ??

2004-03-06 Thread Jon Carnes
re that Postfix is listening on Localhost port 25. Make sure that Localhost is defined in your /etc/hosts file Read FAQ 3.14 Good Luck - Jon Carnes Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ On Sat, 2004-03-06

Re: [Mailman-Users] (Fwd) htmls back to txt.gz

2004-03-06 Thread Jon Carnes
;ve parsed html archives and generated an mbox file from those before. It's a very time-consuming task. Is that perchance what you are talking about? Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailma

[Mailman-Users] problems with the mail hostname

2004-03-06 Thread Jon Carnes
oxes to define a lists address: - a box for the list_name - a drop down box that makes folks choose their "virtual domain". Or if only one domain is available, then just show the current domain it will use. Jon Carnes -- Mailman-U

RE: [Mailman-Users] error: user unknown

2004-03-06 Thread Jon Carnes
On Sat, 2004-03-06 at 03:23, éå wrote: > Hi, > My description maybe not very clear. > The problem I met is that I can not post message to my mail list. > I sent a mail to my list via the email server B, then I got a error message, > "there was not such a user" from B. > At the same time, Mailman ca

Re: [Mailman-Users] Will a user named YOURMAILLIST be added after a mail list named YOURMAILLIST was created?

2004-03-06 Thread Jon Carnes
need to run "newalises" for sendmail to see the new aliases). If you add it from the Web-admin, you will need to add the aliases yourself (unless you have Postfix and the Postfix integration turned on) - or have written a small script to add it to your Sendmail a

Re: [Mailman-Users] Help!

2004-03-06 Thread Jon Carnes
t; I maintain this list as a volunteer for a Buddhist meditation group. > > mark Schneider Mark, Simply go to the Web-admin for the list and look at the "membership management" pages. Cut and paste the addresses out of there. Good Luck - Jon Carnes

Re: [Mailman-Users] Creating lists based on a template

2004-03-04 Thread Jon Carnes
7;ll find them in ~mailman/Mailman/Defaults.py. To change them, copy the settings over to mm_cfg.py and then modify them in there. As an example, I *always* modify: DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 30 and set it to at least 100 HtH - Jon Carnes -

Re: [Mailman-Users] Newbie question

2004-03-03 Thread Jon Carnes
The aliases from Mailman point to an application. So all mail going to a list is handed to Mailman's posting application and the application will either hold the post or pass it out to the list (depending on the rules you have setup for the list). HtH - Jon Carnes On Wed, 2004-03-03 at

Re: [Mailman-Users] Sub Domains and Domains

2004-03-02 Thread Jon Carnes
reat except that when a > post or administrative message is sent out by mailman it says to reply to > [EMAIL PROTECTED] instead of [EMAIL PROTECTED] > > Any advice would be great! > -Brendan Chard > [EMAIL PROTECTED] > Brendan, it is common that folks create the list before they

Re: [Mailman-Users] bugs

2004-03-02 Thread Jon Carnes
touch /var/lib/mailman/logs/error When you rotate the logs in Mailman, be sure to recreate the files that you rotated. Jon Carnes === On Tue, 2004-03-02 at 05:10, Modric Kristijan wrote: > Bug in Mailman version 2.1.4 > > We're sorry, we hit a bug! > If you would like to hel

Re: [Mailman-Users] Forwards Created by Mailman in Cpanel

2004-03-02 Thread Jon Carnes
sion of this message. > However, a rather large number of electrons were temporarily > inconvenienced. > Take a look at FAQ 3.14 and see if that helps. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http

Re: [Mailman-Users] How to STOP Mailman & Sendmail

2004-03-02 Thread Jon Carnes
njects into the queue and then mod Sendmail to only deliver "bulk" queued messages if no other queued up mail is waiting to be processed. Another scenario is to have Mailman drop it's outbound messages into another queue and then have that queue slowly feed into your outbound mail que

Re: [Mailman-Users] Please help me RTFM

2004-03-02 Thread Jon Carnes
On Mon, 2004-03-01 at 19:00, Charles Gregory wrote: > Hallo! > > I'm trying to setup and run the standard mailman included with > Red Hat Linux 9. This is an 'RPM' install, so I don't have the > source code files to read the 'README's. Supposedly, Mailman has an > easy to use web based interface

Re: [Mailman-Users] installation problem

2004-03-02 Thread Jon Carnes
eps that you have already gone through, then folks will actually think you are helpable and will try to give you clues. Where did you install Mailman? Is it installed in /home/mailman and does /home/mailman/cgi-bin/ in fact exist? Good Luck with your Second posting for help Jon Carnes ---

Re: [Mailman-Users] Newbie question

2004-03-02 Thread Jon Carnes
On Tue, 2004-03-02 at 09:12, Key Dof wrote: > Thanks a lot for you reply, in fact my question wasn't about the > possibility of being installed (as servers) but it's about the fact of > interacting, ie: when an email arrives to the server, if it knows where > to deliver it (a user or mailman). > If

Re: [Mailman-Users] Newbie question

2004-03-02 Thread Jon Carnes
uently Asked Questions at: 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/faq

Re: [Mailman-Users] AOL BS

2004-03-01 Thread Jon Carnes
://www.wiltshirepantry.com/weekly_meal_service.html > > > Thanks, > Dave Beightol > > __ Have you tried adding an AOL user via the command line interface? It may simply be that AOL is bou

Re: [Mailman-Users] Spam, Etc.

2004-03-01 Thread Jon Carnes
ery case. Is there any way this can be accommodated? Thanks. > > > Bob Miller Yes. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Jon Carnes PS - Next time include at least the version of Mailman you are using. -- Ma

Re: [Mailman-Users] languages

2004-03-01 Thread Jon Carnes
org/i18n.html HtH - 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-us

[Mailman-Users] Re: mm_stats question

2004-02-27 Thread Jon Carnes
On Fri, 2004-02-27 at 15:25, Al Black wrote: > Hey John, > > At 01:08 PM 2/27/2004 -0500, Jon Carnes wrote: > > >I just double checked and it works fine on all my sites... > >Do you have any lists with "=" in the name? > > > >If that doesn't d

[Mailman-Users] Re: mm_stats question

2004-02-27 Thread Jon Carnes
copy of your post log and the name of the list with the problems and I'll see what needs to be modified. Hope this is helpful - Jon Carnes On Fri, 2004-02-27 at 10:24, Al Black wrote: > Hi Jon, > > I trying out the mm_stats script you wrote (see > http://www.mail-archive.com/[EMA

Re: [Mailman-Users] mailman does not send E-mails

2004-02-26 Thread Jon Carnes
/lib/sendmail' You might need to specify SMTPPORT = 25 or play with the SENDMAIL_CMD setting. Also, is the mailman group number 101 on your system? If so, you may have problems with using SetGID on this system. I'm not a regular Debian or Exim user so I can't give you any

Re: [Mailman-Users] mailman does not send E-mails

2004-02-26 Thread Jon Carnes
> > 127.0.0.1 localhost > > entry to /etc/hosts, now Mailman seems to be working > perfectly! > > Thanks again! > > Best wishes > > > Thorsten > Glad to be of help. I'll make sure that item is covered FAQ 3.14. Take care - Jon Carne

Re: [Mailman-Users] Subscribe Matter

2004-02-26 Thread Jon Carnes
l > is well. Is there a way to cause a bounce when a -request message is > not in proper form? > > Mike Phillips > The email parser only handles requests in plain Text messages - not html or mime encoded messages. The subjec

Re: [Mailman-Users] Subscribe Matter

2004-02-26 Thread Jon Carnes
14:14, Mike Phillips wrote: > But why no bounce? > > Mike > > - Original Message ----- > From: "Jon Carnes" <[EMAIL PROTECTED]> > To: "Mike Phillips" <[EMAIL PROTECTED]> > Cc: "mailman-users" <[EMAIL PROTECTED]> &g

Re: [Mailman-Users] Two quick questions.

2004-02-26 Thread Jon Carnes
On Thu, 2004-02-26 at 12:10, Lawrence Lam wrote: > My first post here. I tried to search the archives but it seems that the > website is retarded. > > (1) How do I delete MailMan archives (using SSH)? The archives are stored in ~mailman/archives/private//.. You can delete them or modify the mbox

Re: [Mailman-Users] Subscribe Matter

2004-02-26 Thread Jon Carnes
not subscribed for a > while, waiting for the server to respond. > > Thanks, > Mike > Understood. You should try to persuade them to use the List-Info web-admin interface for your lists. This works very well and is almost

Re: [Mailman-Users] Try tweaking the mail server to run the script as group "mailman", or re-run configure, providing the command line option `--with-mail-gid=nogroup'.

2004-02-25 Thread Jon Carnes
es to that file. Now when Postfix runs the alias it will pull it out of that file and use the group "mailman" to run the cgi. Problem solved. Take care - Jon Carnes On Wed, 2004-02-25 at 18:56, Christian Eichert wrote: > I am using mailman debian woody > > mailman version is: 2

Re: [Mailman-Users] AOL users not getting daily nomail notifications...

2004-02-25 Thread Jon Carnes
f their "automated" system on their website about the > status of my servers. > AOL will *not* talk about their rule set for blocking spammers + they are constantly tinkering with it, so it's a moving target anyway. Your best bet is simply to keep on complaining. Good Luck -

Re: [Mailman-Users] request index of archive via the email interface

2004-02-25 Thread Jon Carnes
ou could tell your folks that its now the *21st* century and they are welcome to use web browsers. Adapt and survive, or curse the ever-changing world and surrender. Darwin didn't make up the rules, he just wrote them down. Jon Carnes -- M

Re: [Mailman-Users] Bounce Follow-up

2004-02-17 Thread Jon Carnes
ld probably do the job of getting the data you need. Dropping the bounce number is not a terribly good idea unless all your list folk have nice corporate email accounts with no limitations (so no bouncing due to DNS going up and down, or mail box being temporarily

Re: [Mailman-Users] help - urgent

2004-02-15 Thread Jon Carnes
and then use the "withlist" application to change you lists server information. > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Good Luck - Jon Carnes

Re: [Mailman-Users] cpu usage

2004-02-15 Thread Jon Carnes
mailman/bin/qrunner --runner=ArchRunner:0:1 -s #Stop Mailman's ArchRunner archving process at 6am... 0 6 * * * ps aux |grep ArchRunner |grep -v grep |cut -c9-15 |xargs kill === I'm curious if your lists are actually being archived? Are the messages making it into the archives? Jon Ca

Re: [Mailman-Users] cpu usage

2004-02-14 Thread Jon Carnes
ain? If I can get enough data points on this problem I'll try to write up an FAQ to cover it and the various places to explore. Jon Carnes On Sat, 2004-02-14 at 13:22, Adam Kessel wrote: > > I have scoured the archives and google for answer to my problem but > > none of the fixes I

Re: [Mailman-Users] searchable archives

2004-02-12 Thread Jon Carnes
On Thu, 2004-02-12 at 20:28, Richard D. Dover wrote: > How do I set up searchable archives on my list like you have on > your list? > Find a port of Mailman that has the HTDig patches applied, or install Mailman from source and apply the HTDig patches yourself. I believe this is an

Re: [Mailman-Users] scrubbed html messages in archive

2004-02-12 Thread Jon Carnes
that it is not 'scrubbed'? > Use an external archiver like Mhonarc. Pipermail is not yet up-to-snuff for that task. It was originally meant for text emails and hasn't been reworked to handle html as well as it needs to (and yes its h

Re: [Mailman-Users] RE: Two Dumb Questions (but are easy): Manual? & Mail Commands Won't Work

2004-02-12 Thread Jon Carnes
On Thu, 2004-02-12 at 17:17, [EMAIL PROTECTED] wrote: > 1. Is there a thorough manual on Mailman that I can download and print (so I > won't have to ask dumb questions)? > http://www.list.org/docs.html > 2. My Mailman seems to be working fine except users aren't able to do the > followingnoth

Re: [Mailman-Users] mailman not sending to subscribers

2004-02-12 Thread Jon Carnes
On Thu, 2004-02-12 at 15:43, Peter Mees wrote: > Am using mailman 2.1.1-4 on RH 9 with qmail. > > Can subscribe users , and they receive subscription mail. > > Users can perform administrative request mails and get answer. > > But messages send to mailinglist are not delivered. > > > > Pleas

Re: [Mailman-Users] cascaded lists -- any tips?

2004-02-12 Thread Jon Carnes
subsequent lists. Someone else did something quite similar awhile back with 2.0.x but the details are lost in the fog of time. Still it might be worth an archive search. Good Luck - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED]

Re: [Mailman-Users] Bounced Messages

2004-02-12 Thread Jon Carnes
check the Mailman logs (you'll know which one to look in ;-) ~mailman/logs/.. Jon Carnes (Apex, NC) -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python

Re: [Mailman-Users] HTML ...

2004-02-11 Thread Jon Carnes
On Wed, 2004-02-11 at 16:57, WC Jones wrote: > >Since you have removed the meta-tag the web-based > >Listinfo information will now be independent of whatever text you put > >into the detailed list description on the General page of the web-admin. > > > What about general HTML non-sense or stupid

Re: [Mailman-Users] message in queue (shunt), not being delivered

2004-02-11 Thread Jon Carnes
On Wed, 2004-02-11 at 16:09, Rejo Zenger wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > Last couple of days I have this problem with one (only that one) > mailinglist I run. All incoming messages for that list get accepted with > any problem. They get queued in shunt and

Re: [Mailman-Users] list too big? Some Sendmail Optimizations

2004-02-11 Thread Jon Carnes
runs out of space on the /var volume, so you might want to point this to another volume. #O MaxRecipientsPerMessage=100 - the maximum number of recipients in a message. HtH - Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http:

Re: [Mailman-Users] FTP or Remote Install Question

2004-02-11 Thread Jon Carnes
your sitting in front of it. What OS are you installing on? Most linux versions have an rpm or port that allows you to install automagically - though installing from source is also fairly easy. If you are installing on a Winders machine, then you'll probably have a lot of

Re: [Mailman-Users] list too big?

2004-02-11 Thread Jon Carnes
SI or IDE? If your moving a lot of traffic or have really large lists, SCSI is a must. We've discussed large lists a lot in the archives. If you can not add more RAM then I suggest you break the larger list down into several smaller list. Good Luck - Jon Carnes -

Re: [Mailman-Users] can i hide an internal host that hosts mailing lists?

2004-02-11 Thread Jon Carnes
this be done? thanks. > > rday Do you have the Virtual hosting setup in Mailman? (this is a version 2.1.x of Mailman, right?). If so, what happens if you create a new list using this virtual host information? Is it using the mailserver info as setup in ~mailman/Mailman/mm_cfg.py? Ex

Re: [Mailman-Users] HTML in list descriptions

2004-02-11 Thread Jon Carnes
On Wed, 2004-02-11 at 02:59, Ralf Hildebrandt wrote: > * Jon Carnes <[EMAIL PROTECTED]>: > > > I explained this exact problem/resolution to someone else last week. I > > looks like during an upgrade, the upgrade parses the listinfo html and > > modifies the non-s

Re: [Mailman-Users] HTML in list descriptions

2004-02-10 Thread Jon Carnes
e to move it back to its original status as HTML tags. Example:was converted to <H2> Hope that is helpful! Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FA

Re: [Mailman-Users] scheduling post

2004-02-10 Thread Jon Carnes
you can use a cron job to turn your mailmanctl service on and then another to turn it off. While mailmanctl is not running the mail will simply queue up in the ~mailman/qfiles/in/.. directory. When you turn mailmanctl on, it will send out all the queued up mes

Re: [Mailman-Users] HTML in list descriptions

2004-02-10 Thread Jon Carnes
On Tue, 2004-02-10 at 09:38, Ralf Hildebrandt wrote: > * Jon Carnes <[EMAIL PROTECTED]>: > > On Tue, 2004-02-10 at 01:11, Ralf Hildebrandt wrote: > > > There simply are no (mailman) problems to adding in your own HTML to the > > Listinfo pages. > > Ther

Re: [Mailman-Users] Mail<->News  gateways moderation question

2004-02-10 Thread Jon Carnes
th (though theoretically you could write a VBA extension that allows Outlook to do this) http://www.linux-magazine.com/issue/29/MailUserAgents.pdf Jon Carnes On Tue, 2004-02-10 at 01:57, Aaron Anderson wrote: > >From the Mail<->News gateways settings: > > "If the newsgro

Re: [Mailman-Users] HTML in list descriptions

2004-02-10 Thread Jon Carnes
On Tue, 2004-02-10 at 01:11, Ralf Hildebrandt wrote: > * Jon Carnes <[EMAIL PROTECTED]>: > > > You can still used html but be wary of embedding one of the mega tags > > (used by mailman to generate html). The formating of the listinfo > > pages has changed, so you

Re: [Mailman-Users] HTML in list descriptions

2004-02-09 Thread Jon Carnes
bedding one of the mega tags (used by mailman to generate html). The formating of the listinfo pages has changed, so you will have to adapt to get your old look back... but it is possible. Jon Carnes -- Mailman-Users mailing list [EMAIL PROTE

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Jon Carnes
On Mon, 2004-02-09 at 16:39, Adam Wozniak wrote: > On Mon, 9 Feb 2004, Adam Wozniak wrote: > > [ qmail and mailman woes deleted] > > > > Is there a troubleshooting checklist anywhere? Where do I look for problems? > > > > Please help, I need to get this thing going quickly. > > Anyone? Bueller?

Re: [Mailman-Users] Mail Queue

2004-02-08 Thread Jon Carnes
d to the right place and then bitches about having to actually help himself by reading the documentation And of course its an Exim question on a Mailman list. Jon Carnes -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.pyth

Re: [Mailman-Users] password reminders with an invalid sender domain (and thus bouncing)

2004-02-08 Thread Jon Carnes
On Sun, 2004-02-08 at 06:03, Rejo Zenger wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > ++ 07/02/04 20:16 -0500 - Jon Carnes: > >If your running 2.1.x (and from the problem I think you are) then you > >need to use the ~mailman/bin/withlist command to reset

Re: [Mailman-Users] Some config questions

2004-02-08 Thread Jon Carnes
On Sun, 2004-02-08 at 07:04, Brad Knowles wrote: > At 10:32 AM +0100 2004/02/08, Kai Schaetzl wrote: > > > 1. how to make a "one-way" mailing-list for sending out newsletters to > > customers etc.? > > See . > >

  1   2   3   4   5   6   7   8   9   10   >