Block email with blank subject and Content Filtering Actions | MDaemon Technologies, Ltd.

Block email with blank subject and Content Filtering Actions


  • How to block incoming/outgoing email with blank subject in latest Security Gateway?
    I try with this reguler expression ^[: :]  and it is not working.
    And how to add more actions in Content Filtering rule?



  • Try using the following regular expression:

    ^\s*$

    The actions need to be added by us, however, if you write SIEVE scripts (Security / Sieve Scripts) you have more flexibility and can do more, but they are more complex to write.

    What actions are you wanting to take on messages?


Please login to reply this topic!