Re: [Mailman-Users] How do I demime

2001-11-15 Thread J C Lawrence

On Wed, 14 Nov 2001 16:24:56 -0800 
Andres L Figari <[EMAIL PROTECTED]> wrote:

> Hello, I'm fairly new to mailman and have been trying to follow
> the list for a couple of weeks.  Does anyone know how I could go
> about demiming e-mail before sending it out in my digest.  It
> looks so ugly :(

cf stripmime, demime, mimefilter...

-- 
J C Lawrence
-(*)Satan, oscillate my metallic sonatas.
[EMAIL PROTECTED]   He lived as a devil, eh?
http://www.kanga.nu/~claw/  Evil is a name of a foeman, as I live.

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] User interface

2001-11-15 Thread Francis Yap



Hi, 
 
Just wondering if it is possible to remove the 
footer of Mailman from the listinfo page
 
rgds
 


[Mailman-Users] CGI Wrapper

2001-11-15 Thread Andre Dieball








 

Hi 

 

I get the following error message when trying to ./configure:

 

---cut---

checking for CGI
wrapper GID... 

configure: error: 

* No existing group found for the cgi_wrapper
program.

* This is the group that your Web server runs CGI
scripts under.

* You might want to specify an existing group with the

* --with-cgi-gid configure option. 
Please see your Web server's

* documentation, and the
INSTALL file for details

---cut—

 

my httpd.conf is configured like the following:

 

---cut---

User wwwrun

Group nogroup

---cut---

 

so I tried
./configure with –with-cgi-gid nogroup

Unfortunately without any result, still the same error
message.

 

System is: SuSE 7.2 with mailman
installed from tar.gz (not rpm)

 

Any help is appreciated.

 

Thank you very much in advance.

 

 

Mit freundlichen
Grüßen

Kind Regards 

 

Andre Dieball

 

 








Re: [Mailman-Users] Pros Only: Archive problem with 2.0.7

2001-11-15 Thread Oliver Egginger

1. Please post questions like this to
[EMAIL PROTECTED]

2. We are running MM 2.0.7 too.
I can't see any difficulties with the archives and using the
default setting (Archive_to_Mbox=2).

- oliver



> I am trying to get the archive html page to work, however the reason it
> doesn't work is because it is looking for the raw html file.
>
> Inside the Defaults it is set at:
> Archive_to_Mbox=2
>
> which is archiving both Mbox and html archiving. Is this a bug, or do I not
> have something setup correctly?



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Stop using passwords?

2001-11-15 Thread Pepe Wildeman

Is it possible within Mailman for users to unsubscribe without a
password? Turning off passwords for ordinary users? 
Another question is: howmany users can be managed with mailman? I'm
talking about 30.000 ?!?



Greetz
Pepe Wildeman

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Clockwork BV  | Direct: 020-607 7059
Oranjekerk| Fax   : 020-607 7077
van Ostadestraat 149 a-c  | Mobile: 06-50 276233
1073 TK Amsterdam  
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

e-mail: [EMAIL PROTECTED]
http://www.clockwork.nl


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] set up more than one domain for my mailman.

2001-11-15 Thread Jonas Meurer

Hey ho,
I've set up mailman on my server, but I've also a gateway which forwards
inquirys to port 80 to my server. I use dyndns. So, if someone goes to
jmeurer.dnsalias.org:80 he comes to 192.168.3.2:80 (my server). The
problem is, that mailman only shows the lists at server/mailman/listinfo,
if the inquiry goes to server. I also have set up rules at my local dns
that www, mail, irc etc is forwarded to my server. But
www.server0.de/mailman/listinfo or mail.server0.de/mailman/listinfo or
192.168.3.2/mailman/listinfo showes no mailinglists. Only
server.server0.de/mailman/listinfo works. Now, how can I say mailman that
192.168.3.2 and www and mail shall work also. Especially 192.168.3.2 is
importand because my gateway forwards incomming inquirys to the ip.

Thanks and bye
   Jonas

-- 
|.-.|  2nd mail: [EMAIL PROTECTED] | jmeurer.dnsalias.org
|/v\|  **
|  /(   )\  |   Linux is like a wigwam:  
|   ^^ ^^   |     no windows, no gates and an apache inside! 

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



RE: [Mailman-Users] CGI Wrapper

