RE: [Exim] System filter commands

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Pollywog
Fecha:  
A: exim-users list
Asunto: RE: [Exim] System filter commands
On 28-Jul-99 SIMON JAMES FAIREY wrote:
> Hi,
>
> I'm trying to set up a system filter whereby the variable $message_body
> is
> used as the key for a file of words and if any matches are made the
> message
> is frozen. I've got the following in my system filter file:
>
>#Exim Filter
> if "${lookup {$message_body} lsearch {/usr/exim/words}\
> {SPAM}}" is SPAM then freeze
> endif


why not use "seen finish" in place of "freeze"

--
Andrew