John Miller wrote:
>I'm using exim v3.36. You can see in the routers configuration (below)
>that there are two transports. If remote_smtp is enabled then mail gets
>delivered, but not scanned. Conversly, if spamcheck is enabled then the
>mail is scanned but not delivered.
>
>Excerpts from /etc/exim/exim.conf
># This transport is for SpamAssassin
>spamcheck:
> driver = pipe
> command = /usr/sbin/exim -oMr spam-scanned -bS
<snipped rest of config>
Somebody correct me if I'm wrong here, but isn't that a Transport config
- not a Router config and shouldn't it be in the transports section? The
router/director should refer to the transport using something like
'transport: spamcheck' (unless I'm mistaken).
regards
Ryan