2001-11-15 Thread Andre Dieball

AARRGGHHH I forgot the "=" :-

Now It works, thank you very much 

Unfortunately now I have a different problem:

I setup a test List named "test" and subscribed myself to the list.
When I now try to send a message to the list I get the following error
back

---cut---
  - The following addresses had permanent fatal errors -
"|/home/mailman/mail/wrapper post test"
(reason: 2)
(expanded from: <[EMAIL PROTECTED]>)

   - Transcript of session follows -
Failure to exec script. WANTED gid 12, GOT gid 2.  (Reconfigure to take
2?) 554 5.3.0 "|/home/mailman/mail/wrapper post test"... unknown mailer
error 2
---cut---

I believe I have a problem with the gid's of the mailer,  how can I
solve it?

Again: Thank you very much in advance.

Rgds.
 Andre

> -Original Message-
> From: Richard Barrett [mailto:[EMAIL PROTECTED]]
> Sent: Donnerstag, 15. November 2001 12:18
> To: Andre Dieball
> Subject: Re: [Mailman-Users] CGI Wrapper
> 
> Try
> 
> ./configure --with-cgi-gid=nogroup
> 
> At 11:56 15/11/2001 +0100, you wrote:
> 
> >
> >
> >Hi
> >
> >
> >
> >I get the following error message when trying to ./configure:
> >
> >
> >
> >---cut---
> >
> >checking for CGI wrapper GID...
> >
> >configure: error:
> >
> >* No existing group found for the cgi_wrapper program.
> >
> >* This is the group that your Web server runs CGI scripts under.
> >
> >* You might want to specify an existing group with the
> >
> >* --with-cgi-gid configure option.  Please see your Web server's
> >
> >* documentation, and the INSTALL file for details
> >
> >---cut
> >
> >
> >
> >my httpd.conf is configured like the following:
> >
> >
> >
> >---cut---
> >
> >User wwwrun
> >
> >Group nogroup
> >
> >---cut---
> >
> >
> >
> >so I tried ./configure with with-cgi-gid nogroup
> >
> >Unfortunately without any result, still the same error message.
> >
> >
> >
> >System is: SuSE 7.2 with mailman installed from tar.gz (not rpm)
> >
> >
> >
> >Any help is appreciated.
> >
> >
> >
> >Thank you very much in advance.
> >
> >
> >
> >
> >
> >Mit freundlichen Grüßen
> >
> >Kind Regards
> >
> >
> >
> >Andre Dieball
> >
> >
> >
> >



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] How do I demime

2001-11-15 Thread Greg Ward

On 14 November 2001, Andres L. Figari said:
> I'm fairly new to mailman and have been trying to follow the list for a
> couple of weeks.  Does anyone know how I could go about demiming e-mail
> before sending it out in my digest.  It looks so ugly :(
> 
> Any tips, clues, hints would be greatly appreciated.

Do a Google search for "demime".  Download the script there and follow
the instructions in the man page.  ("perldoc demime" should work after
you install it to somewhere in your $PATH.)

Ignore the rest of the demime web page.  It is a garbled mish-mash; the
man page is much better.

Greg
-- 
Greg Ward - software developer[EMAIL PROTECTED]
MEMS Exchangehttp://www.mems-exchange.org

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] "LightTower DLB Is More Than Tri-Miracle For $22"!!!

2001-11-15 Thread Bob C


"Tri-Miracle Is The Hottest Program Going Today"!!! 

PLUS MORE!! Amazing What $22 Can Do!! How Far Can It Go?!?

(1)-ONLY $22 Instead Of $60 To Join. NO 72hr. Time Limit. NO WAY YOU CAN LOSE A THING OR GET KICKED OUT!!!
THIS IS THE LAST DOWNLINE YOU WILL "NEVER" HAVE TO BUILD YOURSELF!!
YES YOU HEARD IT RIGHT!!

   THE ONE AND ONLY & BEST I MIGHT ADD LIGHT TOWER DOWNLINE BUILDER Is The "CHEAPEST-EASIEST-FASTEST" Way To Get Into TRI-MIRACLE. No HASSLES In LightTower! JUST JOIN AND YOU'RE INTO TRI-MIRACLE 
