[Mailman-Users] an odd question

2002-07-09 Thread Tom Whiting

Greetings,
I just recently installed Mailman software for mailing list management.
AFAIK Everything's set up right, but I'm clueless I guess.
First, the surroundings:
I'm running sendmail on an RH 7.3 machine, called from avmailgate (an
email antivirus prog). ALL of the other sendmail aliases seem to be
working just fine.
Now, the problem:
none of the aliases actually work to get through to the list itself.
sending mail to check-admin doesn't get to me, sending mail to check
(the list), doesn't get to me, nothing gets to me whatsoever.
going through /var/spool/maillog gives me the following results:

Jul  9 14:36:14 wolfstream sendmail[18194]: g69JaEY18193: 
to="|/var/mailman/mail/wrapper post mud2k", 
ctladdr=<[EMAIL PROTECTED]> (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, 
pri=30017, 
dsn=2.0.0, stat=Sent
Jul  9 20:39:23 wolfstream sendmail[7119]: g6A1dM907119: from=<[EMAIL PROTECTED]>, 
size=245, class=0, 
nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=ESMTP, 
relay=root@localhost
Jul  9 20:39:23 wolfstream sendmail[7120]: g6A1dM907119: 
to="|/home/mailman/mail/wrapper mailowner 
mud2k", ctladdr=<[EMAIL PROTECTED]> (8/0), delay=00:00:00, xdelay=00:00:00, 
mailer=prog, 
pri=30018, dsn=2.0.0, stat=Sent

yet it never actually GETS to me (??)
Any thoughts or ideas n how to check and make sure this is actually
WORKING, or what is going on here?

-- 
TJW  :Head tech, designer, bum:P
Mud  :http://dreamless.wolfstream.net
telnet   :telnet://dreamless.wolfstream.net 9275
OLC Pages:http://olc.wolfstream.net




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] digests not going out with crontab

2002-07-09 Thread Kyle Krieg

Running RH7.3 with mailman 2.0.9 (RHN up2date says it's running 2.0.11).
I'm having trouble with my digests.  In my crontab I have the following line

# 4:20, mail digests for lists that do periodic as well as threshhold
delivery.
20 4 * * * /usr/bin/python -S /var/mailman/cron/senddigests

Everyday I'm to send out digests at 4:20am...but I'm getting the digests at
noon or 1 min after...is there another place where it reads when to send out
the digests

Thanks




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Add-in

2002-07-09 Thread Bob Stout

Somewhat obliquely related to the installation of a spam filter, how would
I go about integrating a filter to reject messages addressed to a
supported list wherein the number of quoted lines (as indicated by a ">"
in the first column) exceeded either an absolute maximum value or a
percentage of the number of total lines in the message? I can write the
filter, but integrating it is where the challenge comes in...

-
MicroFirm: Down to the C in chips...
   Home of the SNIPPETS archives and the
   DIY Loudspeaker Driver Selection Guide (LDSG):
http://www.snippets.org/



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web

2002-07-09 Thread Support Desk

Actually, a form like that could be dangerous; unscrupulous
bum could subscribe enemy to multiple lists at once, and
although the actual subscriptions would not activate, due
to Mailman's required confirmation process, it could easily
harass the receiver, and the list manager, for lists that
require manager approval, or that send the manager
notice of new subs/unsubs. That said, here are some links: 

Build a custom script for managing subscribers: 
http://subscriber.newfieldcash.com/ this is especially useful
for lists that are on mutiple servers, running multiple
listserve clients  
and is not specific to Mailman.  

Or, if you'd rather not spend $35 here's examples you 
could probably hack to suit your request, if you have more time
than money:   :-) 

http://www.kidsource.com/subscribe.html
http://htk.eng.cam.ac.uk/mailing/subscribe_mail.shtml
http://www.macperl.org/mpo/forms/unsubscribe.html 
http://www.macperl.org/mpo/forms/subscribe.html 

Have fun! 
SD 

