Re: [Mailman-Users] mailman integration with web pages (user passwords)

2006-09-11 Thread Glenn Sieb
Alain Williams said the following on 9/11/2006 7:01 PM: > I wish to integrate mailman with some (other) web pages. The users > would be able to login and do whatever, part of which would be to subscribe to > a mail list. > > To make it nice I would like a common user authentication, ie > email_ad

Re: [Mailman-Users] Trouble Subscribing/Unsubscribing/Sending Messages

2006-10-03 Thread Glenn Sieb
Ki Song wrote: > I must have messed up a setting on my mailman server because none of the > requests sent by email are being processed. > > When I send a subscribe request to: [EMAIL PROTECTED] I see > my Postfix server relaying the message to the mailman server, but it doesn't > actually subscrib

[Mailman-Users] Content filtering problem...

2008-03-24 Thread Glenn Sieb
Hi everyone! I'm highly puzzled. I have a user trying to post on a list I own. She's getting "The message's content type was not explicitly allowed". The message is just a "Test post" from her, headers (anonymized) follow the email. There are *NO* entries in any of the mailman log files showing

Re: [Mailman-Users] Content filtering problem...

2008-03-25 Thread Glenn Sieb
Mark Sapiro wrote: > I suggest what you want in pass_mime_types is > > multipart > message/rfc822 > text/plain > text/html > > This will accept all text plain parts and text/html parts, even from > attached message/rfc822 parts. Then multipart/alternative parts will > be collapsed to the first (pro

[Mailman-Users] Curious about email confirmations for list owners...

2008-03-27 Thread Glenn Sieb
Hi List... So I have a list on my box that's about to get a new round of listowners/moderators. I created a list for the new mods/owners to play on, so I can show them how the interface works, etc. It's actually been a great learning experience for all of us, since I've never relied on email c

Re: [Mailman-Users] Curious about email confirmations for list owners...

2008-03-27 Thread Glenn Sieb
Mark Sapiro wrote: > Unfortunately, this is MUA dependent. In some MUA's, if you actually > open the attached message, you can reply to it and it will work. In > Tbird 2.0 at least, you can click on the icon for the third part, and > it will open in a new window, and you can reply in that windo

Re: [Mailman-Users] Curious about email confirmations for list owners...

2008-03-27 Thread Glenn Sieb
Mark Sapiro wrote: > I just tried it on Mac OS X 10.5 with Tbird 2.0.0.9 and then after > upgrade, with 2.0.0.12 (with enigmail), and it worked fine in both. > It also works for me with Tbird 2.0.0.12 (with enigmail) on Windows XP. > > I also tried MS-Outlook Express 6 on Windows, but when I try t

Re: [Mailman-Users] mailman footer

2008-04-01 Thread Glenn Sieb
Prashanth wrote: > Hi, > >which variable has the e-mail id of the receptionist and if i > need to add that in the footer where should i set that. In the > Non-digest option i said %(member)s but it shows that as such > > Don't forget to turn on personalization! I usually use this as my

Re: [Mailman-Users] Migrating a list from Yahoo to MM

2008-10-23 Thread Glenn Sieb
Mike Maughan said the following on 10/23/08 11:35 PM: > Morning all, > > I have a long-standing list on Yahoogroups that I want to move to MailMan. > I can export & reimport the users OK but I would like to also transfer the > message archive. > > Anyone have any suggestions, please? > > Do a go

[Mailman-Users] Corrupted archives ...

2009-08-10 Thread Glenn Sieb
Hullo, I'm running mailman-2.1.12, with the htdig patches on FreeBSD 7.0 I have a list with archives that are about 10 years old. The archive mbox size is 175M. I was alerted by a subscriber that the August 2009 archives list 128 "No subject" emails that "look funny." So I looked.. sure enough

Re: [Mailman-Users] Corrupted archives ...

2009-08-12 Thread Glenn Sieb
Mark Sapiro said the following on 8/12/09 10:05 AM: > Do you see these Dec. 1999 messages when you look with Mutt? > *doublechecking* Yes. They look fine. > It looks like someone or some script ran bin/arch on Mon Aug 10 > 18:53:40 EDT 2009 (and possibly at other times) with some spurious > in

Re: [Mailman-Users] authors

2010-12-09 Thread Glenn Sieb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/9/10 5:36 PM, Mark Sapiro wrote: > grep "From " $var_prefix/archives/private/$list.mbox/$list.mbox | \ > awk '{print $2}' | sort -u Wouldn't grep "^From "... (or egrep, depending on your toolkit) work better? Otherwise you grab any sentence

Re: [Mailman-Users] authors

2010-12-09 Thread Glenn Sieb
ty=0} /^$/{empty=1}' $list.mbox | sort -u It's not perfect. For instance, if the mbox has From "Glenn Sieb" lines... but it does only match "From " Anywho... something to tuck away for some future need.. :) Thanks for all you do, Mark! Best, - --Glenn -BEGIN PGP