DON'T MISS OUT ON THIS CHANCE OF A LIFETIME!!
DAYS ARE ADDING UP AND SO IS THE MONEY!!! 

BECOME A LightTower Downline Builder Member TODAY! 1 TIME LIFETIME FEE OF $22 AND A FREE ENTRY INTO THE HOT NEW PROGRAM TRI-MIRACLE!!

   OVER 950 MEMBERS! WE WANT TO REACH THOUSANDS!! THE EARNING POTENTIAL IN THIS PROGRAM IS ASTOUNDING To Say The Least!!
 
We Have A Resource Area With SAFELISTS, GROUP MAILERS, TRAFFIC VIRUS, AND LOTS OF E-BOOK DOWNLOADS! With Resale Rights!

(2)-   (LightTower Will Also Get You Entered Into The Core Club. The Core Club IS NOW PART OF GLNI.Join LightTower And You Get An Automayic Membership To GLNI. Also Find Our How To Get Into BIG DOGS2 For Free With EZAIMS-ALL For $22!!)


(3)-   LightTowers Tri-MiracleWill Put You Into A Straightline Downline! WE help get your 3! "NO 72HR. TIMELIMITS" On Getting Your 3!" 
   After You Help Your 3 Get Benefactored Into Tri-Miracle You Are Finished Sponsoring And On Your Way To A TRUE MIRACLE DAILY INCOME THAT CAN GO ON FOREVER!!! JUST Wait Then On Your Daily Pay To Come Rolling In! We Only Want 1 Thing In Return.
  "You Will Need To Promote Atleast Until Your 3 Have Benefactored Their 3 Into Tri-Miracle". Which Won't Be Long! More People Can Afford $22 Alot Easier Than $60! It Is Also Much Easier To Get Your Recruits. Then You Are Finished And You Can Sit Back,Relax And Be On Your Way To Riches!! 

(4)-   NOW YOU CAN SEE WHY THIS IS THE "EASIEST_CHEAPEST and FASTEST" WAY TO GET YOUR START INTO THIS FASCINATING WONDERFUL PROGRAM THAT IS SELLING RIGHT NOW AT AN ALL TIME GREAT SPEED!!! 
  
http://www.replicate99.com/LightTower_downline_club/431.shtml

For More Info Send A Blank Email to:  [EMAIL PROTECTED]

   There Is NO NEED To Pay $60 For You To Promote Like Crazy & Risk The Chance Of Losing Everything If You Can't Recruit Your 3 in 72hrs. Or If They Are Not Doing Anything. You Will Never Have To Be Replaced. "Doing It Our Way- There Is No Way You Could Lose Anything"!! LIGHT TOWER MADE IT IMPOSSIBLE TO FAIL!! Kudos To Our Gracious Host,Lori Kopera

 In These Days Of Financial Uncertainty Since The Sept.11th Tragedy, We All Need To Secure Our Future,And This Program Is As Hot As It Gets Right Now! Tri-Miracle Is A Miracle! At The Perfect Time.
 
TRI-MIRACLE Feeder Program that Builds Your Downline For You. A One Time Fee of $20 With $2 Trans Fee to Get Into LightTower DLB & Tri-Miracle! Take A Look At My Site And Check Out The Compensation Plan. You Will Be VERY Amazed-Putting it lightly
http://www.replicate99.com/LightTower_downline_club/431.shtml
 
We Are Using Paypal For Your Payment To Join! You Can Also Get Paid Thru PayPal, E-Gold Or Check. For The First 9 That Join LightTower's Tri-Miracle Program and Make Their Payment for Tri-Miracle Feeder 3 Will Go Under Each Other Into Tri-Miracle!

  This is GREAT! This Will Cut Your Cost From '$60' and Trying to Find 3 in 3 Days to ONLY '$22' and The FEEDER PROGRAM Places People Under You! What Could Be Better Than That? WE Will Have Soon 1000 People In Just A Few Weeks. This Can Go On to INFINITY!
  Now That Tri-Miracle Is Back Up In Their New Site We Want THOUSANDS!!! So PROMOTE!!  PROMOTE!!! PROMOTE LETS GET THE BALL ROLLING NOW!!! WE NEED TO BUILD UP OUR DOWNLINE TO THOUSANDS!!!
DAYS ARE ADDING UP AND SO IS The $$ GET IN NOW
 