- Original Message - 
From: "Jim Updegraff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 9:41 AM
Subject: [Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web


| I wonder if I could take this a step further, and ask if anyone has a
| solution or a link to a web page example that will show how to allow
| someone to subscribe/unsubscribe from multiple Mailman lists by
| selecting "check boxes" for each list desired and selecting an option
| for "subscribe" or "unsubscribe" and a box to fill in their "email
| address" and "submit"
| 
| Has anyone done this?
| 
| Thanks,
| Jim Updegraffj)fju,z»&j)bž   
|b²ÓŠYšK®Êr¶'¢¸!¶Úþf¢–œ­†‰è®æj)fjåŠËbú?™¨¥™©î±êì1¨¥™©Åm¶ŸÿÃ
|)ÊØhžŠàýÈ"n)ÿ}ª°šjr


Re: [Mailman-Users] configure mailman...cjk

2002-07-09 Thread Gour

Constantine J. Koulis ([EMAIL PROTECTED]) wrote:

> ./configure --with-mail-gid=mail  --with-cig-gid=nobody
> ./configure --with-mail-gid=32010  --with-cig-gid=mailman
> ./configure --with-mail-gid=514  --with-cig-gid=mailman
> 
> and still doesnt work.

As far as I can see, you have to declare: --with-mail-gid=32010, but
take a look on your httpd.conf to see what is the group under which Apache is
running. 

In my case it's "nogroup", so the correct line would be:

./configure --with-mail-gid=32010 --with-cgi-gid=nogroup

> What should i give?Maybe i have to go to a file to change by hand the GID???

Just try one more combination :-)

Sincerely,
Gour



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] configure mailman...cjk

2002-07-09 Thread Detlef Neubauer

"Constantine J. Koulis" <[EMAIL PROTECTED]> writes:

> I tried with :
> 
> ./configure --with-mail-gid=mail  --with-cig-gid=nobody
> ./configure --with-mail-gid=32010  --with-cig-gid=mailman
> ./configure --with-mail-gid=514  --with-cig-gid=mailman
  ^^^ typo? It must be cgi

> and still doesnt work.
> 
> 
> What should i give?Maybe i have to go to a file to change by hand the GID???

What gid is specified for cgi-gid in /etc/http/http.conf?

I have

,
| User wwwrun
| Group nogroup
`

and nogroup in /etc/groups is

,
| nogroup:x:65534:root
`

at me.

What MTA you running? I have Postfix and AFAIK i have used

