Re: [Exim] Mailing lists

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: davidturetsky
Fecha:  
A: Phil Pennock
Cc: exim-users
Asunto: Re: [Exim] Mailing lists
Thank you. I've been recently reading O'Reilly's book on shell programming,
but had not yet come across the section on command substitution [your
discussion is somewhat clearer]

I thought the script example was very valuable in illustrating how one could
apply exim to a wider range
of circumstances, whether in this context or other

David

----- Original Message -----
From: "Phil Pennock" <Phil.Pennock@???>
To: "davidturetsky" <davidturetsky@???>
Cc: "exim-users" <exim-users@???>
Sent: Tuesday, August 22, 2000 7:07 AM
Subject: Re: [Exim] Mailing lists


> On 2000-08-22 at 03:22 -0700, davidturetsky gifted us with:
> > RCPT TO: cat /etc/exim/lists/free
> > 501 missing or malformed local part (expected word or "<")
>
> > for x in 'cat /etc/exim/lists/free'; do . . .