Re: [Exim] Block empty messages

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Troy Settle, Exim-Users (E-mail)
Tárgy: Re: [Exim] Block empty messages
Troy Settle wrote:
> Is there a way to block empty messages within exim itself? Searching the
> list archives did not produce anything useful.


I don't think that this is an good idea, but something like this should
work, in your data-acl

deny message   = Body is empty
     !condition = $message_body


Nico