,
| postfix:x:51:postfix
`

So my options for configure was --with-mail-gid=51 --with-cgi-gid=65534.

I dont know your mail and cgi configuration. You must explore it by
yourself.


Please send no Cc: to me i answer only via the list.
Detlef Neubauer
-- 
.oO GnuPG Key auf http://www.keyserver.net/ Oo.



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web

2002-07-09 Thread Jim Updegraff

I wonder if I could take this a step further, and ask if anyone has a
solution or a link to a web page example that will show how to allow
someone to subscribe/unsubscribe from multiple Mailman lists by
selecting "check boxes" for each list desired and selecting an option
for "subscribe" or "unsubscribe" and a box to fill in their "email
address" and "submit"

Has anyone done this?

Thanks,
Jim Updegraff

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Gerry Doyon
Sent: Tuesday, July 09, 2002 8:06 AM
To: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web

Hi Detlef,

--On Tuesday, July 09, 2002 2:51 PM +0200 Detlef Neubauer 
<[EMAIL PROTECTED]> wrote:

|> I would prefer to create some sort of an HTML link on my web site
|> which, when clicked, will launch the users on mail software and
|> have the Send and Subject line already filled in that will either
|> SUBSCRIBE or UNSUBSCRIBE the user.
|
| mailto:[EMAIL PROTECTED]?subject=subscribe;body=sub
| scribe">
|
| Not tested.

That worked! Thanks! :-)

--
Gerry Doyon


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web

2002-07-09 Thread Detlef Neubauer

Gerry Doyon <[EMAIL PROTECTED]> writes:

> Hi Detlef,
> 
> --On Tuesday, July 09, 2002 2:51 PM +0200 Detlef Neubauer
> <[EMAIL PROTECTED]> wrote:
> 
> 
> |> I would prefer to create some sort of an HTML link on my web site
> |> which, when clicked, will launch the users on mail software and
> |> have the Send and Subject line already filled in that will either
> |> SUBSCRIBE or UNSUBSCRIBE the user.
> |
> |  | href="mailto:[EMAIL PROTECTED]?subject=subscribe;body=sub
> | scribe">

There is a little typo. The link must be finished with
...subscribe"> What ever or not 

> | Not tested.
> 
> That worked! Thanks! :-)


Please send no Cc: to me i answer only in the list.
Detlef Neubauer
-- 
.oO GnuPG Key auf http://www.keyserver.net/ Oo.



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] configure mailman...cjk

2002-07-09 Thread Constantine J. Koulis

dear sir.

I tried with :

./configure --with-mail-gid=mail  --with-cig-gid=nobody
./configure --with-mail-gid=32010  --with-cig-gid=mailman
./configure --with-mail-gid=514  --with-cig-gid=mailman

and still doesnt work.


What should i give?Maybe i have to go to a file to change by hand the GID???

Sincerely


>From: Detlef Neubauer <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [Mailman-Users] configure mailman...cjk
>Date: 09 Jul 2002 13:36:37 +0200
>
>"Constantine J. Koulis" <[EMAIL PROTECTED]> writes:
>
> > i got the folowing message to my log.
> > Anybody knows how to fix it?
> >
> >
> > Jul  9 17:12:37 mail1 Mailman mail-wrapper: Failure to exec
> > script. WANTED gid 514, GOT gid 32010.  (Reconfigure to take 32010?)
>
>Wow, the same error as in
>
>,
>| Message-ID: <[EMAIL PROTECTED]>
>| Date: Mon, 08 Jul 2002 18:14:39 +0300
>`
>
>If you make no changes in your configuration the error will be the
>same.
>
>Did you have read INSATLL and FAQ in the source?
>
>,[ FAQ ]
>| A. The most likely cause of this is that the GID that is compiled into
>|the C wrappers does not match the GID that your Web server invokes
>|CGI scripts with.  Note that a similar error could occur if your
>|mail system invokes filter programs under a GID that does not match
>|the one compiled into the C mail wrapper.
>|
>|To fix this you will need to re-configure Mailman using the
>|--with-cgi-gid and --with-mail-gid options.  See the INSTALL file
>|for details.
>`
>
>,[ INSTALL ]
>| 2. Running configure
>|
>| TAKE SPECIAL NOTE OF THE --with-mail-gid AND --with-cgi-gid
>| OPTIONS BELOW.  YOU WILL PROBABLY NEED TO USE THESE!
>|
>| ...
>|
>|  --with-mail-gid=
>| Specify an alternative group for running scripts via the
>| mail wrapper.   can be a list of one or
>| more integer group ids or symbolic group names.  The first
>| value in the list that resolves to an existing group is
>| used.  By default, the value is the list `other daemon'.
>|
>| This is highly system dependent and you must get this
>| right, because the group id is compiled into the mail
>| wrapper program for added security.  On systems using
>| sendmail, the sendmail.cf configuration file designates
>| the group id of sendmail processes using the "DefaultUser"
>| option.  (If commented out, it still may be indicating the
>| default...)
>|
>|   --with-cgi-gid=
>| Specify an alternative group for running scripts via the
>| CGI wrapper.   can be a list of one or
>| more integer group ids or symbolic group names.  The first
>| value in the list that resolves to an existing group is
>| used.  By default, the value is the the list `www www-data
>| nobody'.
>|
>| The proper value for this is dependent on your web server
>| configuration.  You must get this right, because the group
>| id is compiled into the CGI wrapper program for added
>| security, and no Mailman CGI scripts will run if this is
>| incorrect.
>|
>| If you're using Apache, check the values for the `Group'
>| option in your httpd.conf file.
>`
>
>
>HTH
>
>Mit freundlichen Grüßen
>Detlef Neubauer
>
>--
>.oO GnuPG Key auf http://www.keyserver.net/ Oo.
>
>
>--
>Mailman-Users mailing list
>[EMAIL PROTECTED]
>http://mail.python.org/mailman/listinfo/mailman-users
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Subscribe/Un-Subscribe via e-mail, notweb

2002-07-09 Thread Gerry Doyon

Hi Detlef,

--On Tuesday, July 09, 2002 2:51 PM +0200 Detlef Neubauer 
<[EMAIL PROTECTED]> wrote:

|> I would prefer to create some sort of an HTML link on my web site
|> which, when clicked, will launch the users on mail software and
|> have the Send and Subject line already filled in that will either
|> SUBSCRIBE or UNSUBSCRIBE the user.
|
| mailto:[EMAIL PROTECTED]?subject=subscribe;body=sub
| scribe">
|
| Not tested.

That worked! Thanks! :-)

--
Gerry Doyon


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web

2002-07-09 Thread Detlef Neubauer

Gerry Doyon <[EMAIL PROTECTED]> writes:

> Howdy folks,
> 
> I couldn't find my answer in any of the FAQ's or web searches that
> solved my problem.

Only in german => http://selfhtml.teamone.de/html/verweise/email.htm

> I would prefer to create some sort of an HTML link on my web site
> which, when clicked, will launch the users on mail software and have
> the Send and Subject line already filled in that will either SUBSCRIBE
> or UNSUBSCRIBE the user.

mailto:[EMAIL PROTECTED]?subject=subscribe;body=subscribe";>

Not tested.


Mit freundlichen Grüßen
Detlef Neubauer

-- 
.oO GnuPG Key auf http://www.keyserver.net/ Oo.


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] How to prevent email addresses from spambots?

2002-07-09 Thread Scott Courtney

On Monday 08 July 2002 12:10 pm, Bogardi Janos wrote:
> Hello Scott,
>
> Thanks for the answer. I'm afraid I was not specific enough.
>
> I'm aware of the option of setting the archives access to private. However,
> I'd like to keep it public - just to please honest users :)

I'm not sure how you would accomplish the contradictory goals. If the archives
are public, that means they are on a web page that anyone can access. If anyone
can access it, then so can spam harvesters. Ergo, a sufficiently smart spambot
can retrieve email addresses from any public web page.

The virtual URL /robots.txt, defined by the Robots Exclusion Protocol, is
supposed to be able to tell any spider not to scan certain pages. I doubt,
however, that spambots will respect this courtesy. Worse yet, legitimate search
engines *will* respect the file, so you'll probably get scanned by spambots but
not by real search engines -- the exact opposite of what you would like.

I'd love to hear that someone has a better alternative, but the only way I can
think of to keep public archives from being harvested by spambots is to
obfuscate the email addresses therein. For that, see below...

>
> The second option you mention obfuscates email addresses only in the "list
> members" page - which, in my setup, is only available for the list admin.

I'm running Mailman 2.1b2, and the e-mail addresses *are* obfuscated in the
archives. My address appears as "courtney at 4th.com" in the archives; I just
went to one of my lists and verified this. Perhaps this is an added feature
in 2.1b2; I haven't tested it with 2.0.x.

Scott

-- 
---+--
Scott Courtney | "I don't mind Microsoft making money. I mind them
[EMAIL PROTECTED]   | having a bad operating system."-- Linus Torvalds
http://4th.com/| ("The Rebel Code," NY Times, 21 February 1999)
   | PGP Public Key at http://4th.com/keys/courtney.pubkey



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Subscribe/Un-Subscribe via e-mail, not web

2002-07-09 Thread Gerry Doyon

Howdy folks,

I couldn't find my answer in any of the FAQ's or web searches that 
solved my problem.

I would prefer to create some sort of an HTML link on my web site 
which, when clicked, will launch the users on mail software and have 
the Send and Subject line already filled in that will either 
SUBSCRIBE or UNSUBSCRIBE the user.

Can someone please point me to some documentation to do this?  I have 
tried, what seems, endless combinations of parameters/commands in the 
Subject and body of my messages that will subscribe myself to my test 
mailing list, to no avail.

All help is appreciated.  Thanks in advance!

- Gerry

--
Gerry Doyon


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] configure mailman...cjk

2002-07-09 Thread Detlef Neubauer

"Constantine J. Koulis" <[EMAIL PROTECTED]> writes:

> i got the folowing message to my log.
> Anybody knows how to fix it?
> 
> 
> Jul  9 17:12:37 mail1 Mailman mail-wrapper: Failure to exec
> script. WANTED gid 514, GOT gid 32010.  (Reconfigure to take 32010?)

Wow, the same error as in

,
| Message-ID: <[EMAIL PROTECTED]>
| Date: Mon, 08 Jul 2002 18:14:39 +0300
`

