Removed use of the ONEX sendmail verb. It is obsolete,
[mmh] / uip / send.c
old mode 100755 (executable)
new mode 100644 (file)
index 577abac..6d075c1
@@ -198,10 +198,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [file] [switches]", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case DRAFTSW: 
                    msgs[msgp++] = draft;