Re: [Mailman-Users] PHP front-end for Mailman?

2011-06-01 Thread Glenn Sieb
On 6/1/11 12:44 AM, William Ashworth wrote: > I've searched for a bit and perhaps nothing is available (or I'm > typing the wrong searches). I'd really love something to sit on top of (or behind) Mailman that would give me: Authenticated file storage Group calendar Group database Yes, I know. "

[Mailman-Users] Problem with max_num_recipients

2011-06-03 Thread Glenn Sieb
Hullo! I am running 2.1.12 on FreeBSD 8.0-RELEASE. I have a list where, as a rule, we don't allow CCs to other people/lists. So we set max_num_recipients to 2. Now, we have a user (on @excite.com) who sends email to the list that has: Subject: Testing From: "User Name" Date: Fri, 03 Jun 2011 0

Re: [Mailman-Users] User management via email?

2011-08-09 Thread Glenn Sieb
On 8/3/11 2:35 PM, Chase, Edward wrote: > I thought that I had done this task as part of my initial testing, > but I cannot find that I documented that at all. My Google-fu is > coming up very empty on the subject. I've found a number of people > asking the same question with few replies. The be

Re: [Mailman-Users] /mailman/listinfo page URL gets changed to /mailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/

2011-11-28 Thread Glenn Sieb
Have you tried this? (First delete that Alias, it's not going to work.) ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" (Substitute your $DOCROOT for /usr/local/ above...) Best, --Glenn -- Mailman-Users mailing list Mailman-Users@python.org

Re: [Mailman-Users] /mailman/listinfo page URL gets changed to /mailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/listinfomailman/

2011-11-28 Thread Glenn Sieb
On 11/28/11 3:59 PM, Tim O'Neal wrote: > In any case, it didn't work and gave me the same results. > > Here are my aliases, (BTW, my listserver is behind a firewall). > > Alias /pipermail/ > /web/lists.suffolk.edu/DocumentRoot/archives/public/ Alias /icons/ > /web/lists.suffolk.edu/DocumentRoot/i

Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Glenn Sieb
On 2/23/12 2:22 PM, Hone, Don wrote: > Is there a way as list owner or as system admin, to sort a mailman membership > list based on whether someone's moderation flag is set, or perhaps export > that list into a format that includes all of the various option columns that > could then dump into E

Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Glenn Sieb
On 2/23/12 2:35 PM, Mark Sapiro wrote: > Hone, Don wrote: > >> Is there a way as list owner or as system admin, to sort a mailman >> membership list based on whether someone's moderation flag is set, >> or perhaps export that list into a format that includes all of the >> various option columns th

[Mailman-Users] Error on email confirmations on 2.1.5

2005-06-29 Thread Glenn Sieb
Jun 29 23:28:45 caduceus postfix/pipe[36446]: 9FC4F1F4409: to=<[EMAIL PROTECTED]>, relay=mailman, delay=0, status=bounced (Command died with status 1: "/usr/local/mailman/postfix-to-mailman-2.1.py". Command output: File "/usr/local/mailman/scripts/confirm", line 64 sys.exit(MailExits.mai

Re: [Mailman-Users] Error on email confirmations on 2.1.5

2005-06-29 Thread Glenn Sieb
Mark Sapiro said the following on 6/30/2005 1:29 AM: >Something's strange here. The 2.1.5 distribution scripts/confirm only >has 62 lines and there are only 2 sys.exit() calls and they are both >"sys.exit(1)". > >In fact, "grep -ir mailexits *" doesn't find anything anywhere in the >Mailman 2.1.5

Re: [Mailman-Users] Error on email confirmations on 2.1.5

2005-07-01 Thread Glenn Sieb
Mark Sapiro said the following on 6/30/2005 10:41 AM: >Glenn Sieb wrote: > > > >>Nope. I install from source, with the htdig/archiver patches. My confirm >>script is 89 lines long (with comments). >> >> > >The fact remains that your confirm sc

Re: [Mailman-Users] Mailman options on Exchange

2005-07-12 Thread Glenn Sieb
Carl Zwanzig said the following on 7/12/2005 12:25 PM: >Rant: Why is it that normally sane companies feel the need to replacing >something that works and is easy & cheap to maintain with something that >while it usually works, is hard to maintain once it breaks (which it will), >and costs a metri

Re: [Mailman-Users] Scheduled Administrative Option

2005-07-13 Thread Glenn Sieb
Carl Zwanzig said: > In a flurry of recycled electrons, Tokio Kikuchi wrote: > >> Remember that current structure of mailman is not good at arbitrary >> scheduling. You may have to run a scheduling script every hour or so. > > Seems like this already exists with qrunner. [knowing nothing about the

Re: [Mailman-Users] Modifying Mailman-generated virtuals file

2005-10-13 Thread Glenn Sieb
Philip M. White said the following on 10/14/2005 12:09 AM: >Hello, all. > >I've recently reconfigured my mail setup to separate the namespace of >mailing lists versus regular users, so now both systems are considered >"virtual aliases" by Postfix. > >Mailman works with this setup, but only after I

Re: [Mailman-Users] Sender Name

2005-10-21 Thread Glenn Sieb
Pete Holsberg said the following on 10/21/2005 5:42 PM: >>So that if the mail bounces, the bounce will be returned to >>[EMAIL PROTECTED] instead of to the list or the OP, and automated >>bounce processing will work. >> >>Actually, it should suffice that this address is the envelope sender, >>but

Re: [Mailman-Users] Can you discard the entire pending queue for a list?

2005-12-26 Thread Glenn Sieb
Scott P. Miller said the following on 12/26/2005 2:12 PM: > I have some lists which were "moderated" by my users where they > basically left the pending queue untouched (great moderation, eh?) > > I now have about 10 lists with anywhere between 100 and 400 pending > messages. Clicking "discard"

[Mailman-Users] Question about ban_list...

2006-01-03 Thread Glenn Sieb
Let's say I want no users on a mailing list from sitename.com. So, I have a ban_list address of: [EMAIL PROTECTED] Is this the correct form of RegExp? If not, could someone give me a pointer? Thanks in advance! Best, --Glenn -- "They that can give up essential liberty to obtain a little tempo

Re: [Mailman-Users] Question about ban_list...

2006-01-03 Thread Glenn Sieb
Mark Sapiro said the following on 1/3/2006 9:39 PM: > Yes. > > Note also that the ban_list applies to more things as of 2.1.7. From > NEWS: > > - The list's ban_list now applies to address changes, admin mass > subscribes and invites, and to confirmations/approvals of address > chan

Re: [Mailman-Users] Question about ban_list...

2006-01-04 Thread Glenn Sieb
Bryan Carbonnell wrote: >I applied the ht://dig patches to 2.1.7 on my test box with no >problems. IIRC there were just a few ofsets for a few hunks. > >So it appears to apply cleanly. > > > Agreed... the upgrade seemed to go very smoothly last night. Best, --Glenn

[Mailman-Users] mhonarc patch 2.1.6 and mailman 2.1.7

2006-01-10 Thread Glenn Sieb
Hey everyone! Have a bit of a problem happening, and I'm hoping it's an easy fix... I went to set up the mhonarc patch with mailman 2.1.7 tonight. I know, I know.. different versions (2.1.6 patch for mhonarc versus mailman 2.1.7), so I'm taking my life in my hands.. but it seemed to apply cleanly

Re: [Mailman-Users] creating a list of moderators

2006-01-11 Thread Glenn Sieb
Mark Sapiro wrote: >You could probably replace the > >/usr/share/mailman/bin/withlist -q -a -r printowners | tr A-Z a-z | >sort | uniq > >part of this pipe with > >/usr/share/mailman/bin/list_owners > > It appears to also do the uniq for you... I own a few lists on my box, and that command l

[Mailman-Users] Error in 2.1.7...

2006-01-12 Thread Glenn Sieb
I tried to edit the listinfo page of a list, and got the following in logs/error: Jan 12 21:01:18 2006 admin(87363): admin(87363): [- Mailman Version: 2.1.7 -] admin(87363): [- Traceback --] admin(87363): Traceback (most recent call last

Re: [Mailman-Users] additional accounts

2006-01-20 Thread Glenn Sieb
Lawrence Bowie said the following on 1/20/2006 7:26 PM: > If create a mailing list called test-list, then do I have to create aliases > like this Hey Lawrence! If you take a look in $PREFIX/mailman/data/aliases, you'll see that Mailman's nice enough to do it for you :-) Just make sure you includ

Re: [Mailman-Users] additional accounts

2006-01-21 Thread Glenn Sieb
Mark Sapiro said the following on 1/20/2006 11:16 PM: > Only if MTA='Postfix' You mean... there are *other* MTAs?? *grin, duck & run* (Seriously, though--thanks for the catch.. :) I guess I just ASS-U-ME everyone loves Postfix as much as I do ;-) ) ObReflection: It's hard to believe I've been ru

Re: [Mailman-Users] Mailman, Postfix and MySQL-based virtual domains

2006-01-25 Thread Glenn Sieb
Mark Sapiro said the following on 1/25/2006 9:49 PM: > Werner Schalk wrote: > >> I created some mailing lists. But when I try to >> send a mail to one of them I get the following error message in my log file: Just curious... do you issue: postmap /usr/local/mailman/data/virtual-mailman Because

Re: [Mailman-Users] Integrating htdig

2006-02-28 Thread Glenn Sieb
michael dunston said the following on 2/28/2006 2:31 AM: > [EMAIL PROTECTED], 11:48 AM (-0800) Monday, February 27, > 2006: > >> I noticed in the documentation that the 3.2 version of htdig is not >> supported by the patches for using htdig with mailman. I've tried >> rolling it back to version 3

Re: [Mailman-Users] Integrating htdig

2006-02-28 Thread Glenn Sieb
Glenn Sieb said the following on 2/28/2006 12:50 PM: > I don't recall having to do anything special in this situation. I'm > running 2.1.7 with htdig 3.2.0b6 ... > > I did customize my htdig setup, so that my logo, color scheme and such > are used, and I put all

Re: [Mailman-Users] Integrating htdig

2006-02-28 Thread Glenn Sieb
Glenn Sieb said the following on 2/28/2006 1:13 PM: > Glenn Sieb said the following on 2/28/2006 12:50 PM: >> I don't recall having to do anything special in this situation. I'm >> running 2.1.7 with htdig 3.2.0b6 ... >> >> I did customize my htdig setup, s

Re: [Mailman-Users] Log analysis

2006-03-03 Thread Glenn Sieb
Roger Favero said the following on 3/3/2006 8:57 AM: > thanks a lot for you answer. I downloaded the script and, after a few > modification for customisation reason, it runs very well. But now I have > a problem: I found out that my mailman post log is stop to the begin of > february and I don't

Re: [Mailman-Users] Importing Archives Not Working

2006-03-03 Thread Glenn Sieb
Karl Zander wrote: > Hello, > > Using mm 2.1.7 with the patches for htdig and MHonArc > applied. > > We have messages in mbox format that we want to import. > > As per 5.1 from the FAQ, we used > > bin/arch archives/private/.mbox/.mbox > > where is our list name. We did create the list > bef

Re: [Mailman-Users] Importing Archives Not Working

2006-03-03 Thread Glenn Sieb
Karl Zander said the following on 3/3/2006 6:48 PM: > I will have to look carefully at that mbox format. There > are definately messages in it. Thunderbird reads it OK, > but maybe Thunderbird is more forgiving of mbox > formatting. The messages orginated in Lyris ListManger. > They have a

Re: [Mailman-Users] how to disable "post requires approval" messages

2006-03-04 Thread Glenn Sieb
Crni Gorac said the following on 3/4/2006 3:28 AM: > I'm administering couple mailing list and during last time each day > I'm receiving dozen of "... post from ... requires approval" messages > ("As list administrator, your authorization is requested for the > following mailing list posting...")

Re: [Mailman-Users] Running a script on subscribe/unsubscribe?

2006-03-13 Thread Glenn Sieb
Dragon said the following on 3/13/2006 1:49 AM: > It's not so much a problem per se as it is just that I want > processing to be much more immediate so that when a member > subscription is approved or a member unsubscribes or is removed from > the list, the password update and other setup activi

[Mailman-Users] Um? "You are subscribed to a list of mailing lists"?

2006-04-22 Thread Glenn Sieb
Hey all! I just set up a new mailing list (was a move to a new listname, too many spammers found the old one). So I subscribed all the old users. Now, on their options pages, they all say under the "Your Password" section: "Forgotten Your Password? Click this button to have your password email

Re: [Mailman-Users] Um? "You are subscribed to a list of mailing lists"?

2006-04-22 Thread Glenn Sieb
Glenn Sieb said the following on 4/22/2006 4:46 PM: > Hey all! > > I just set up a new mailing list (was a move to a new listname, too many > spammers found the old one). Nevermind. Apparently the moderator of the list set "send password reminders to -owner" (an option

Re: [Mailman-Users] mailman vs yahoogroups

2006-05-03 Thread Glenn Sieb
Brad Knowles said the following on 5/3/2006 1:00 AM: > From the Mailman side, the canonical answer is FAQ 1.26 at > . > > I can pretty much guarantee you that some of these things will > never be integrated into Ma

Re: [Mailman-Users] (no subject)

2006-05-22 Thread Glenn Sieb
Everett Johnson said the following on 5/22/2006 10:53 PM: > Why is it normal for a bounce processor to be the sender when there are > no bounces? This confuses some list members. Because, *should the message bounce to a user*... instead of the original poster getting the bounce notification, the

Re: [Mailman-Users] One Down, one more to go.

2006-06-06 Thread Glenn Sieb
[EMAIL PROTECTED] wrote: > However now I have an issue where emailing a list the email you sent to > the list never goes anywhere. Nothing in the logs. Nothing anywhere. > > I know that th3e invites and outbound matters from mailman work perfectly, but > none of the emails being sent to the maili

Re: [Mailman-Users] Mailman + htdig problems

2006-08-21 Thread Glenn Sieb
Peter DeVries said the following on 8/21/2006 11:10 AM: > My problem is that the archive page of any newly created lists looks like this It looks like you might be missing: ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" Alias /pipermail/ "/usr/local/mailman/archives/public/" in your httpd.c

[Mailman-Users] Question about public HTML pages...

2004-08-05 Thread Glenn Sieb
I know I can go to a list's Admin page and change the public HTML.. but I have a question. Let's say I want to put a Paypal donation link on a list's public page--whereever I put the code (and it doesn't seem to matter where), when I click on the Paypal link, it gives me a Mailman error saying I mu

Re: [Mailman-Users] Question about public HTML pages...

2004-08-06 Thread Glenn Sieb
Eric Schmitz said the following on 8/6/2004 8:30 AM: Glenn, It sounds like the "submit" input in your PayPal form is actually invoking the subscription form processing script. Make sure your PayPal form is not ending up _inside_ the Mailman subscription form tags when the subscription page is

Re: [Mailman-Users] Question about public HTML pages...

2004-08-06 Thread Glenn Sieb
Glenn Sieb said the following on 8/6/2004 12:04 PM: It looks (upon examining the page source) that the form starts way early: I found that by putting the code in a new row under "" it works as needed, and gives the exposure necessary for the listowner. Thanks, everyone :) Best, Glen

[Mailman-Users] Is anyone using the SpamAssassin.py and spamd.py handlers?

2005-02-06 Thread Glenn Sieb
I'm running 2.1.5 on FreeBSD, with SpamAssassin 3.0.1_2. I followed the instructions from the FAQWizard, http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.023.htp I went to #2: Using patches by Jon Parise located at http://sourceforge.net/tracker/index.php?func=detail&aid=640518&group

Re: [Mailman-Users] Is anyone using the SpamAssassin.py and spamd.pyhandlers?

2005-02-06 Thread Glenn Sieb
John Fleming said the following on 2/6/2005 4:10 PM: Glenn, I have it working, and I'm a major newbie. Here's my mm_cfg.py snippet: Weird. All I did was change SPAMASSASSIN_HOST to 'localhost', restarted qrunner and *puf* it started working. That's vrry odd. But.. thanks :) Best, --Glenn (Thank

Re: Fwd: [Mailman-Users] Mailman CGI error!!!

2005-02-16 Thread Glenn Sieb
[EMAIL PROTECTED] said the following on 2/16/2005 8:26 AM: Hi, I'm still having trouble with installing Mailman. The original error is as follows: Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Failure to lookup via getgrgid() the

[Mailman-Users] Bounce-events pck files...

2005-06-08 Thread Glenn Sieb
I run Mailman 2.1.5 on FreeBSD 4.11-RELEASE, with Apache 2.0.54, and Postfix 2.2.3 I was just looking in my mailman/data directory and noticed that I have 155 of these bounce-events-#.pck files taking up about 24 meg of space there. They date back as far as January 18th of this year. Are t

Re: [Mailman-Users] Bounce-events pck files...

2005-06-08 Thread Glenn Sieb
Mark Sapiro said the following on 6/8/2005 4:19 PM: >Yes, they are mostly if not all garbage and yes, they contain >unprocessed bounce messages. > > Ah-hah! Thank you, Mark! I think I can code up a script to safely clean these out. :) Thanks again! Best, --Glenn -- "They that can give up ess

