Re: [Exim] Block empty messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tor Slettnes
Fecha:  
A: Troy Settle
Cc: exim-users
Asunto: Re: [Exim] Block empty messages
On Mar 26, 2004, at 10:06, Troy Settle wrote:
> Is there a way to block empty messages within exim itself? Searching
> the
> list archives did not produce anything useful.


Maybe something like the following (presumes that you have Exiscan-ACL):

    acl_check_data:
      ...


      deny message = Empty message
           !regex  = .



Not tested, YMMV.
-tor