Call send directly, not via sendproc. Removed its profile entry, too.
[mmh] / sbr / readconfig.c
index 71fff7a..bcff1da 100644 (file)
@@ -24,11 +24,8 @@ static struct procstr procs[] = {
        { "altmsg-link",   &altmsglink },
        { "fileproc",      &fileproc },
        { "listproc",      &listproc },
-       { "mailproc",      &mailproc },
-       { "postproc",      &postproc },
        { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },
-       { "sendproc",      &sendproc },
        { "whatnowproc",   &whatnowproc },
        { NULL, NULL }
 };