[Mailman-Users] Greetings! :) New mailman user here.

2002-10-04 Thread Glenn Sieb
I have to say I really like this software--it was much easier to get installed and running than Majordomo was... I have a few questions, which I hope haven't already been answered (I've searched the web, archives, etc)... 1) Will a soon-to-be-released version of Mailman support attachment

Re: [Mailman-Users] Re: Greetings! :) New mailman user here.

2002-10-05 Thread Glenn Sieb
At 02:38 PM 10/5/2002 -0600, LuKreme posted the following... >On Friday, Oct 4, 2002, at 20:49 Canada/Mountain, Glenn Sieb wrote: >>1) Will a soon-to-be-released version of Mailman support attachment >>stripping? > >The current version supports this (2.1b3) Cool--than

Re: [Mailman-Users] Re: Greetings! :) New mailman user here.

2002-10-05 Thread Glenn Sieb
At 02:38 PM 10/5/2002 -0600, LuKreme posted the following... >On Friday, Oct 4, 2002, at 20:49 Canada/Mountain, Glenn Sieb wrote: >>1) Will a soon-to-be-released version of Mailman support attachment >>stripping? > >The current version supports this (2.1b3) Cool--than

[Mailman-Users] Beta 2.1b3 permission problem...

2002-10-05 Thread Glenn Sieb
I'm not sure if this is the right list... but I just got 2.1b3 (LOVE the mime-filter!) installed on my system, and was getting the GID problems, and went through (by the by, the GID/UID was set right...) and ran check_perms, etc... finally saw that mailman was: -rwxr-xr-x 1 root mailman 173

