Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    28911eec
    Reject tickets from banned emails · 28911eec
    Jared Hancock authored
    This will include other information described in email filters that mark the
    email as rejected. For instance, sender-name, message body content, etc. It
    also allows for other matching methods (contains, !=, !contains), rather
    than the quick banlist method from EmailFilter::isBanned().
    
    Also fix bug in Filter::__construct that prevented any filter from ever
    matching
    28911eec
    History
    Reject tickets from banned emails
    Jared Hancock authored
    This will include other information described in email filters that mark the
    email as rejected. For instance, sender-name, message body content, etc. It
    also allows for other matching methods (contains, !=, !contains), rather
    than the quick banlist method from EmailFilter::isBanned().
    
    Also fix bug in Filter::__construct that prevented any filter from ever
    matching