Create an email filter

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • You can create email filters to apply a custom action script or filter actions when email matches your filter's conditions.

    시작하기 전에

    Role required: admin

    프로시저

    1. Navigate to All > System Mailboxes > Administration > Filters.
    2. Click New.
    3. On the form, fill in the fields.
      Field Description
      Name Name of the email filter.
      Application Application scope of the email filter.
      Order Priority that the email filter takes over other filters for the same table. To give the filter higher priority over other filters, enter a lower number.
      Active Option to activate the email filter.
      Short description Description of what the filter does.
      Conditions Conditions to define which emails to filter.
      Condition script Script to define which emails to filter. Use this script to access other tables, variables, or methods. For example, the condition script for the Ignore VCAL filter looks for the results of the EmailUtils script include, which detects vCalendar attachments.
      Action script Script to define additional behavior to be performed when the filter condition evaluates to true. This might include an email action not included in the default filter actions. In the base system, the action script is used to produce the error string that is published to the email log (System Logs > Email).
    4. Right-click in the header bar and select Save from the context menu.

      The Filter Actions related list appears.

    5. Click New in the related list.
    6. Select how the system should react when the conditions of this filter evaluate to true.

      The two choices in the base system are: Mark as Ignored and Move to Junk. You can use the Action script to perform additional email tasks.

      주:
      Before creating additional email actions with a script, see Inbound Email Actions. Like business rules, inbound email actions use both conditions and scripts and can provide a number of useful actions on emails the instance receives.