Autor: Tony Earnshaw Data: Para: dougal CC: Exim Users List Assunto: Re: [Exim] Banned Word List
Dougal McWhinney wrote:
> For various management and legal reasons I need to be able to scan
> e-mails for certain words/phrases.
> Is there a way of searching the message body for a banned word using a
> list from a MySQL table?
> We are currently using hard coded in the system filter "If ... contains
> ... then" statements, but I would like to be able to make this dynamic
> using a MySQL Table. > Using Exim 4.20 + Exiscan
Hmmm? You can easily do this with SpamAssassin (or why are you using
Exiscan?). That's what SA's for. Mean you having to write your own
dictionary, though.