Re: [Exim] Getting around my isp when they block port 25

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Juha Saarinen
Data:  
Para: Michael Johnson
CC: exim-users
Asunto: Re: [Exim] Getting around my isp when they block port 25
Michael Johnson wrote:

> This is easy enough to change. With some expert help from this list, I
> put the following into my configuration file:
>
> # If both Reply-to and List-Post exist, copy original Reply-To
> # If List-Post exists, generate Reply-To from it
> headers_add     = ${if match {$header_list-post:} {\<mailto:(.*)\>} \
>                 {${if def:header_reply-to: \
>                 {X-Orig-reply-to: $header_reply-to:\nReply-To: <$1>} \
>                 {Reply-To: <$1>} }} \
>                 {} }

>
>
> # If both Reply-to and List-Post exist, remove original Reply-To
> headers_remove = ${if and { \
>                 {def:header_reply-to:} {def:header_list-post:}\
>                 } {reply-to} fail }


Nice one, but possibly a pearl before the swine. Does Greg actually use
Exim, or does he just get a kick out of trolling the Exim-Users list?

--
Juha