Re: [Mailman-Users] Postfix / Mailman integration script

2002-10-06 Thread Glenn Sieb
At 06:49 PM 10/6/2002 -0400, Jon Carnes posted the following... >Postfix & Mailman integration >May 29th 2002, 8:57 MST > >The Postfix mail server and the Mailman are both highly regarded and >popular packages. This python script glues Postfix and Mailman together >in a way so that a virtual domai

[Mailman-Users] Problem with email addresses in 2.1b3...

2002-10-06 Thread Glenn Sieb
Here's the email result of a newlist command: Note it says "localhost.wingfoot.org" where it *should* say "lists.wingfoot.org" I have : DEFAULT_EMAIL_HOST = 'lists.wingfoot.org' In my mm_cfg.py .. Postfix is my MTA. Can anyone tell me what I'm doing wrong here or point me in the right directio

Re: [Mailman-Users] Problem with email addresses in 2.1b3...

2002-10-06 Thread Glenn Sieb
At 09:05 PM 10/6/2002 -0500, Dan Phillips posted the following... >$MAILHOST environmental variable at the time you ran ./configure. Did you >set it? I had the same problem until I manually set it ('setenv $MAILHOST >host.domain') immediately before running the config script. I just rebuilt thi

Re: [Mailman-Users] Problem with email addresses in 2.1b3...

