# Exim filter

# Auto Generated by cPanel.  Do not manually edit this file as your changes will be overwritten.  If you must edit this filter, edit the corresponding .yaml file as well.

if not first_delivery and error_message then finish endif

#spam assasin
if
 $h_X-Spam-Status: begins "Yes"
then
 save "/home/sandra/mail/holtzmancom.com/sholtzman/.spam/" 660
endif

