* docs/MAIL.FILTERING: added note on removing procmail -f or
[mmh] / uip / send.c
index 7849472..196af62 100644 (file)
@@ -473,5 +473,6 @@ go_to_it:
     }
 
     context_save ();   /* save the context file */
-    return done (status);
+    done (status);
+    return 1;
 }