If the <> addresses are triggering the error_mesage to quit early, then try editing:
Code:
/usr/local/directadmin/data/templates/filter_base
and change:
Code:
if error_message then finish endif
to
Code:
#if error_message then finish endif
then type
Code:
echo "action=rewrite&value=filter" >> /usr/local/directadmin/data/task.queue
to get rid of it. Wait a few minutes, then double check there is the # in front of it in your /etc/virtual/
domain.com/filter files. Once gone, then see if that fixes it. It's likely just a new form of spamming that they've figured out works well.
John