Afficher un message
Vieux 28/02/2005, 21h55   #23
Alan Connor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: I'm looking for a new server to host my discussion lists.

On Mon, 28 Feb 2005 03:11:11 GMT, Alan Connor <zzzzzz@xxx.yyy> wrote:
>
>
> On Mon, 28 Feb 2005 02:24:22 +0000, Andy <andyk@no.spam.org>
> wrote:
>


<snip>

Andy, you don't need mailman. Just procmail. Have people on your
mailing list send their posts to your regular address with a
certain string on the Subject line, say, "AML".

Here's the procmail recipe:

:0
* ^Subject.*AML
* ^From:.*\/[A-Za-z0-9_.+-]+@[A-Za-z0-9_.+-]+\.[A-Za-z0-9]+
* ? grep -i "${MATCH}" /home/andy/aml2
{
LIST=`cat /home/andy/aml`

:0c
! ${LIST}

:0
aml

}

------------

/home/andy/aml and /home/andy/aml2 are identical, one address per
line.

Whenever you retrieve your mail from your ISP, mail from anyone
listed in those files, with "AML" on the subject line, will be
sent a copy and a copy will go to the mailbox "aml" on your
machine.

Since you say that the member's webpages are small, just
put them on your personal website(s) provided by your ISP with
your account. Or have them use their OWN personal websites.

To make the URL's short, go to http://tinyurl.com and get tiny
urls for them.

If you don't know how to set up procmail, see comp.mail.misc.

I won't see your posts there either, but you'll get the
you need. It is not difficult.

AC

  Réponse avec citation
 
Page generated in 0,04739 seconds with 9 queries