[Mailman-Users] RELEASED Mailman 2.1.4

2003-12-31 Thread Barry A. Warsaw
I have released Mailman 2.1.4, a bug fix release that also contains support for four new languages: Catalan, Croatian, Romanian, and Slovenian. This release also contains a fix for a cross-site scripting vulnerability in the 'admin' cgi script (see CAN-2003-0965). There is also an expanded abili

[Mailman-Users] RELEASED Mailman 2.1.3

2003-09-29 Thread Barry A. Warsaw
I have released Mailman 2.1.3, a bug fix release which also contains support for four new languages: Ukrainian, Serbian, Euskara (Basque), and Danish. This release also contains a fix for a cross-site scripting vulnerability in the 'create' cgi script, as well as improved performance of the bounc

Re: [Mailman-Users] "incorrect padding" from senddigests

2003-03-17 Thread Barry A. Warsaw
> "DE" == Dwight Ernest <[EMAIL PROTECTED]> writes: DE> binascii.Error: Incorrect padding I believe this is fixed in cvs and will be part of Mailman 2.1.2. No definite ETA on that yet though. -Barry -- Mailman-Users mailing list [EMA

Re: [Mailman-Users] __init__.py line 51 Empty module name

2003-03-17 Thread Barry A. Warsaw
> "S" == Sumeet <[EMAIL PROTECTED]> writes: S> I seem to be getting alot (about 700) of these all of the S> sudden w no changes to my Rhat 8.0/MM2.1.1 and sendmail S> 8.11.6. Can someone please point me in the right S> direction. thx, sumeet. S> "/usr/src/build/143041-i3

Re: [Mailman-Users] Lock aquired in future

2003-03-16 Thread Barry A. Warsaw
> "TG" == Thomas Guettler <[EMAIL PROTECTED]> writes: TG> The locks seem to be requested in the future. This is by design. The lock's atime/mtime specifies the point in the future when the lock would time out. By default the lock lifetime is 5 hours. This is normal. -Barry --

Re: [Mailman-Users] list.org down ??

2003-03-14 Thread Barry A. Warsaw
> "ES" == EnviroLink Support <[EMAIL PROTECTED]> writes: ES> Does anyone know why list.org is down? This certainly makes ES> me hesitate before making a decision about using Mailman. list.org's problems have nothing to do with the Mailman software. The machine (which hosts several

Re: [Mailman-Users] How can we ask for new "features"?

2003-03-13 Thread Barry A. Warsaw
> "s" == schuetzen <[EMAIL PROTECTED]> writes: s> May dislike a lot about YHGroups but the programming they have s> done on their mix of mailman, qmail and Lord knows what else - s> is quite nice. Support sucks but... and there needs to be a s> lot more batch operation capa

Re: [Mailman-Users] Approved: Header

2003-02-24 Thread Barry A. Warsaw
> "L" == LuKreme <[EMAIL PROTECTED]> writes: L> I checked the FAQ for info on the Approved header, but although L> I found references to using it, I didn't find references to L> exactly HOW to use it. L> All I want is for a poster to a list to put an Approved line as L>

[Mailman-Users] EFF Mailing List Query

2003-02-21 Thread Barry A. Warsaw
FYI, >From the latest EFF mailer... -Barry snip snip * Mailing List Headaches? Contact us. EFF believes that delivery of legitimate e-mail needs to be carefully protected as a fundamental part of any solution to the spam problem. Unfortunately, we've la

Re: [Mailman-Users] CVS source of mailman?

2003-02-12 Thread Barry A. Warsaw
> "DS" == Dave Sherohman <[EMAIL PROTECTED]> writes: DS> Erm... You _are_ aware that cvs is a tool for managing the DS> source code and that you will still need to compile manually DS> after using cvs to get the latest source, right? (Well, aside DS> from the minor detail th

Re: [Mailman-Users] Virus

2003-02-11 Thread Barry A. Warsaw
> "PB" == Paolo Barbato <[EMAIL PROTECTED]> writes: PB> I've tried to download last release of mailman, but it seems PB> that a virus (nimda) has infected last distribution, see PB> attachment. Mailman's not infected but it has a neutered nimda example in its test suite. -Barry

Re: [Mailman-Users] Removing "To post to this list . . ." from confirmation e-mail

2003-02-11 Thread Barry A. Warsaw
> "JH" == John Hughes <[EMAIL PROTECTED]> writes: JH> I'm trying to set up Mailman to use as a vehicle for JH> distributing a newsletter. I don't want anyone to think they JH> can post messages to the list address. JH> I have figured out how to modify the HTML for the public

Re: [Mailman-Users] configuring Mailman

2003-02-11 Thread Barry A. Warsaw
> "JH" == Jim Hodson <[EMAIL PROTECTED]> writes: JH> We want a very simple mailing list system, and Mailman can do JH> a lot more than we need. I'm trying to find out how to best JH> configure Mailman for our needs. Here is what we want to do: JH> 1. Send e-mail news updates

Re: [Mailman-Users] configuring Mailman

2003-02-10 Thread Barry A. Warsaw
> "JH" == Jim Hodson <[EMAIL PROTECTED]> writes: JH> Hello, I am working on setting up a Mailman mailing list for JH> our web site at http://www.jenniferonsunday.com. We are a JH> band and already have many people on an exisiting list (done JH> manually), which we want to mig

Re: [Mailman-Users] Mass Subscription - setting digest as default

2003-02-10 Thread Barry A. Warsaw
> "T" == Todd <[EMAIL PROTECTED]> writes: T> Let me preface this by saying that I am *not* a python hacker T> nor do I know Mailman all that well... but I was curious. Don't underestimate yourself! Your patch was perfect; now applied to cvs. Thanks, -Barry P.S. Give me a full nam

Re: [Mailman-Users] RELEASED Mailman 2.1.1

2003-02-08 Thread Barry A. Warsaw
> "MD" == Matthew Davis <[EMAIL PROTECTED]> writes: | -rw-rw-r--1 mailman2 mailman2 1281185 Feb 8 19:41 | mailman-2.1-2.1.1-diff.txt MD> 1.2 meg for a patch, yikes! Looks like the majority of the MD> patch is the language updates. Unfortunately so. At some point I'll

[Mailman-Users] RELEASED Mailman 2.1.1

2003-02-08 Thread Barry A. Warsaw
I've released Mailman 2.1.1 which includes many bug fixes and language updates. This release includes a fix for the cross-site scripting vulnerability, a fix for the cookie problem, any many other bugs. I recommend that all Mailman 2.1 users upgrade to this release. As usual, I've made both a f

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Barry A. Warsaw
> "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: MJ> MTA = 'None' Whoops! None is a special value in Python and shouldn't be quoted. Change that to MTA = None and you should be good to go. -Barry -- Mailman-Users mailing li

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-07 Thread Barry A. Warsaw
> "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: MJ> When doing a bin/newlist, I get an 'ImportError: No module MJ> named None'. Did you set the MTA variable in mm_cfg.py or Defaults.py? -Barry -- Mailman-Users mailing list [

Re: [Mailman-Users] Newbie Questions

2003-02-07 Thread Barry A. Warsaw
> "JC" == Jon Carnes <[EMAIL PROTECTED]> writes: JC> Aside: The part that is still missing from Mailman is an SQL JC> connector. Once that is in place then it will be very easy to JC> add all sorts of personalization variables - allowing you to JC> run mail merges that are the

Re: [Mailman-Users] Normal mails changed to MIME mail

2003-02-07 Thread Barry A. Warsaw
> "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: MJ> So setting a list to e.g. 'German' implies ISO-8859-1? Am I MJ> getting this right? Yes. MJ> I thought that the language setting only affects the language MJ> and not the charset... It has to because the character se

RE: [Mailman-Users] Disabling VERP

2003-02-06 Thread Barry A. Warsaw
> "TM" == Tom Maddox <[EMAIL PROTECTED]> writes: >> I think there is some confusion here about what is meant by >> VERP'ed address. TM> Evidently, you are correct. :-/ TM> So, that's not my problem, then, but my problem remains TM> unresolved. In a nutshell, here's what

Re: [Mailman-Users] [URGENT][SUBSCRIBERS VANISHED, No entries in LOG]

2003-02-06 Thread Barry A. Warsaw
> "ganeshh" == <[EMAIL PROTECTED]> writes: ganeshh> I am running 30 lists on mailman 2.0.8 You should upgrade at least to Mailman 2.0.13. -Barry -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/

Re: [Mailman-Users] Another upgrade problem (2.0.13 -> 2.1); pending admin request page hosed

2003-02-06 Thread Barry A. Warsaw
> "EO" == Ed Osinski <[EMAIL PROTECTED]> writes: EO> I upgraded from 2.0.13 to 2.1, and I run into a problem when EO> trying to access the "Tend to pending moderator requests" page EO> of a pre-existing list. I get: EO> ValueError: unpack tuple of wrong size I believe I fin

Re: [Mailman-Users] after 2.0.13->2.1 upgrade, files needed?

2003-02-06 Thread Barry A. Warsaw
> "JAE" == Jeff A Earickson <[EMAIL PROTECTED]> writes: JAE> I've noticed that mailing lists that I've created after the JAE> upgrade only contain config.pck, config.pck.last, and JAE> request.db. Can I assume that the config.db and html files JAE> are left over from 2.0.x an

Re: [Mailman-Users] RE;Cron/senddigests bug

2003-02-06 Thread Barry A. Warsaw
> "DP" == Dan Phillips <[EMAIL PROTECTED]> writes: DP> Tried that and it reported no problems. The problem definitely DP> seems to be in digest.mbox, although I can't see anything DP> wrong. If it isn't too late, can you submit a bug report with the mbox file attached? If you do

Re: [Mailman-Users] Error: Incorrect padding???

2003-02-06 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> I'm getting a huge amount of these messages ... any ideas? Not off hand, but I have an idea. Can you please submit a bug report and include one of the shunted messages? Thanks, -Barry ---

[Mailman-Users] Attention Mailman Hosting Sites

2003-02-05 Thread Barry A. Warsaw
A long while ago, I offered to put up a page listing sites that offered commercial Mailman list hosting services. Sadly, I don't have the time to maintain this or even put it together. However, there is a MoinMoin page (think: Wiki) listing general Python hosting services, of which Mailman is in

Re: [Mailman-Users] Mailman Security.

2003-02-05 Thread Barry A. Warsaw
> "A" == Adam <[EMAIL PROTECTED]> writes: A> The fact that telnet is open pretty much says everything about A> this sysadmin's approach to security. Actually, using the telnet /client/ to connect to port 80 is a pretty natural thing to do. It should connect to the web server runni

Re: [Mailman-Users] Mailman Security.

2003-02-05 Thread Barry A. Warsaw
> "d" == dino <[EMAIL PROTECTED]> writes: d> I was just wondering what kind of security mailman offers, as d> far as protecting user passwords goes? User passwords are considered a lower value asset, so while it should not be possible for unauthorized users or list admins to get the

RE: [Mailman-Users] Mailman Security.

2003-02-05 Thread Barry A. Warsaw
> "d" == dino <[EMAIL PROTECTED]> writes: d> Actually he did it this way: d> Noticed that mydomain/mailman was browsable. d> Telneted to port 80 and sent a get request from there...ouch. d> Sorting that now More details, please. E.g. exactly what url did he get? -Barry

Re: [Mailman-Users] Mailman 2.1 mailpasswds error

2003-02-04 Thread Barry A. Warsaw
> "jam" == John A Martin <[EMAIL PROTECTED]> writes: jam> ,[ Google ] | Your search - "Warsaw's 4th Law" - did not jam> match any documents. ` jam> :-) Try "Warsaw's Fourth Law" :) -Barry -- Mailman-Users mailing lis

Re: [Mailman-Users] mailman 2.1: lotsa language options problems...

2003-02-03 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: CVR> it boiled down to problems with some of the language codecs, CVR> the multi-byte languages. So evidently that isn't really CVR> fixed on OS X, but I'll deal with that later. I bet you're still having problems building P

Re: [Mailman-Users] Mailman 2.1 mailpasswds error

2003-02-03 Thread Barry A. Warsaw
> "IVL" == Ivan Van Laningham <[EMAIL PROTECTED]> writes: IVL> Thanks! That would have saved me an hour or so of poking IVL> around on Feb 1;-) I can definitely relate -- see Warsaw's 4th Law. :) -Barry -- Mailman-Users mailing l

Re: [Mailman-Users] Language setup problem

2003-02-03 Thread Barry A. Warsaw
> "RI" == Rostyk Ivantsiv <[EMAIL PROTECTED]> writes: RI> but how can I set the whole mailman site to be in Russian, not RI> just the lists??? RI> P.S. I tried setting DEFAULT_SERVER_LANGUAGE = 'ru' in RI> mm_cfg.py, but it just brought to server error. You did exactly the r

Re: [Mailman-Users] Mailman 2.1 mailpasswds error

2003-02-03 Thread Barry A. Warsaw
> "MB" == Matt Brown <[EMAIL PROTECTED]> writes: MB> With 2.1 you need to create a "site-wide" mailing list called MB> "mailman". Note BTW, that I've just modified mailmanctl to refuse to start if the site list doesn't exist. -Barry -

PyCon, Sprints, and IRC (was Re: [Mailman-Users] IRC)

2003-02-01 Thread Barry A. Warsaw
> "JL" == Jim LaSalle <[EMAIL PROTECTED]> writes: JL> Is there an IRC for users of this mail list? irc.freenode.net #mailman But I haven't had much time to hang out there lately. :( BTW, is anybody planning on coming to PyCon? http://www.python.org/pycon/ If there is enough inter

Re: [Mailman-Users] Re: HTML interface to set DEFAULT_URL

2003-01-31 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> What was dangerous about it? DG> I'm just curious. If you made a mistake, you couldn't then use the web to fix it. The urls would be hosed. -Barry -- Mailman-Users mailing li

Re: [Mailman-Users] HTML interface to set DEFAULT_URL

2003-01-31 Thread Barry A. Warsaw
> "MP" == Marc Perkel <[EMAIL PROTECTED]> writes: MP> In Mailman 2.0 there was a setting for the default URL. I MP> can't seem to find it in 2.1. It was too dangerous to leave in the web interface. MP> I need to change the default URL for all my lists. Any easy MP> way to do

Re: [Mailman-Users] Getting mailman to use the same smtp connectionfor messages sent to the same domain

2003-01-31 Thread Barry A. Warsaw
> "SW" == Simon White <[EMAIL PROTECTED]> writes: SW> Chunking like this means that you're actually sending RCPT TO: SW> based on TLD, and then only US TLDs, right? So SMTP_MAX_RCPTS SW> set to 50 could mean several different second level domains in SW> the same chunk, but for

Re: [Mailman-Users] Where is HandlerAPI?

2003-01-31 Thread Barry A. Warsaw
> "AEW" == Albert E Whale <[EMAIL PROTECTED]> writes: AEW> I am having problems getting Mailman 2.1 installed on LM 8.2 AEW> using the Stock Python distributions. Here is the Error I am AEW> encountering: AEW> ImportError: No module named pythonlib.StringIO AEW> Does th

Re: [Mailman-Users] 2nd request: migrating a list from 1.1 to 2.1hosts?

2003-01-31 Thread Barry A. Warsaw
Let me start off by saying that I have never personally done an upgrade from 1.1 straight to 2.1, so that all this as my best guess, not as gospel. It may in fact, be better to upgrade from 1.1 to 2.0(.13) and then from there to 2.1. That's more work of course, and it may be unnecessary work. >

Re: [Mailman-Users] footer

2003-01-31 Thread Barry A. Warsaw
> "FS" == Fernando Schapachnik <[EMAIL PROTECTED]> writes: FS> If I come up with something tidy, I like to contrib it FS> back. What is the standard way to do that? Use the SourceForge patch manager: http://sourceforge.net/tracker/?group_id=103&atid=300103 and if you want, add

Re: [Mailman-Users] Getting mailman to use the same smtp connectionfor messages sent to the same domain

2003-01-31 Thread Barry A. Warsaw
> "SW" == Simon White <[EMAIL PROTECTED]> writes: SW> You have a point. Mailman is injecting to the MTA so if it SW> does connect/disconnect etc then this will affect even SW> Postfix. So, there does need to be a way to have Mailman open SW> a single connection to the server f

Re: [Mailman-Users] footer

2003-01-31 Thread Barry A. Warsaw
> "TN" == Tom Neff <[EMAIL PROTECTED]> writes: TN> I don't know of any way to do what you want without patching TN> Mailman. You're right that there currently is no way to do this. The security implications would have to be worked out, but it might be an interesting feature -- feel

Re: [Mailman-Users] FAQ entry: Who should deal with DNS errors?

2003-01-31 Thread Barry A. Warsaw
> "ST" == Samuel Tardieu <[EMAIL PROTECTED]> writes: ST> I was going to add this FAQ entry, but I realize that I don't ST> have a password to do that and I have to leave for a meeting ST> right now. Folks, remember that the FAQwiz is on the honor system. Look at the front page o

Re: [Mailman-Users] [Bug] Cookie from older version

2003-01-31 Thread Barry A. Warsaw
> "SW" == Simon White <[EMAIL PROTECTED]> writes: SW> Kinda tough if you don't have the mailman version in the SW> cookie. A good reason to put it in there, from now on, if it SW> isn't there. SW> Any other parameter in the cookie which has changed could be SW> detected b

Re: [Mailman-Users] [Bug] Cookie from older version

2003-01-30 Thread Barry A. Warsaw
> "WY" == Will Yardley <[EMAIL PROTECTED]> writes: WY> If you have an old cookie from Mailman 2.0.x, you'll have to WY> re-login for every page until you manually clear the cookie WY> from your browser (after upgrading to 2.1). WY> Is there any way to fix this in the future?

Re: [Mailman-Users] MS Exchange as a relay computer?

2003-01-28 Thread Barry A. Warsaw
> "RH" == Ralf Hildebrandt <[EMAIL PROTECTED]> writes: RH> Excellent. I got no password :( Go to http://www.python.org/cgi-bin/faqw-mm.py and look at the bottom of the page. :) -Barry -- Mailman-Users mailing list [EMAIL PROTECT

Re: [Mailman-Users] MS Exchange as a relay computer?

2003-01-28 Thread Barry A. Warsaw
> "RH" == Ralf Hildebrandt <[EMAIL PROTECTED]> writes: RH> * alex wetmore <[EMAIL PROTECTED]>: >> The Mailman FAQ still recommends setting MAX_SMTP_RCPTS to 10 >> for performance reasons, but doesn't explain why. RH> This should definitely go! That's in the FAQwiz, right? F

Re: [Mailman-Users] Re: Bundling HTDIG

2003-01-28 Thread Barry A. Warsaw
> "bob" == <[EMAIL PROTECTED]> writes: bob> While I can understand why one might not want to bundle HTDIG bob> with Mailman, I do think it is entirely appropriate to bob> integrade the HTDIG patches into Mailman, making the adding bob> of HTDIG much easier. Especially since

Re: [Mailman-Users] Bundle Htdig with Pipermail? -was- How to deletemessages from private archives

2003-01-27 Thread Barry A. Warsaw
> "MD" == Matthew Davis <[EMAIL PROTECTED]> writes: MD> -rw-rw-r-- 1 mailman2 mailman2 5466939 Dec 30 23:55 MD> mailman-2.1.tgz Eventually, I want to split Mailman into a sumo distro and a lite distro, where the latter includes just the English distro. -Barry --

[Mailman-Users] Re: Bundle Htdig with Pipermail? -was- How to delete messages fromprivate archives

2003-01-27 Thread Barry A. Warsaw
> "JC" == Jon Carnes <[EMAIL PROTECTED]> writes: JC> Is there a reason you wouldn't want to simply include Htdig as JC> part of the "out of the box" install? If we bundle it with Mailman, we're making a commitment to maintain it. JC> Are you thinking that we can port ht://dig ov

RE: [Mailman-Users] How to delete messages from private archives

2003-01-27 Thread Barry A. Warsaw
> "JP" == Jim Popovitch <[EMAIL PROTECTED]> writes: JP> Actually my suggestion would be to remove Pipermail (and not JP> insert MHonarc, Hypermail, etc.) MM doesn't include a search JP> engine, why a mail archive? IMHO MM should focus on what it JP> already does very very we

Re: [Mailman-Users] can't access private archives when changingdefault lang

2003-01-27 Thread Barry A. Warsaw
> "TA" == The Anarcat <[EMAIL PROTECTED]> writes: TA> Many thanks! TA> That is great.. Pointers for a patch? http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mailman/mailman/templates/fr/private.html.diff?r1=text&tr1=2.3&r2=text&tr2=2.2&diff_format=h Cheers, -Barry -

Re: Using mailman without passwords WAS Re: [Mailman-Users] Mailman

2003-01-27 Thread Barry A. Warsaw
> "MD" == Matthew Davis <[EMAIL PROTECTED]> writes: MD> Now my 2 disclaimers. 1. Do with this information as you see MD> fit, its not the recommended way to setup a list. 2. Take it MD> for what its worth, it was free. Actually, it's a fine way to run your lists, because your m

Re: [Mailman-Users] Fiddling with pending messages

2003-01-27 Thread Barry A. Warsaw
> "MO" == Marcin Owsiany <[EMAIL PROTECTED]> writes: MO> I just wasn't sure if the .db file wouldn't become corrupt MO> after I modify/delete the .txt files. But it seems OK. Yes, Mailman 2.1 will log a message about missing .txt files and then just evict those entries from the .db f

Re: [Mailman-Users] X-Loop

2003-01-27 Thread Barry A. Warsaw
> "GH" == Gareth Hopkins <[EMAIL PROTECTED]> writes: GH> So is there anywhere I can add this then in mailman or change GH> the X-Beenthere settings? I still don't quite understand what you're trying to accomplish. I wouldn't recommend changing the X-BeenThere header -- this is an in

Re: [Mailman-Users] can't access private archives when changingdefault lang

2003-01-27 Thread Barry A. Warsaw
> "TA" == The Anarcat <[EMAIL PROTECTED]> writes: TA> That said, I think I found a bug. Recently, I changed the TA> default language of two private lists to "français" (french) TA> and suddenly, I couldn't login the private archives. And TA> actually, the form in /mailman/priv

RE: [Mailman-Users] How to delete messages from private archives

2003-01-27 Thread Barry A. Warsaw
> "JP" == Jim Popovitch <[EMAIL PROTECTED]> writes: JP> I too use HTDig, but this doesn't really help with external JP> search engines or deep-linkers. The best solution, is JP> MHonarc, but I keep holding out for Pipermail to catchup. ;) Wanna help? :) I keep looking for motiv

[Mailman-Users] Fix for cross-site scripting bug in Mailman 2.1.0

2003-01-26 Thread Barry A. Warsaw
The cross-site scripting bug in Mailman 2.1.0 that was reported on Bugtraq has been fixed. My thanks to all who reported this (except unfortunately the person who posted it to bugtraq before contacting me first. :/ ). Special thanks to Tokio Kikuchi who worked out the essential fix. The patch i

Re: [Mailman-Users] List, user, and site passwords

2003-01-24 Thread Barry A. Warsaw
> "PK" == Paul Kleeberg <[EMAIL PROTECTED]> writes: PK> Are all the passwords used by mailman encrypted? I am PK> migrating from Listproc where user and list passwords appear PK> in plain text so that the list and site managers could read PK> them. I thought that was bad and

Re: [Mailman-Users] Re: Problems with content filtering

2003-01-24 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> To fix the problem, we have to change the temporary directory DG> that lynx uses. DG> Change the HTML_TO_PLAIN_TEXT_COMMAND to the following ... | HTML_TO_PLAIN_TEXT_COMMAND = 'export LYNX_TEMP_SPACE=/tmp && | /usr/bi

Re: [Mailman-Users] X-Loop

2003-01-24 Thread Barry A. Warsaw
> "GH" == Gareth Hopkins <[EMAIL PROTECTED]> writes: GH> So is there anywhere I can add this then in mailman or change GH> the X-Beenthere settings? I'm not sure what you're trying to accomplish, but sure you can add it to Mailman. Pick a module in Mailman/Handlers, or make up your

Re: [Mailman-Users] X-Loop

2003-01-23 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: >> Huh? What's an X-loop header? Mailman doesn't use or add this >> header. >> CVR> It's a procmail convention, so that procmail recipes can tell CVR> they've already seen a message and break a potential mail C

Re: [Mailman-Users] trying to disable web interface...

2003-01-23 Thread Barry A. Warsaw
> "JM" == John Minkle <[EMAIL PROTECTED]> writes: | Traceback (most recent call last): | File "/var/mailman/cron/qrunner", line 83, in ? | from Mailman import mm_cfg | File "/var/mailman/Mailman/mm_cfg.py", line 68 | DEFAULT_MSG_FOOTER = | """_

Re: [Mailman-Users] Personalization

2003-01-23 Thread Barry A. Warsaw
> "RBP" == Richard B Pyne <[EMAIL PROTECTED]> writes: RBP> I found the mention of VERP_PASSWORD_REMINDERS, RBP> VERP_PERSONALIZED_DELIVERIES, VERP_DELIVERY_INTERVAL, and RBP> VERP_CONFIRMATIONS in the FAQ and added them to my mm_cfg.py RBP> file, but I still see no difference

Re: [Mailman-Users] upgrade from 2.1beta3 to 2.1 final

2003-01-23 Thread Barry A. Warsaw
> "MS" == Marius Scurtescu <[EMAIL PROTECTED]> writes: MS> I am running Maiman 2.1 beta 3 and I would like to MS> upgrade to the final release. MS> Could someone point me to the proper documentation or MS> just quickly tell me what I need to do? MS> Any information is mo

Re: [Mailman-Users] X-Loop

2003-01-23 Thread Barry A. Warsaw
> "GH" == Gareth Hopkins <[EMAIL PROTECTED]> writes: GH> I have just upgraded to version 2.1. Apparently in GH> this version I can add an X-loop header. Where abouts do I do GH> this? Huh? What's an X-loop header? Mailman doesn't use or add this header. -Barry ---

Re: [Mailman-Users] Archiving: email address are not hidden dispitesetting

2003-01-23 Thread Barry A. Warsaw
> "MC" == Marc Christensen <[EMAIL PROTECTED]> writes: MC> Is there a way to fix the problem without an upgrade? Not easily, unfortunately. -Barry -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/

Re: [Mailman-Users] Archiving: email address are not hidden dispitesetting

2003-01-23 Thread Barry A. Warsaw
> "MC" == Marc Christensen <[EMAIL PROTECTED]> writes: MC> Dispite this, the archives still show the full addresses. MC> Has anyone seen this or know how to fix this? This is fixed in Mailman 2.1. -Barry -- Mailman-Users mailing l

Re: [Mailman-Users] running Mailman2.1 from cron

2003-01-23 Thread Barry A. Warsaw
> "MB" == Matt Brown <[EMAIL PROTECTED]> writes: MB> Is it possible to run Mailman 2.1 from cron, a la v 2.0.13? Kind of. bin/qrunner -o runs through a queue directory once instead of in a loop. So you could potentially add crontab entries that fire off qrunner -o for each queue direct

Re: [Mailman-Users] Confirmation + Moderation

2003-01-23 Thread Barry A. Warsaw
> "ST" == Samuel Tardieu <[EMAIL PROTECTED]> writes: ST> I host several mailing lists with both mailman and sympa, and ST> I miss a feature in mailman that I implemented in sympa using ST> their scenarii model: when a mail arrives on a list from a ST> non-subscriber or with th

Re: [Mailman-Users] How does the core of Mailman function?

2003-01-23 Thread Barry A. Warsaw
> "JC" == Jonathan Chum <[EMAIL PROTECTED]> writes: JC> I'm interested on how Mailman is able to deliver out emails JC> rapidly. I'm curious on whether it opens a pipe to Sendmail or JC> Qmail, injects the message, then closes the pipe after each JC> message it delivers or doe

Re: [Mailman-Users] Digest topic list - spurious line breaks

2003-01-22 Thread Barry A. Warsaw
> "TK" == Tokio Kikuchi <[EMAIL PROTECTED]> writes: TK> These lines are multiple line header originally. Current code TK> wraps these lines separately. With the patch, lines are joind TK> first before wrapping. Nice! -Barry --

Re: [Mailman-Users] Digest topic list - spurious line breaks

2003-01-22 Thread Barry A. Warsaw
> "BF" == Ben Finney <[EMAIL PROTECTED]> writes: BF> Many of the topic lines are split at odd places, making BF> reading them very arduous. Line breaks at the beginning of BF> the topic or in the middle are not uncommon, and sometimes the BF> line break is in the middle of a

Re: [Mailman-Users] Re: Odd error in smtp-failure log

2003-01-22 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> Yes, so that begs the question ... why is mailman not DG> understanding a response from sendmail? DG> The sendmail that mailman is sending to is 'queueing only' DG> with no DNS resolution. It's hard to tell exactly what's

Re: [Mailman-Users] Re: Odd error in smtp-failure log

2003-01-22 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> Ordinarily I would agree with you ... but this came from DG> mailman's smtp mailer, not my sendmail. Mailman uses your local smtpd to do the sending so it /is/ coming from your sendmail. -Barry --

Re: [Mailman-Users] implicit addressing

2003-01-22 Thread Barry A. Warsaw
> "SB" == Sarah Baker <[EMAIL PROTECTED]> writes: SB> How can I get the mailman mailing list to accept SB> the other mailing list name as acceptible SB> for the list in the To: or cc: (ie not requiring explicit SB> administrative approval)? In Mailman 2.1: Privacy -> Recipien

Re: [Mailman-Users] Help with sending HTML mail and using externalweblinks for images

2003-01-22 Thread Barry A. Warsaw
> "MC" == Mark C <[EMAIL PROTECTED]> writes: >> Yes. Marketing folks do it all the time. If you want a live >> example of an email that does this, just open up some spam from >> your mailbox and peruse the source/content of the email. MC> But this does sound silly, how would

RE: [Mailman-Users] RE: Machine in unresponsive

2003-01-22 Thread Barry A. Warsaw
> "jsingh" == <[EMAIL PROTECTED]> writes: jsingh> Why is qrunner sending mail to the mailman user every jsingh> minute. That means with the cron job it is creating an jsingh> email for the mailman user. It is because of the jsingh> deprication issue. Be sure you're using th

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-19 Thread Barry A. Warsaw
Steve, You're first problem looks like a classic "permission denied" problem. I'd suggest running bin/check_perms to see if that clears up your problems. The second issue you had (no module name "time") looks like your Python installation is broken. You should be able to do something like the

Re: [Mailman-Users] qrunner troubles after install: "Uncaught runner exception"

2003-01-19 Thread Barry A. Warsaw
> "ANV" == A N Varady <[EMAIL PROTECTED]> writes: ANV> ./configure --with-cgi-gid=99 --with-mail-gid=mailman ANV> --prefix=/home/mailman --with-python=/usr/local/bin/python2.2 ANV> TypeError: isinstance() arg 2 must be a class or type Be sure that the python2.2 above points to P

Re: [Mailman-Users] Upgrade problems (2.0.13 -> 2.1);Incoming qrunner dies

2003-01-19 Thread Barry A. Warsaw
> "EO" == Ed Osinski <[EMAIL PROTECTED]> writes: EO> I've upgraded from 2.0.13 to 2.1, and am having problems: EO> When running "bin/mailmanctl start", I get a series of errors: EO> EOFError : EOF read where object expected EO> This is repeated 11 times. When I run ps to l

Re: [Mailman-Users] misfeature/bug in MM 2.1

2003-01-18 Thread Barry A. Warsaw
> "JAE" == Jeff A Earickson <[EMAIL PROTECTED]> writes: JAE> In my study of my mailing lists today (both new in MM 2.1, JAE> and upgraded from 2.0.13), I made the sad discovery that JAE> generic_nonmember_action = 0 JAE> for **all** of my lists. The "bend over and take spam

Re: [Mailman-Users] mailpasswds

2003-01-18 Thread Barry A. Warsaw
> "sp" == sean pambianco <[EMAIL PROTECTED]> writes: sp> Is there anyway to run the mailpasswds cron jobs for just one sp> list as opposed for all lists on my mailman server? cron/mailpasswds -l onelist See -h for details. -Barry -

Re: [Mailman-Users] BCC allowed?

2003-01-18 Thread Barry A. Warsaw
> "CH" == Carl Holtje <[EMAIL PROTECTED]> writes: CH> While the power of denying a list to be specified in a BCC CH> field is certainly undeniable, I'd like the ability to accept CH> a post that has the list BCCd if the sender is a list member CH> -- is this possible? For MM2

Re: [Mailman-Users] Archives in HTML?

2003-01-18 Thread Barry A. Warsaw
> "JH" == Jim Hale <[EMAIL PROTECTED]> writes: JH> I started a mailing list for 'Blinkies' and 99% of the JH> messages that come thru are in HTML. They come thru my list JH> just fine, but the archives are majorly ugly. Is there a way JH> to have the HTML messages display in H

[Mailman-Users] Re: [Mailman-Developers] spam filter

2003-01-18 Thread Barry A. Warsaw
> "KW" == Kory Wheatley <[EMAIL PROTECTED]> writes: KW> I would like to discard any email that comes from the from KW> address "[EMAIL PROTECTED]". In MM2.1, this is easy. Add [EMAIL PROTECTED] to your Privacy->Sender filters->discard_these_nonmembers. In MM2.0 the best you can do

RE: [Mailman-Users] Sub-lists and authorized posting

2003-01-18 Thread Barry A. Warsaw
> "NN" == Nathan Neulinger writes: NN> I managed to make a patch to do this based on the NN> "list_exploder" patch that is in the sourceforge patches area NN> for 2.0. NN> I've got a patch against 2.1 if anyone is NN> interested. Basically lets you put: NN> +list@th

Re: [Mailman-Users] Can users request old digests?

2003-01-18 Thread Barry A. Warsaw
> "EL" == Ed Leafe <[EMAIL PROTECTED]> writes: EL> I recently received a request from a user who receives and EL> archives the digest version of the list, and due to ISP EL> problems he recently missed a few issues. He has used lists EL> where you can send email to the list re

Re: [Mailman-Users] user feedback on plain digests

2003-01-18 Thread Barry A. Warsaw
> "BF" == Bryan Fullerton <[EMAIL PROTECTED]> writes: BF> When I get a chance later today I'll be trying the patch Tokio BF> Kikuchi sent to mailman-developers - hopefully it will resolve BF> the excess headers issue. I'm off the net at the moment so I can't look at the patch, bu

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-18 Thread Barry A. Warsaw
> "RBP" == Richard B Pyne <[EMAIL PROTECTED]> writes: RBP> However, the create cgi will not permit including the RBP> @dom.ain in the list name and therefore defaults to the RBP> default domain (which mailman appears to allow only to be the RBP> domain listed in the PTR dns re

Re: [Mailman-Users] What's wrong with the mailman-users archive?

2003-01-10 Thread Barry A. Warsaw
We had some problems with mail delivery on python.org/zope.org. We now believe it was a SpamAssassin process that was hanging Exim delivery. We've got a stop gap measure in place which is getting mail flowing again. Looks like the hosage affected the archives. I'll attempt to rebuild them. -B

Re: [Mailman-Users] problems with different chatsets (footer getsattached if different)

2003-01-09 Thread Barry A. Warsaw
> "ST" == Sebastian Talmon <[EMAIL PROTECTED]> writes: ST> I'm sorry, but with this path the headers are set correct, but ST> MS Outlook still shows the footer as a pseudo-Attachement ST> (giving it the name ATT00010.txt or so) Sigh. -Barry --

Re: [Mailman-Users] MM 2.1 -- another qrunner crash

2003-01-09 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> Any thoughts on this? | IOError: [Errno 4] Interrupted system call Just that something's wrong with your mail server, or the connection between it and Mailman, or something sent the qrunner process a signal while it was in the mi

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-09 Thread Barry A. Warsaw
> "SR" == Steve Rifkin <[EMAIL PROTECTED]> writes: SR> OK, I upgraded to MM2.1. After having to run check_perms with SR> -f to fix permissions, I finally got the web pages up. SR> When I go in as site admin and change the list admin's SR> password for a list, I *still* canno

Re: [Mailman-Users] mm2.1 cookie problem?

2003-01-09 Thread Barry A. Warsaw
> "BF" == Bryan Fullerton <[EMAIL PROTECTED]> writes: >> I had the same problem initially. I manually deleted all the >> old cookies set by mailman and it worked fine. Deleting just >> the cookie from that list didn't help. BF> Unfortunately, in this case both of the lists ar

Re: [Mailman-Users] MM2.1 > Footer user variable.

2003-01-08 Thread Barry A. Warsaw
>>>>> "JS" == John Swartzentruber <[EMAIL PROTECTED]> writes: JS> On Wed, 8 Jan 2003 07:59:01 -0500, Barry A. Warsaw wrote: >> Go to Non-Digest Options -> personalize and read the details. JS> It would be helpful if these personalized

Re: [Mailman-Users] MM2.1 > Footer user variable.

2003-01-08 Thread Barry A. Warsaw
> "MD" == Matthew Davis <[EMAIL PROTECTED]> writes: MD> From the 'verify.txt' it looks like %(email) will work. verify.txt doesn't enter into it. Go to Non-Digest Options -> personalize and read the details. -Barry -- Mailman-Users m

  1   2   3   4   5   6   7   >