Re: [EXIM] Hypermail and exim

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Dave Cinege
Datum:  
To: exim-users@exim.org, Martin Hamilton
Betreff: Re: [EXIM] Hypermail and exim

On Fri, 09 Jan 1998 15:53:34 +0000, Martin Hamilton wrote:

BTW what list manger is exim-user using? I'm not real happy with smartlist.

>"Dave Cinege" writes:
>
>| What's the proper way to use hyper mail with exim? Saw nothing in the FAQ or
>| docs. I also DLed the hypermail+martin version but saw no exim docs with
>| that either.
>
>That code isn't Exim specific. FWIW, what I do at the moment is
>usually (from /etc/aliases) :-
>
> meta2-archive: "|/bin/hypermail.wrapper meta2"


Using a wrapper script seemed to help a lot but hypermail is still taking a shit
on me when the archive starts to grow (like 15-20+ posts)

I really want to get this fixed...my project is growing, traffic is increasing,
and archives are becoming more and more important.

Any ideas?


This is what I'm now doing:

aliases:
linux-router-archive: "|/usr/local/bin/hypermail.lrp"

hypermail.lrp:
#!/bin/sh

LISTSURL="http://www.psychosis.com/listarch/"
HEADING="Linux Router Project list archive"
DIR="/var/www/listarch/linux-router/current"

/usr/bin/hypermail -iu -a "$LISTSURL" -d "$DIR" -l "$HEADING"


Typical death certificate:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to all of its recipients. The
following address(es) failed:

  linux-router-archive@???:
    generated |/usr/local/bin/hypermail.lrp:
    Child process of address_pipe transport returned 139 from command:
    /usr/local/bin/hypermail.lrp





--
*** Exim information can be found at http://www.exim.org/ ***