Re: HowTo: [Mailman-Users] Cleaning the archive by a list-owner

2002-05-31 Thread Jon Carnes
Did you ever get a solution figured out for you? The simplest of solutions is to stop cron, or at least to comment out qrunner in the cron for the user mailman (if you are running 2.0.x version - as I am... otherwise simply turn off the mailman deamon...). Then go in and edit your Archive Mbo

Re: [Mailman-Users] bin/arch

2002-05-31 Thread LuKreme
On Friday, May 31, 2002, at 10:33 PM, LuKreme wrote: > % bin/arch mylist mylist.mbox while tracking down this error I made this change to bin/arch that I think is actaully pretty useful: res = self.dateToVolName(string.atof(article.date)) self.message("figuring article archive

[Mailman-Users] bin/arch

2002-05-31 Thread LuKreme
% bin/arch mylist mylist.mbox figuring article archives 2002-June figuring article archives 1999-February figuring article archives 1999-February figuring article archives 1999-March . . . *** malloc[3189]: error: Can't allocate region Traceback (most recent call last): File "bin/arch", line 1

[Mailman-Users] (no subject)

2002-05-31 Thread Steven Schermerhorn
I am currently running Redhat 7.2 and mailman2.0.8 was working perfectly for me. Then out of the blue I get these errors that I am not sure of. I have double and triple checked the configuration. Please help me if you can. I have the symbolic link setup here: /etc/smrsh lrwxrwxrwx1 root

[Mailman-Users] Virtual Hosting puzzle

2002-05-31 Thread Nils Vogels
Hi all, I've been looking through the archive and read the two FAQ's (one on list.org, the other one on python.org amd I have a question: I'm trying to setup a virtual hosting mailman site, but im running into the following issue: 1) VIRTUAL_HOST_OVERVIEW is on, and im running mailman from the

[Mailman-Users] mailman v2.0.10 question

2002-05-31 Thread Devin
I posted to the list before I was subscribed but apparently my message was never approved... I'm using mailman version 2.0.10. When I try to change the case of my list name, the first option on the General Options page, I get denied. Example: Change: Sprinkler-newsletter to Sprinkler-Newslett

RE: [Mailman-Users] remove email address from Mailman-Footer?

2002-05-31 Thread steven
thanks bob. will that only effect new lists created hence forth or existing lists as well? also, do you know the path and file name of the file which contains that funtion? ~thanks > -Original Message- > From: Bob Weissman [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 3:16 P

RE: [Mailman-Users] remove email address from Mailman-Footer?

2002-05-31 Thread Bob Weissman
At 03:08 PM 5/31/02, steven wrote: >I'm trying to find out how to edit the text which is created by the use >of > >I.E., where do I edit/define ? You will have to modify the function HTMLFormatter.GetMailmanFooter() - Bob -- Mailman-Users

RE: [Mailman-Users] remove email address from Mailman-Footer?

2002-05-31 Thread steven
thanks, but, that field (as labelled) only effects "Footer added to mail sent to regular list members" it does not effect the text displayed on the webpage. I'm trying to find out how to edit the text which is created by the use of I.E., where do I edit/define ? Thanks, ~Steven > -Origin

Re: [Mailman-Users] remove email address from Mailman-Footer?

2002-05-31 Thread LuKreme
> Hi, > > I've searched high and low and have either missed the answer to this > during my search or it's very well hidden. > > How to I remove, hide or munge the list-owner's address from the > Mailman-Footer to protect it from being scooped up by spambots? Not really. It's the footer field o

Re: [Mailman-Users] How to handle single quote in subscriber email address

2002-05-31 Thread William Waggoner
I hate to disagree but ... RFC-0822 (http://www.faqs.org/rfcs/rfc822.html) allows the local-part to contain single quotes. It also specifically allows, as a specified syntax, quoted strings as the local part. The characters that are not allowed outside of quoted strings are: specials= "("

[Mailman-Users] Importing very large list archives from mbox format to Mailman

2002-05-31 Thread Scott Courtney
Good evening! Sorry to bother you again. I have successfully downloaded all my archives from YahooGroups using the excellent yahoo2mbox.pl utility mentioned previously. When I try to run bin/arch to import them, only about 80 messages will go into the archives. I tried using the --start and -

[Mailman-Users] remove email address from Mailman-Footer?

2002-05-31 Thread hostmaster
Hi, I've searched high and low and have either missed the answer to this during my search or it's very well hidden. How to I remove, hide or munge the list-owner's address from the Mailman-Footer to protect it from being scooped up by spambots? I'm speaking particularly of this phrase at the bo

Re: [Mailman-Users] New to Mailman -- Dropped messages to list owner's own email -- SOLVED!

2002-05-31 Thread Scott Courtney
Greetings, list members! You may have heard my shout of triumph right over the Internet. I woke up this morning with the answer to this problem in my head. It is, as with most such things, a really simple problem and the answer was staring me in the face the whole time. To recap the problem: My

RE: [Mailman-Users] Re: blocking spam

2002-05-31 Thread Albert Medina Banda
Hello, how can i do this with qmail?? thanks, > Yeah, the way I do it is add to the main.cf: > > header_checks=regexp:/etc/postfix/header_checks > > And then my file looks like this: > > /^From:.*best20deals\.com/ REJECT Spam detected - this domain is blocked. > /^From:.*internetcheapskate\.

RE: [Mailman-Users] Re: blocking spam

2002-05-31 Thread Chris Wiegand
Yeah, the way I do it is add to the main.cf: header_checks=regexp:/etc/postfix/header_checks And then my file looks like this: /^From:.*best20deals\.com/ REJECT Spam detected - this domain is blocked. /^From:.*internetcheapskate\.com/ REJECT Spam detected - this domain is blocked. /^From:.*fabu

[Mailman-Users] Cannot subscribe to the list

2002-05-31 Thread Gour
Subject: Cannot subscribe to the list Hi! I installed Mailman 2.0.11 with htdig patch on our server. Check_perms is reporting no errors and I successfully created one test list. On this list subscribing, archives, searching .. everything works. Afterwards I created several new lists, but afte

Re: [Mailman-Users] Re: blocking spam

2002-05-31 Thread Lewis Lau
Is that possible to do the same thing like this in Postfix? Lewis At 02:30 PM 5/31/02 +0530, Krishna Rao SN wrote: > >How can I block all the e-mails coming from a certain domain? How can I > block a >ll the e-mails > >coming from lycos.co.kr or korea.com, for example? > >If you are using Lin