Re: [Exim] Block empty messages

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Tor Slettnes
Dátum:  
Címzett: Troy Settle
CC: exim-users
Tárgy: 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