Re: [Exim] Block empty messages

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tor Slettnes
Ημερομηνία:  
Προς: Troy Settle
Υ/ο: exim-users
Αντικείμενο: 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