Check Out The Tri-Miracle Feeder Program At The Following Link!
You Will Be Glad You Did. Once You See You Will Definately Want To Do It Our Way!!! 
http://www.replicate99.com/LightTower_downline_club/431.shtml

TO OUR FUTURE SUCCESS,
Bob Curran
[EMAIL PROTECTED]
For More Info Send A Blank Email To-> [EMAIL PROTECTED]



















-- 



Reach over 75,000,000 targeted prospects every month!!!

Send 2.5million+ recipients EVERYDAY SPAM FREE!
FREE BONUS!!
Submit your website&ads to 1,000,000+ sites DAILY!!!
FREE Marketing Resources and Software To Complete Your Entire Marketing Campaign!!!

EXPLODE YOUR SALES OVERNIGHT!!! http://hop.clickbank.net/?sacccfs/75million

Get your free email from http://www.outgun.com



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users


Re: [Mailman-Users] Stop using passwords?

2001-11-15 Thread Dan Wilder

On Thu, Nov 15, 2001 at 01:29:52PM +0100, Pepe Wildeman wrote:
> Is it possible within Mailman for users to unsubscribe without a
> password? Turning off passwords for ordinary users? 
> Another question is: howmany users can be managed with mailman? I'm
> talking about 30.000 ?!?

We have 30,000.

K6-350 128M RAM, Postfix tuned for volume.  Delivers
about 18,000 messages/hour at load average 2, maybe
40 to 70% of processor.  Doesn't swap at all.

-- 
-
 Dan Wilder <[EMAIL PROTECTED]>   Technical Manager & Editor
 SSC, Inc. P.O. Box 55549   Phone:  206-782-8808
 Seattle, WA  98155-0549URL http://embedded.linuxjournal.com/
-

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] pipermail access denied

2001-11-15 Thread Andre Dieball

Hi

When I try to access the archives of a mailing list, I always get a
"access denied" :-(

My file permissions look like this:

2312417 drwxrwsr-x4 mailman  mailman  4096 Nov 15 19:46 test
 359262 drwxrwsr-x2 mailman  mailman  4096 Nov 15 19:46
test.mbox

so, where is the problem?

Any help is appreciated.

Thanks in advance.

Mit freundlichen Grüßen

Kind Regards 

Andre Dieball


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Before I really mess up

2001-11-15 Thread mel

Ok Folks I know this is covered somewhere in the archives but I haven't found
it. I have 2.0 running without a hitch on two machines. One with three domains
running a list. But this adventure is a bit different. On my primary webserver
the is no mailman also all the mail from this server is handled by the primary
mail server. 

How do I set up the web interface on one machine and the mail service for it
on another.  If the question makes sense. Using 2.0.7 
Mel

-- 
--
System Janitor/Network Plumber http://www.nwla.com
Linux User #25446Linux 2.4.7
--

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Archives

2001-11-15 Thread miket

Why do some lists have viewable archives and other lists with all 
the same settings do not have archives that are viewable.
Is this normal, can I fix the lists that do not allow the archives to be 
viewed. 
The lists that do not let the archive be viewed display a 404 error 
page not found.


Any help is greatly appreciated.

MikeT
**
SciTech Software Inc,
Michael E. Todd
System Administrator 
505 Wall Street
Chico, CA 95928
530.894.8400  ext 151

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Archives

2001-11-15 Thread Scott Russell

In mailinglists.external.mailman-users, you wrote:
>Why do some lists have viewable archives and other lists with all 
>the same settings do not have archives that are viewable.
>Is this normal, can I fix the lists that do not allow the archives to be 
>viewed. 

>The lists that do not let the archive be viewed display a 404 error 
>page not found.

At least one messge must be sent to the mailing list before the archive link
will work. Not sure if that's the case for you or not, but it is the way
things work. :)

-- 
Regards,
 Scott Russell ([EMAIL PROTECTED])
 Linux Technology Center, System Admin, RHCE.
 T/L 441-9289 / External 919-543-9289
 http://bzimage.raleigh.ibm.com/webcam


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Configuration problem

2001-11-15 Thread Jon Carnes

So it ran the Mailman wrapper successfully... The next step is your Mailman
logs in ~mailman/logs/...
If it posted then you'll see an entry in the "post" log file (then the next
step would be back to your MTA logs to see what happened to the post...)

