# Exim filter - auto-generated by cPanel.
#
# Do not manually edit this file; instead, use cPanel APIs to manipulate
# email filters. MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN.
#

headers charset "UTF-8"

if not first_delivery and error_message then finish endif

#Bloqueio Spam - Palavra Chave TRT TST
if
 $header_subject: contains "justiça do trabalho TRT TST"
then
 save "/dev/null" 660
endif

#Bloqueio Spam 1
if
 $h_List-Id: ends "AAA8BupRw"
then
 save "/dev/null" 660
endif

#Bloqueio Spam 02
if
 $header_from: contains "AAA8BupRw"
then
 save "/dev/null" 660
endif

