A couple of fixes for Ubuntu Dapper:
[disorder] / lib / sendmail.h
index 7849ef6..d54def8 100644 (file)
@@ -28,6 +28,13 @@ int sendmail(const char *sender,
             const char *encoding,
             const char *content_type,
             const char *body);
+pid_t sendmail_subprocess(const char *sender,
+                          const char *pubsender,
+                          const char *recipient,
+                          const char *subject,
+                          const char *encoding,
+                          const char *content_type,
+                          const char *body);
 
 #endif /* SENDMAIL_H */