Auteur: Jan Erik Amundsen Datum: Aan: exim-users Onderwerp: [Exim] Spam filter Q:
Hello group
I'm doing some editing in the spam filter found on exim web site. I want to include a search for spesific words in the body.
Could this be done by this string?
## -----------------------------------------------------------------------
# Look for single part MIME messages with suspicious name extensions
# Check Content-Type body using quoted filename [content_type_quoted_fn_match]
if $body_content-type: matches "fuck|shit|lesbian|tits|cash"
then
fail
finish
endif