DirectAdmin Word Filter - Search Subject

saturnine

New member
Joined
Jan 31, 2012
Messages
1
Hi,

We recently had a client ask us a question regarding the e-mail word filtering in DA. He's been seeing a lot more spam messages using images and clever HTML to bypass body word filters, but the subject lines tend to still be in plain text. Is there a way to modify the DA word filter to search the headers/subject line as well, or are there any plans to add this feature?


Thanks.
 
Is there a way to modify the DA word filter to search the headers/subject line as well, or are there any plans to add this feature?

It already does it:

Code:
or $header_subject: contains "▒▒▒▒▒▒▒" or $message_headers contains "▒▒▒▒▒▒▒" or $message_body: contains "▒▒▒▒▒▒▒"

check it in /etc/virtual/domain.com/filter
 
Back
Top