1
2
3
4
5
6
7
8
9
10
11
|
--- src/pilot-mail.c.orig Fri Mar 1 23:13:57 2002
+++ src/pilot-mail.c Wed Mar 27 12:34:36 2002
@@ -252,7 +252,7 @@
*pop_host = getvars("POPHOST", ""),
*pop_user = getvars("POPUSER", ""),
*pop_pass = getvars("POPPASS", ""),
- *sendmail = getvars("SENDMAIL", "/usr/lib/sendmail -t -i"),
+ *sendmail = getvars("SENDMAIL", "/usr/sbin/sendmail -t -i"),
*pop_keep = getvars("POPKEEP", "keep"),
*pilot_dispose = getvars("PILOTDISPOSE", "keep"),
*topilot_mhdir = getvars("TOPILOT_MHDIR", "");
|