2002-10-06 Thread Glenn Sieb
>DEFAULT_URL = 'https://www.wingfoot.org/mailman/' >MTA = 'Postfix' >POSTFIX_ALIAS_CMD = '/usr/local/sbin/postalias' >POSTFIX_MAP_CMD = '/usr/local/sbin/postmap' >DEFAULT_EMAIL_HOST = 'lists.wingfoot.org' >DEFAULT_URL_HOST = 'www.wingfoot.org' >DEFAULT_URL_PATTERN = 'https://%s/mailman/'

[Mailman-Users] Hey Jon, here's something for your FAQ entry for Mailman..

2002-10-13 Thread Glenn Sieb
Hey Jon-- First--thank you for pointing me to your entry in the FAQ--it was exactly what I was looking for!! :) Now, I'd like to give back .. :) I have a suggested addition for that entry: FAQ # 3.7, Setting up Web access using MM list passwords - for Apache... Here's a Perl script that crea

[Mailman-Users] Hey Jon, here's something for your FAQ entry for Mailman..

2002-10-18 Thread Glenn Sieb
Hey Jon-- First--thank you for pointing me to your entry in the FAQ--it was exactly what I was looking for!! :) Now, I'd like to give back .. :) I have a suggested addition for that entry: FAQ # 3.7, Setting up Web access using MM list passwords - for Apache... Here's a Perl script that creat

