Re: [Exim] spam assassin: do not want to deliver X-Spam-Chec…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: dman
Fecha:  
A: exim-users
Asunto: Re: [Exim] spam assassin: do not want to deliver X-Spam-Checked mails to user
On Tue, Apr 09, 2002 at 09:11:43AM +0200, Wolfgang.Fuertbauer@??? wrote:

| (exim 4.02 -config:)

|
| Routers section:

|
| ## this one works
| spamcheck_router:
| condition = "${if and { {!def:h_X-Spam-Flag:} {!eq \

                                               ^

|                 {$received_protocol}{spam-scanned}}} {1}{0}}"
|   driver = accept
|   transport = spamcheck

|
| ## this not?
| spamsave_router:
| condition = "${if {def:h_X-Spam-Flag}{1}{0}}"

                                        ^


You forgot the ':' on this one.

| driver = accept
| transport = spamsave


-D

--

Failure is not an option. It is bundled with the software.