base.m4: Accept bad synchronization from `submission' clients.
[exim-config] / divmap.m4
index ed9e47a..048abd0 100644 (file)
--- a/divmap.m4
+++ b/divmap.m4
@@ -64,27 +64,28 @@ DEFDIVERSION(global/lists,           104)
 
 DEFDIVERSION(global/misc,               106, Miscellaneous.)
 DEFDIVERSION(global/param,              108, Exim parameters.)
-DEFDIVERSION(global/priv,               110, Privilege controls.)
-DEFDIVERSION(global/frozen,             112, Frozen messages.)
-DEFDIVERSION(global/lookups,            114, Data lookups.)
-DEFDIVERSION(global/msgid,              116, Message ids.)
-DEFDIVERSION(global/perl,               118, Embedded Perl startup.)
-DEFDIVERSION(global/daemon,             120, Daemon.)
-DEFDIVERSION(global/resource,           122, Resource control.)
-DEFDIVERSION(global/policy,             124, Policy controls.)
-DEFDIVERSION(global/callout,            126, Callout cache.)
-DEFDIVERSION(global/tls,                128, TLS.)
-DEFDIVERSION(global/users,              130, Local user handling.)
-DEFDIVERSION(global/incoming,           132,
+DEFDIVERSION(global/env,                110, Environment variables.)
+DEFDIVERSION(global/priv,               112, Privilege controls.)
+DEFDIVERSION(global/frozen,             114, Frozen messages.)
+DEFDIVERSION(global/lookups,            116, Data lookups.)
+DEFDIVERSION(global/msgid,              118, Message ids.)
+DEFDIVERSION(global/perl,               120, Embedded Perl startup.)
+DEFDIVERSION(global/daemon,             122, Daemon.)
+DEFDIVERSION(global/resource,           124, Resource control.)
+DEFDIVERSION(global/policy,             126, Policy controls.)
+DEFDIVERSION(global/callout,            128, Callout cache.)
+DEFDIVERSION(global/tls,                130, TLS.)
+DEFDIVERSION(global/users,              132, Local user handling.)
+DEFDIVERSION(global/incoming,           134,
        All incoming messages (SMTP and non-SMTP).)
-DEFDIVERSION(global/non-smtp,           134, Non-SMTP incoming messages.)
-DEFDIVERSION(global/smtp,               136, Incoming SMTP messages.)
-DEFDIVERSION(global/process,            138, Processing messages.)
-DEFDIVERSION(global/filter,             140, System filter.)
-DEFDIVERSION(global/routing,            142, Routing and delivery.)
-DEFDIVERSION(global/bounce,             144, Bounce and warning messages.)
-DEFDIVERSION(global/acl,                146, Access control lists.)
-DEFDIVERSION(global/acl-after,          148)
+DEFDIVERSION(global/non-smtp,           136, Non-SMTP incoming messages.)
+DEFDIVERSION(global/smtp,               138, Incoming SMTP messages.)
+DEFDIVERSION(global/process,            140, Processing messages.)
+DEFDIVERSION(global/filter,             142, System filter.)
+DEFDIVERSION(global/routing,            144, Routing and delivery.)
+DEFDIVERSION(global/bounce,             146, Bounce and warning messages.)
+DEFDIVERSION(global/acl,                148, Access control lists.)
+DEFDIVERSION(global/acl-after,          150)
 
 DEFDIVERSION(acl,                       200)
 DEFDIVERSION(acl/connect,               202)
@@ -97,22 +98,29 @@ DEFDIVERSION(acl/rcpt,                       214)
 DEFDIVERSION(acl/rcpt-hooks,            216)
 DEFDIVERSION(acl/rcpt-tail,             218)
 DEFDIVERSION(acl/data,                  220)
-DEFDIVERSION(acl/data-spam,             222)
+DEFDIVERSION(acl/data-hooks,            222)
 DEFDIVERSION(acl/data-tail,             224)
 DEFDIVERSION(acl/misc,                  226)
 
 DEFDIVERSION(auth,                      300, begin authenticators)
 
 DEFDIVERSION(routers,                   400)
-DEFDIVERSION(routers/route,             402)
-DEFDIVERSION(routers/remote,            404)
-DEFDIVERSION(routers/virtual,           406)
-DEFDIVERSION(routers/real,              408)
-DEFDIVERSION(routers/alias,             410)
-DEFDIVERSION(routers/allspam,           412)
-DEFDIVERSION(routers/dispatch,          414)
-DEFDIVERSION(routers/forward,           416)
-DEFDIVERSION(routers/deliver,           418)
+DEFDIVERSION(routers/virtual-spam,      402)
+DEFDIVERSION(routers/virtual-sysusers-spam, 404)
+DEFDIVERSION(routers/route,             406)
+DEFDIVERSION(routers/remote,            408)
+DEFDIVERSION(routers/virtual,           410)
+DEFDIVERSION(routers/virtual-sysusers,  412)
+DEFDIVERSION(routers/virtual-hooks,     414)
+DEFDIVERSION(routers/virtual-tail,      416)
+DEFDIVERSION(routers/real,              418)
+DEFDIVERSION(routers/alias,             420)
+DEFDIVERSION(routers/alias-opts,        422)
+DEFDIVERSION(routers/smarthost,                 424)
+DEFDIVERSION(routers/allspam,           426)
+DEFDIVERSION(routers/dispatch,          428)
+DEFDIVERSION(routers/forward,           430)
+DEFDIVERSION(routers/deliver,           432)
 
 DEFDIVERSION(transports,                500)