[Exim] Spam filter Q:

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jan Erik Amundsen
Date:  
À: exim-users
Sujet: [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


Cheers

Jan Erik
Norway