Sindbad~EG File Manager

Current Path : /home/escuelai/www/PrimariaEi/include/i18n/en_US/
Upload File :
Current File : /home/escuelai/www/PrimariaEi/include/i18n/en_US/filter.yaml

#
# Default ticket filters installed for the system
#
# NOTE: The SYSTEM BAN LIST is critically important and should _never_ be
#       removed from this file. The name 'SYSTEM BAN LIST' is also important
#       and should not be translated -- it is not displayed on the interface
#
# Fields:
# isactive - (bool:0|1) true or false if the filter is initially enabled
# execorder - (int) order the filters should be executed in (lowest first)
# reject_ticket - (bool:0|1) if a ticket matches the filter it should be
#       rejected (ie. not be created).
# name - (string) Descriptive name for the filter
# notes - (string) Administrative notes (viewable internally only)
# rules - (list<FilterRule>) List of rules for the filter
#
# Fields for FilterRule:
# isactive - (bool:0|1) true if the rule should be considered
# what - (enum<email|>) field to check
# how - (enum<equals|contains|dncontain>) how to check for <val>
# val - (string) search value
---
- isactive: 1
  execorder: 99
  reject_ticket: 1
  # NOTE: Don't translate 'Email'
  target: Email
  # NOTE: Don't translate 'SYSTEM BAN LIST'
  name: SYSTEM BAN LIST
  notes: |
    Internal list for email banning. Do not remove

  rules:
    - isactive: 1
      what: email
      how: equal
      val: test@example.com

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists