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

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-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-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,

[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] 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 --

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] 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

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] /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] /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] 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

[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] 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. "

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] 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] 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

[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] 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

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] 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] 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

[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] 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] 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] 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

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] 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

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] (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] 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] 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

[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] 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

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] 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] 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] 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] 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] 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
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] 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] 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] 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

[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] 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] 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] 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

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

[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] 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"

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] 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] 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] 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] 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] 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

[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] 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] 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: 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

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

[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] 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

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

[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] Re: How does Mailman compare with YahooGroups?

2004-04-27 Thread Glenn Sieb
[EMAIL PROTECTED] said the following on 4/27/2004 8:35 PM: Yes--if you're looking for community-based mailing lists, MM will not do... Will NOT do? Hmm ... okay. If you look at what people _use_ Yahoogroups for, it's not just for a mailing list in general--it's being used to schedule get

Re: [Mailman-Users] Re: How does Mailman compare with YahooGroups?

2004-04-27 Thread Glenn Sieb
Chris Barnes said the following on 4/27/2004 12:47 PM: [EMAIL PROTECTED] wrote: Would anyone on this list care to offer a comparison? Or, if you are an ex-YahooGroups user, say why you changed to Mailman? Or, if you know of an already existing comparison online somewhere, perhaps you could send

[Mailman-Users] Virtual Host question....

2003-10-04 Thread Glenn Sieb
Ok.. I was wondering something... when the monthly email reminders come out from Mailman, they're sent from [EMAIL PROTECTED] When people on my virtual hosts have monthly email reminders, will they come from [EMAIL PROTECTED] or the default domain? Can there be a separate mailman list for each

Re: [Mailman-Users] Mailman 2.1.2 and htdig again.

2003-09-07 Thread Glenn Sieb
Richard Barrett wrote: > Sorry not to respond before but I just got back from a week away and found your post to mailman-users list. Hey it's all good :) I only just posted it anyway :)--I hope your week away was good. It's nice to be able to take some time off and relax now again! > As you look

[Mailman-Users] Mailman 2.1.2 and htdig again.

2003-09-04 Thread Glenn Sieb
Ok. I've finally got some time (between work and things going on with my parents lately) to try and fix this problem. I've moved my old mailman directory. I've reconfigured and recompiled 2.1.2 with the following patches (in order): indexing-2.1.2-0.1.patch htdig-2.1.2-0.3.patch templates-2.1.2-0

[Mailman-Users] OoooOOookay.......

2003-08-02 Thread Glenn Sieb
[EMAIL PROTECTED] said: > You are not allowed to post to this mailing list, and your message has > been automatically rejected. If you think that your messages are > being rejected in error, contact the mailing list owner at > [EMAIL PROTECTED] Errr?? Who's "whitworks.com" and why are they doing

Re: [Mailman-Users] I guess it's my week for problems, sorry :(

2003-08-02 Thread Glenn Sieb
Richard Barrett said: > The error response is saying that a field in the search form that > mmsearch.py insists be present is missing. I have compared /usr/local/mailman/templates/en/TOC_htsearch.html with the output the lists are putting on the Archives page. They match: To search thi

Re: [Mailman-Users] I guess it's my week for problems, sorry :(

2003-07-31 Thread Glenn Sieb
Richard Barrett wrote: > I suggest you try the following procedure for the two problem list: Hey Richard... as always, I appreciate your efforts :) I did what you outlined, but it didn't work :( > Were you originally running a version of the htdig integration patch earlier than that installed by

[Mailman-Users] I guess it's my week for problems, sorry :(

2003-07-31 Thread Glenn Sieb
When I search two lists, I get this error: (Note: htdig is working for other lists just fine, just not *these two* lists...) htdig Archives Access Failure The requested list cannot be accessed. list:list.htsearch If you want to make another attempt to access a list archive then go via the list

Re: [Mailman-Users] Mailman 2.1.2, Postfix 2.0.13, virtual domains

2003-07-31 Thread Glenn Sieb
Jim Breton said: > I have set up the above on a FreeBSD 4.7 system with the intention of > being able to host per-virtual-domain mailing lists. Yay! Another FBSD user! :) > I want to be able to have: > > [EMAIL PROTECTED] > and > [EMAIL PROTECTED] > > as completely separate, autonomous lists. Ca

Re: [Mailman-Users] Attachments Possible?

2003-07-30 Thread Glenn Sieb
schuetzen said: > if you will read the three or more requests to this list, you will see > that I have stated that I have seen and read and done all of the above > and that I am still looking for a single switch to turn off all > attachments. If Yahoo, using this same software although blended wit

[Mailman-Users] Question: [Fwd: The results of your email commands]

2003-07-30 Thread Glenn Sieb
ceived: from 65.246.246.82 (SquirrelMail authenticated user ges) by www.wingfoot.org with HTTP; Wed, 30 Jul 2003 14:36:21 -0400 (EDT) Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Date: Wed, 30 Jul 2003 14:36:21 -04

Re: [Mailman-Users] Invite vs. Subscribe Bugreport.. is this fixed in>2.1?

2003-07-26 Thread Glenn Sieb
Arrgh. It was a problem with postfix-to-mailman.py. I had {mailbox} not {user} in my main.cf... the version of p-t-m.py I had, had said use: mailman unix - n n - - pipe flags=FR user=mailman:mailman argv=/usr/local/mailman/postfix-to-mailman.py ${n

[Mailman-Users] Invite vs. Subscribe Bugreport.. is this fixed in>2.1?

2003-07-26 Thread Glenn Sieb
I have found that if I invite someone to join a list, and they reply via email to activate, my maillog looks like this: Jul 26 21:03:13 caduceus postfix/qmgr[78907]: 023A11528D: from=<[EMAIL PROTECTED]>, size=2809, nrcpt=1 (queue active) Jul 26 21:03:13 caduceus postfix/smtpd[42046]: disconnect fr

Re: [Mailman-Users] Another question.. hopefully more interesting :)

2003-07-26 Thread Glenn Sieb
Richard Barrett said: > Must have missed that the first time around or at least failed to grasp > why it was of concern. If I am honest fail to see why you have a > problem with all the virtual hosts using the same scheme but what the > heck, its your system. Easy--because SSL isn't very friendly

Re: [Mailman-Users] Another question.. hopefully more interesting :)

2003-07-26 Thread Glenn Sieb
Heya Richard :) Richard Barrett said: > Before commenting on the detail of what you do I make the observation > that using Secure HTTP and private mail archives are not the same topic. This is correct, and a nice summary of SSL versus private archives, but it has nothing to do with my question, u

[Mailman-Users] Another question.. hopefully more interesting :)

2003-07-25 Thread Glenn Sieb
Hi everyone... I currently run Mailman (2.1) (which I love.. great job, guys!), and use it to run a few private lists behind SSL. I have recently been asked to do some virtual domain hosting for some friends, and would like to provide them with their own Mailman lists, should they wish. In mm_cfg

[Mailman-Users] Giving a virtual domain it's own mmsitepass..?

2003-07-25 Thread Glenn Sieb
Hey everyone :) I'm still running mm 2.1, and just got it set up for virtual domains (yay!). I'd like to give each admin of a domain the ability to maintain their own site's lists.. but only their own site's lists... Is the syntax: mmsitepass -c domain.tld ? I know I saw it posted recently, but I

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

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] 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

[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] 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

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] 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

[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] 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] 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'

[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] 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

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-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

[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] 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

  1   2   >