Call send directly, not via sendproc. Removed its profile entry, too.
[mmh] / sbr / readconfig.c
index 9a05a2b..bcff1da 100644 (file)
@@ -26,7 +26,6 @@ static struct procstr procs[] = {
        { "listproc",      &listproc },
        { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },
-       { "sendproc",      &sendproc },
        { "whatnowproc",   &whatnowproc },
        { NULL, NULL }
 };