Re: [Mailman-Users] Postfix / Mailman integration script

2002-10-11 Thread Glenn Sieb
At 06:49 PM 10/6/2002 -0400, Jon Carnes posted the following... Postfix & Mailman integration May 29th 2002, 8:57 MST The Postfix mail server and the Mailman are both highly regarded and popular packages. This python script glues Postfix and Mailman together in a way so that a virtual domains suc

[Mailman-Users] Question about fixing an install..

2003-01-03 Thread Glenn Sieb
I am still running 2.1b5, and would like to upgrade to 2.1RC1... but I'd like to resolve this one eetsy problem. I had failed to create the "mailman" list as the first list in my install. I have since done so--but I still get the cron error: Site list is missing: mailman So I figure, hey.. I w

Re: [Mailman-Users] Question about fixing an install..

2003-01-03 Thread Glenn Sieb
At 06:46 PM 1/3/2003 -0500, Barry A. Warsaw posted the following... It would be worth investigating why you still get this. You shouldn't! I'm in full agreement with you on this :) You cd to /usr/local/mailman and type "bin/list_lists". Does the mailman list show up there? It should. (Stu

Re: [Mailman-Users] Question about fixing an install..

2003-01-03 Thread Glenn Sieb
At 05:34 PM 1/3/2003 -0700, Ashley M. Kirchner posted the following... 2.1 final is out. D'oh.. I guess I missed the announcement.. thanks :) Glenn --- The original portions of this message are the copyright of the author (c)1998-2002 Glenn E. Sieb.ICQ UIN: 300395IRC Nick: Rainbear

[Mailman-Users] Answer about fixing an install

2003-01-03 Thread Glenn Sieb
*sigh* *puts on dunce cap* *sits in corner* Mailman's crontab was pointing to /usr/local/mailman2.1 instead of /usr/local/mailman (2.1 was a test I did at one point, which ended up being rolled into /usr/local/mailman Can someone pass me the sugar-free Red Bull? My brain needs a boost LOL Tha

[Mailman-Users] Hmm.. trying to get patch 444884 (htdig integration)

2003-01-03 Thread Glenn Sieb
I'm getting a blank page ("this page has no data") consistently from three different ISPs Is there another source to get the patches from? Thanks in advance, Glenn --- The original portions of this message are the copyright of the author (c)1998-2002 Glenn E. Sieb.ICQ UIN: 300395IRC

[Mailman-Users] Mailman/htdig Success and a question or 3..

2003-01-07 Thread Glenn Sieb
First I just want to say: MAILMAN ROCKS! :) I managed to get 2.1 and htdig all running together and working peachykeen... :) it's a beautiful thing! My monthly mailers all work now, creating lists from the webinterface works, etc! However--a suggestion? In Defaults.py, once all the patches are