Jon Carnes
- Original Message -
From: "Larry Chuon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, November 15, 2001 9:36 AM
Subject: RE: [Mailman-Users] Configuration problem


> I triple checked already.  I did have cron setup as mailman.  I deleted it
> and redo it again.  When I type crontab -l, it shows the mailman job.
>
> Below is what it shows in /var/log/maillog:
> Nov 15 10:18:06 www sendmail[1459]: fAFFI6d01459:
> from=<[EMAIL PROTECTED]>,
> size=475, class=0, nrcpts=1,
> msgid=<86713EAB93BD5F40B94A0C8E604C7C913F7C7C@index
> -exchange.indexstock.com>, proto=ESMTP, daemon=MTA, relay=[209.130.207.33]
> Nov 15 10:18:07 www sendmail[1460]: fAFFI6d01459:
> to="|/usr/local/mailman/mail/w
> rapper post news", ctladdr=<[EMAIL PROTECTED]> (8/0), delay=00:00:01,
> xdelay=00
> :00:00, mailer=prog, pri=30017, dsn=2.0.0, stat=Sent
>
> Where else can I check for status?
>
> Thanks in advance folks.
>
> Larry
>
> -Original Message-
> From: Jon Carnes [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 14, 2001 11:18 PM
> To: Larry Chuon; [EMAIL PROTECTED]
> Subject: Re: [Mailman-Users] Configuration problem
>
>
> cron?
>
> >
> > 1. First, I subscribe to the list from the web. Then, I receive a
> > confirmation email.  When I reply, nothing happens.  My subscribe log
> > shows a pending.
> > 2. I try to send a test email to the list.  Nothing happen either.
Then,
> > I did a little test.  I added myself to the list via admin tool.  After
I
> > I receive a welcome message.  Follow that, I send another test email.
> > Nothing happens again.
> >


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



RE: [Mailman-Users] pipermail access denied

2001-11-15 Thread Chris G Haravata

maybe you do not have pipermail properly configured in httpd.conf ?

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Andre Dieball
> Sent: Friday, November 16, 2001 1:52 AM
> To: [EMAIL PROTECTED]
> Subject: [Mailman-Users] pipermail access denied
>
>
> Hi
>
> When I try to access the archives of a mailing list, I always get a
> "access denied" :-(
>
> My file permissions look like this:
>
> 2312417 drwxrwsr-x4 mailman  mailman  4096 Nov 15 19:46 test
>  359262 drwxrwsr-x2 mailman  mailman  4096 Nov 15 19:46
> test.mbox
>
> so, where is the problem?
>
> Any help is appreciated.
>
> Thanks in advance.
>
> Mit freundlichen Grüßen
>
> Kind Regards
>
> Andre Dieball
>
>
> --
> Mailman-Users maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.295 / Virus Database: 159 - Release Date: 11/1/2001
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.295 / Virus Database: 159 - Release Date: 11/1/2001


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] User interface

2001-11-15 Thread Jon Carnes



Yes it is.  I think this is in the FAQ.  
In anycase its not too hard to do, with some minor hacking into the 
Source.  Still easier is to replace the icons with ones you want, or simply 
blank ones...
 
Jon Carnes

  - Original Message - 
  From: 
  Francis 
  Yap 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, November 15, 2001 4:11 
  AM
  Subject: [Mailman-Users] User 
  interface
  
  Hi, 
   
  Just wondering if it is possible to remove the 
  footer of Mailman from the listinfo page
   
  rgds
   


RE: [Mailman-Users] ERROR: User unknown

2001-11-15 Thread Chris G Haravata

got it! the problem was that postfix maintains its own copy of 
passwd in /var/spool/postfix/etc and since the two files are not 
yet synchronized at the time of the creation, the username is 
definitely not yet known .  

Thanks to all of you.

> > -Original Message-
> > From: Richard Barrett [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 15, 2001 6:41 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Mailman-Users] ERROR: User unknown
> > 
> > 
> > At 10:33 15/11/2001 +0800, you wrote:
> > >I created a new user on the mail server to test the command-line 
> > adding of
> > >members. The username created is julianh
> > 
> > Did you add the user to /etc/passwd but fail to add a mail 
> alias for them 
> > to your MTAs aliases file/database?
> > 
> > >I used the commands:
> > >
> > >echo [EMAIL PROTECTED] > /root/newuser
> > >/home/mailman/bin/add_members -n /root/newuser 
> --welcome-mesg=y apc-staff
> > >
> > >The user is added to the list alright.  But when I looked at 
> the logs, it
> > >gave me this error message:
> > >
> > >Nov 15 10:17:54 cerveza postfix/smtpd[13257]: reject: RCPT from
> > >localhost[127.0.0.1]: 550 <[EMAIL PROTECTED]>: User unknown;
> > >from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]>
> > 
> > the 550 return is you MTA saying that it cannot resolve the mail alias
> > 
> > >What do this mean?  Can you help me please? You see, i am 
> > creating a script
> > >that when you add a user to the box, it will automatically add 
> > the user to a
> > >mailing list and send a welcome message to that user so that 
> > when the user
> > >logs in for the first time, he will already have a message from 
> > me.  If this
> > >was done through the web, everything is alright.  But i really 
> need to do
> > >this at the console...
> > >
> > >Thanks!
> > >
> > >
> > >---
> > >Spawn - The Scourge of the Damned
> > >
> > >Chris G Haravata
> > >IT Resource Officer-Magallanes
> > >Asia Pacific College (http://www.apc.edu.ph)
> > >#3 Humabon Place, Magallanes Subd.,
> > >Makati City
> > >Tel No 8529232 loc 402
> > >Cell No 0916.3500465
> > >---
> > >Outgoing mail is certified Virus Free.
> > >Checked by AVG anti-virus system (http://www.grisoft.com).
> > >Version: 6.0.295 / Virus Database: 159 - Release Date: 11/1/2001
> > >
> > >
> > >--
> > >Mailman-Users maillist  -  [EMAIL PROTECTED]
> > >http://mail.python.org/mailman/listinfo/mailman-users
> > 
> > 
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.295 / Virus Database: 159 - Release Date: 11/1/2001
> > 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.295 / Virus Database: 159 - Release Date: 11/1/2001
> 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.295 / Virus Database: 159 - Release Date: 11/1/2001


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] multiple list sign up form for mailman

2001-11-15 Thread Hans Lombardo

Hi,

I am looking for some assistance on finding a script/form for Mailman that
allows the user to sign up for multiple lists simultaneously. I have seen
this done with Lyris and Majordomo but not with Mailman.

Some examples of Lyris oriented sign up forms are here
http://www.xianzai.com/ and  http://www.xianzai.com/optin.htm and
http://www.webreference.com/signupform.html.

One issue is what to do with with the password function in Mailman. Can this
be eliminated? or Is there a form that will allow a user to input one
password for all lists that they sign up to?

Thank you in advance for any assistance... Hans

Hans Lombardo
Managing Director
Knowledge Convergence Limited
+852 96881719
[EMAIL PROTECTED]


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Email Subscription

2001-11-15 Thread Francis Yap



Wondering if there is a way that the user can 
subscript to the mailing just using email?
 
rgds
Francis


RE: [Mailman-Users] Email Subscription

2001-11-15 Thread Chris G Haravata



sure, just send 
mail to [EMAIL PROTECTED] with the subject "subscribe" 


  
-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
Behalf Of Francis YapSent: Friday, November 16, 2001 11:39 
AMTo: [EMAIL PROTECTED]Subject: [Mailman-Users] 
Email Subscription
Wondering if there is a way that the user can 
subscript to the mailing just using email?
 
rgds
Francis


[Mailman-Users] blocking non-subscribers from posting

2001-11-15 Thread kevin1a



How
 
How do I block non-subscribers from posting to 
the lists I have setup?
Also is there any way to search the archives?
 
Kevin


[Mailman-Users] block non-subscribers

2001-11-15 Thread kevin1a

How

How do I block non-subscribers from posting to the lists I have setup?
Also is there any way to search the archives?



Kevin



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Need help

2001-11-15 Thread Imtiaz A. Chaudhry

I 'm using mailman 2.0.1 and last night a subscriber sent a message to list
subscribers received same message more than 300 times.
Nothing strange with server and all these messages came with same time. is
this a bug?Any advise?
Please reply to <[EMAIL PROTECTED]>

Best Regards,
Imtiaz Chaudhry


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users