Re: [Exim] Spam proxy

Pàgina inicial
Delete this message
Reply to this message
Autor: Patrice Fournier
Data:  
A: Søren Hansen
CC: exim-users
Assumpte: Re: [Exim] Spam proxy
Quoting Søren Hansen <sh@???>:

> tir, 2002-09-10 kl. 13:46 skrev Søren Hansen:
> > So I need a router... I can't figure out which driver to use.. My
> first
> > thought was "domainlist", bit it complains that it wants either
> > route_list, route_file, route_query og route_queries, which don't
> > really apply..
>
> Can it really be true that this cannot be done?
>
> I need to have all e-mail which passes certaing conditions for certain
> domains, to be handled by spamassassin. I try to accomplish this by
> making a transport that does exactly this, but I may be wrong already
> here? Am I not supposed to use a transport for this kind of thing? If
> my using a transport is correct, how do I get a router to pass it to
> the transport?


You were correct by assuming you had to use domainlist:

spamassassin_router:
condition = <your condition (and make sure you don't create mail loops>
driver = domainlist
route_list = "*"
transport = spamassassin_transport
errors_to = postmaster

--
Patrice Fournier
pfournier@???