Re: [exim] Spam using a space to separate message body and h…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Fred Viles
Fecha:  
A: exim-users
Asunto: Re: [exim] Spam using a space to separate message body and header...
On 2 Sep 2005 at 17:23, Eric Bullen wrote about
    "Re: [exim] Spam using a space to se":


|...
| Attached is a email I just received that shows the problem I was speaking
| of. At the end of the email- Exim added a "X-FromHost:" header line to the
| message. I am running Exim 4.52.


Well, the message is bogus. Technically, it has no body - just a
*very* long final header.

I'm not sure what you're wanting to do. You should be able to detect
such messages in the DATA ACL by testing if $message_body_size is
zero.

- Fred