Re: [Mailman-Users] Question about fixing an install..

2003-01-08 Thread Glenn Sieb
At 06:46 PM 1/3/2003 -0500, Barry A. Warsaw posted the following... It would be worth investigating why you still get this. You shouldn't! I'm in full agreement with you on this :) You cd to /usr/local/mailman and type "bin/list_lists". Does the mailman list show up there? It should. (Stu

Re: [Mailman-Users] Mailman/htdig Success and a question or 3..

2003-01-08 Thread Glenn Sieb
At 07:21 AM 1/8/2003 +, Richard Barrett posted the following... /mailman/htdig/ is correct. This is explained in the file $build/INSTALL.htdig-mm installed by the #444884 patch. In part it says: *duck* sorry, my bad :) $prefix/cgi-bin/htdig $prefix/Mailman/Cgi/htdig.py Ok.. I've remove

[Mailman-Users] Ok.. got everything working..

2003-01-11 Thread Glenn Sieb
Just a minor question: On my listinfo page it says: Send questions or comments to [EMAIL PROTECTED] How do I change that? I can't find anything in Defaults.py (and list.org seems to be down)... I don't remember if it was like this with the prior install or not. I've

Re: [Mailman-Users] Ok.. got everything working..

2003-01-12 Thread Glenn Sieb
At 01:12 PM 1/12/2003 +, Richard Barrett posted the following... Depends on how you want to change it. Assuming you've checked out the final setup notes in INSTALL file, the notes in Defaults.py and made your changes in mm_cfg.py I've read INSTALL, there seems to be nothing there showing me

Re: [Mailman-Users] Ok.. got everything working..

2003-01-14 Thread Glenn Sieb
At 07:27 PM 1/12/2003 +, Richard Barrett wrote: VIRTUAL_HOSTS MAILMAN_SITE_LIST DEFAULT_HOST_NAME DEFAULT_EMAIL_HOST Arrgh. The problem was I was missing: add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) in mm_cfg.py. Now it's mch better :) Thanks again, Richard

Re: [Mailman-Users] Ok.. got everything working..

2003-01-15 Thread Glenn Sieb
At 07:27 PM 1/12/2003 +, Richard Barrett wrote: VIRTUAL_HOSTS MAILMAN_SITE_LIST DEFAULT_HOST_NAME DEFAULT_EMAIL_HOST Arrgh. The problem was I was missing: add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) in mm_cfg.py. Now it's mch better :) Thanks again, Richard

[Mailman-Users] Question about special MM tags...

2003-01-21 Thread Glenn Sieb
Hey all! Is there a list somewhere of the tags used in the HTML pages of lists? I've searched the web, to no avail... Thanks!!! :) Glenn --- The original portions of this message are the copyright of the author (c)1998-2002 Glenn E. Sieb.ICQ UIN: 300395IRC Nick: Rainbear "Religion is

RE: [Mailman-Users] Disabling VERP