If you make no changes in your configuration the error will be the
same.

Did you have read INSATLL and FAQ in the source?

,[ FAQ ]
| A. The most likely cause of this is that the GID that is compiled into
|the C wrappers does not match the GID that your Web server invokes
|CGI scripts with.  Note that a similar error could occur if your
|mail system invokes filter programs under a GID that does not match
|the one compiled into the C mail wrapper.
| 
|To fix this you will need to re-configure Mailman using the
|--with-cgi-gid and --with-mail-gid options.  See the INSTALL file
|for details.
`

,[ INSTALL ]
| 2. Running configure
| 
| TAKE SPECIAL NOTE OF THE --with-mail-gid AND --with-cgi-gid
| OPTIONS BELOW.  YOU WILL PROBABLY NEED TO USE THESE!
| 
| ...
| 
|  --with-mail-gid=
| Specify an alternative group for running scripts via the
| mail wrapper.   can be a list of one or
| more integer group ids or symbolic group names.  The first
| value in the list that resolves to an existing group is
| used.  By default, the value is the list `other daemon'.
| 
| This is highly system dependent and you must get this
| right, because the group id is compiled into the mail
| wrapper program for added security.  On systems using
| sendmail, the sendmail.cf configuration file designates
| the group id of sendmail processes using the "DefaultUser"
| option.  (If commented out, it still may be indicating the
| default...)
| 
|   --with-cgi-gid=
| Specify an alternative group for running scripts via the
| CGI wrapper.   can be a list of one or
| more integer group ids or symbolic group names.  The first
| value in the list that resolves to an existing group is
| used.  By default, the value is the the list `www www-data
| nobody'.
| 
| The proper value for this is dependent on your web server
| configuration.  You must get this right, because the group
| id is compiled into the CGI wrapper program for added
| security, and no Mailman CGI scripts will run if this is
| incorrect.
| 
| If you're using Apache, check the values for the `Group'
| option in your httpd.conf file.
`


HTH

Mit freundlichen Grüßen
Detlef Neubauer

-- 
.oO GnuPG Key auf http://www.keyserver.net/ Oo.


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] configure mailman...cjk

2002-07-09 Thread Constantine J. Koulis

hello all.

i got the folowing message to my log.
Anybody knows how to fix it?


Jul  9 17:12:37 mail1 Mailman mail-wrapper: Failure to exec script. WANTED 
gid 514, GOT gid 32010.  (Reconfigure to take 32010?)


Sincerely

Tks & Best Regards
Koulis Constantine.
Bucharest Romania
Phone :+40-93979131
Phone GR :+30-974293018


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Wrapper woes

2002-07-09 Thread Ryan Hammond

Ok, it took a good bit of tinkering, but I managed to get exim and mailman 
installed and working... almost. So far, everything works up untill I try to 
join a list. I get the email to verify, I reply, but then "Mail Delivery 
System" from my server computer sends me an email saying...
This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  testlist-request@(edited)
Child process of list_request_transport transport returned 2 from 
command:
/var/lib/mailman/mail/wrapper


...
I would assume my wrapper is broken. Thats the right path, for the mailman 
that I installed through Debian's "apt".
Earlier, I attempted to manually install it, but that failed with a 
different problem. The director/transport thingies weren't catching 
incomming email right, and I was getting a bounce on non-real addys. I've 
got the same exim config for both, the only difference is the path I point 
to for the MAILMAN_HOME variable. Also, both installs are still there, but 
only one is linked to operate in the exim config. Will it still matter if 
there's another? What does it mean that the wrapper returned 2? Help please? 
Thanky. ^.^;;

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] how to generate index.html in archive directory ?

2002-07-09 Thread Fabien COMBERNOUS

Hello,

All mailman looks to work fine. But, my index.html file in archives
directory stay empty. I'm looking for an explain about how to generate
this index.html.

I read several times FAQ and nothing about this matter. Can i get some
help ?

Thank's, Fabien.

-- 

Fabien COMBERNOUS - IT Engineer
eProcess - Parc Club du Millénaire Batiment n° 6
1025 rue Henri Becquerel - 34000 Montpellier FRANCE
http://www.eprocess.fr - +33 (0)4 67 13 84 50


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Hooking SpamAssassin with Mailman 2.0.12 / Postfix

2002-07-09 Thread J C Lawrence

On Tue, 9 Jul 2002 10:08:23 +0300 (EET DST) 
Jarkko Laine <[EMAIL PROTECTED]> wrote:

> On Mon, 8 Jul 2002, J C Lawrence wrote:
>> Its a lot easier with 2.1.

> It is? 

Yes, you can write a small plugin that drops into the process queue for
messages and does whatever you want.

> Are there any instructions for that?

Just the sources.

-- 
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 mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py