Re: Exim and .forward

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tom
Fecha:  
A: Keith Russell
Cc: exim-users
Asunto: Re: Exim and .forward

On Thu, 18 Sep 1997, Keith Russell wrote:

> "|exec /usr/local/bin/procmail #keithr"
> "|exec /usr/local/bin/procmail USER=keithr"
> "|IFS=' ';exec /usr/local/bin/procmail #keithr"
> "|IFS=' ';exec /usr/local/bin/procmail USER=keithr"
> "|/usr/local/bin/procmail #keithr"
> "|IFS=' '&&p=/usr/local/bin/procmail&&test -f $p&&exec $p -f-||exit
> 75#moo"


Exim is the simplest of all:

|/usr/local/bin/procmail

(as long as procmail knows where to get your .procmailrc file)

Tom


--
* This is sent by the exim-users mailing list.  To unsubscribe send a
    mail with subject "unsubscribe" to exim-users-request@???
* Exim information can be found at http://www.exim.org/