Re: [Exim] disable filter per account

Etusivu
Poista viesti
Vastaa
Lähettäjä: Giuliano Gavazzi
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [Exim] disable filter per account
At 7:39 pm +0100 2004/01/13, Andreas Metzler wrote:
>On Tue, Jan 13, 2004 at 11:35:04AM -0500, Oren Levi wrote:
>> How do i go about disableing the global filter for a specific domain ?
>
>> i have something like this:
>> #!!# message_filter renamed system_filter
>> system_filter = /etc/antivirus.exim
>[...]
>
>I think it not possible with a system filter:
>
>| The system filter operates in a similar manner to users' filter files,
>| but it is run just once per message (however many recipients the
>| message has). [...]


why not use a system level per recipient filter? Look for
central_filter in spec.txt.

Giuliano