# 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

#SPAM
if
 $header_from: contains "postmaster@mail2002.plesksa09.revendedordesite.com"
then
 deliver "\"$local_part+Spam\"@$domain"
endif

#SPAM2
if
 $header_from: contains "postmaster@mail20085.plesksa10.revendedordesite.com"
then
 deliver "\"$local_part+Spam\"@$domain"
endif

