Change how filtering routers work.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Mar 2014 17:36:22 +0000 (17:36 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 Mar 2014 17:46:49 +0000 (17:46 +0000)
commit7ab75d6f000cb2f27c85f9f38b597535efc5fa0b
treef0db44640a28c445efff6e05471ea151354fca63
parentd70f6d53afe0d485268ebc22ba37df2dd671251f
Change how filtering routers work.

Commit e7b830e7... was overzealous.  In particular, it took the
`alias' router from working.  Take out `verify = false' from the
`FILTER_TRANSPORT' options, and replace this with a macro
`FILTER_ROUTER' which generates a verify/delivery router pair with the
right stuff in.

This change also introduces verification-time processing for
`~/.mail/forward' and `~/.forward' files, since that's easy and
possibly useful.
base.m4
local.m4
vhost.m4