2003-02-04 Thread Glenn Sieb
Tom Maddox said: > I tried twiddling the VERP_DELIVERY_INTERVAL setting, but it made no > difference. Hey Tom... a couple of questions (forgive me if they sound silly, or if they've already been asked): 1) Are you changing ~mailman/Mailman/mm_cfg.py--not ~mailman/Mailman/Defaults.py? (and if you'

Re: [Mailman-Users] Illegal email address comma in email address

2003-02-12 Thread Glenn Sieb
cary said: > One of my mailing lists has a single email address formatted like so > > na,[EMAIL PROTECTED] hmm did you try escaping the ,: na\,[EMAIL PROTECTED] Glenn --- The original portions of this message are the copyright of the author (c)1998-2002 Glenn E. Sieb.ICQ UIN: 300395

Re: [Mailman-Users] How to adjust the frequency of moderation notifications?

2013-10-07 Thread Glenn Sieb
On 10/7/13 1:06 PM, Javad Hoseini-Nopendar wrote: > Hello > When one of the posts is waiting for moderation, Mailman keeps sending me a > reminder every few days. What can I do so not to receive the reminder so > often? For example I want to receive only weekly reminders or once every two > week

Re: [Mailman-Users] Introduction

2013-12-08 Thread Glenn Sieb
On 12/8/13, 1:52 PM, Andrew Hodgson wrote: > Furthermore, you would lose any other information such as list > archives stored in Yahoo. ...Unless you're snazzy with a system that runs Perl and you can run Yahoo2mbox to export the archives. Best, --Glenn --

[Mailman-Users] DMARC and Reply-To lines with from_is_list munging.

2014-05-06 Thread Glenn Sieb
Greetings... So I run a bunch of mailing lists, with a bunch of people who are not technically adept whatsoever. ("I am not getting list posts! "That's because you set yourself to no mail" "What's no mail?" "It means you set yourself to be a member of the list, but not to get any email from it." "

Re: [Mailman-Users] DMARC and Reply-To lines with from_is_list munging.

2014-05-06 Thread Glenn Sieb
On 5/6/14, 4:29 PM, Mark Sapiro wrote: > Do you mean Privacy options... -> Recipient filters -> > max_num_recipients = 2 > > If so, ouch, but what do you do now when people reply-all to posts. > Don't those replies get held? Indeed. They get rejected. Policy on a couple particular lists. No cc's,

Re: [Mailman-Users] DMARC and Reply-To lines with from_is_list munging.

2014-05-06 Thread Glenn Sieb
On 5/6/14, 5:31 PM, Mark Sapiro wrote: > I went back and forth with this. Initially, if first_strip_reply_to was > Yes and reply_goes_to_list was This list or Explicit address, I didn't > put the poster's address in Reply-To: > > I finally decided it was of overriding importance to expose the post

Re: [Mailman-Users] DMARC and Reply-To lines with from_is_list munging.

2014-05-07 Thread Glenn Sieb
On 5/7/14, 12:08 AM, Stephen J. Turnbull wrote: > What is the intent of the restriction? Are you trying to get the > users to use "reply to author" by punishing them with a black hole if > they don't, and then set Reply-To to list-post so that nobody ever > gets a personal reply? Or is this inten

Re: [Mailman-Users] DMARC and Reply-To lines with from_is_list munging.

2014-05-08 Thread Glenn Sieb
It is not necessary to cc: me. I get list emails. Emails can go to the list, unless you wish to take something private. Thank you. On 5/7/14, 10:36 PM, Stephen J. Turnbull wrote: > If you just want to vent, please say so. I thought you were asking > for help. Then please work on your phrasing. Y

[Mailman-Users] Logging question...

2003-06-17 Thread Glenn Sieb
Hey everyone.. running MM 2.1 on FreeBSD 4.8 with Postfix/AMaViS/SpamAssassin I had a user ask me why an email she sent never got posted to a list she's a proper member of.. so I went to investigate.. saw that yes, she indeed posted a message, it hit my SMTP, went through SA/AMaViS and through to

Re: [Mailman-Users] Logging question...

2003-06-17 Thread Glenn Sieb
Richard Barrett said: > Usually 0664 for the files in $prefix/logs but the best way to get this > right is by running '$prefix/bin/check_perms -f' as either root or the > mailman user. This makes sure the setgid bit on directories are also > correct. I usually stop mailmanctl and the local MTA whil

Re: [Mailman-Users] Logging question...

2003-06-17 Thread Glenn Sieb
Richard Barrett said: > Looking at your listing for the logs directory, most of the files are not > group writable. My guess is that is why not a whole lot is being written > to them. Hmm. Good point. I just updated newsyslog.conf. I must have typo'd that :-/ > I note that only the bounce, error

Re: [Mailman-Users] Yahoo! Group Archive Conversion

2003-06-19 Thread Glenn Sieb
Tobias Brasier said: > Does anyone have experience converting Yahoo! Group archives to mailman > archives? Many thanks. Yes yes! Do a google for Yahoo2mbox.pl! :) I converted a highly active list (about 200 subscribers, over a period of 6 years) to mbox format just peachy :) It does, however, con

[Mailman-Users] Having trouble getting mail from a user to a list...

2003-06-22 Thread Glenn Sieb
Here's the scenario--Mailman 2.1, ht://Dig patches, under Postfix/SpamAssassin/Amavis She is a member of the list, she sees posts just fine.. she sends one and here's a sample of what we get in the logs: Maillog for session: Jun 22 21:40:40 caduceus postfix/smtpd[81397]: connect from imo-m01.mx.

Re: [Mailman-Users] Having trouble getting mail from a user toa list...

2003-06-23 Thread Glenn Sieb
Can anyone help me debug this? I don't understand why this one user is being discarded... :-/ Thanks, Glenn At 09:51 PM 6/22/2003 -0400, Glenn Sieb posted the following... Here's the scenario--Mailman 2.1, ht://Dig patches, under Postfix/SpamAssassin/Amavis She is a member of the list

Re: [Mailman-Users] Starting qrunner for FreeBSD

2003-06-25 Thread Glenn Sieb
John Michael Mars said: > There is not BSD specific documentation in there. I was thinking about submitting a patch for anyone who wants it... > > Basically, (I use OpenBSD), you need to set this stuff in /etc/rc.local and /etc/rc.shutdown instead of /etc/rc.d/init.d. BSDs are BSDish. Linux is Sys

Re: [Mailman-Users] Re: Mailman-Users Digest, Vol 9, Issue 67

2003-06-27 Thread Glenn Sieb
Norbert Brazda said: > Is there a way how I can find out (debug) reasons why Mailman discards > messages without notice? Yes, I'd like to know this as well.. I had a user who had to go create a new account because mailman would drop her mails without notice. :-/ G. (Running MM 2.1, FreeBSD, SpamA

  1   2   >