Skip to content
Snippets Groups Projects
  1. Mar 22, 2012
  2. Mar 21, 2012
    • Jared Hancock's avatar
      Add deleteOrphans() utility to the File class to remove unused files · d91361d3
      Jared Hancock authored
      Also add a cron job to perform the task on demand
      Change the implementation for Ticket::deleteAttachments to call this method
      after simply removing all entries from the %ticket_attachment table
      d91361d3
    • Jared Hancock's avatar
      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
  3. Mar 19, 2012
Loading