/[monit]/monit/sendmail.c
ViewVC logotype

Diff of /monit/sendmail.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by martinp, Sun Nov 27 22:40:56 2005 UTC revision 1.40 by martinp, Mon Nov 28 16:25:15 2005 UTC
# Line 137  int sendmail(Mail_T mail) { Line 137  int sendmail(Mail_T mail) {
137      do_send(&S, "Content-Transfer-Encoding: quoted-printable\r\n");      do_send(&S, "Content-Transfer-Encoding: quoted-printable\r\n");
138      do_send(&S, "\r\n");      do_send(&S, "\r\n");
139      do_send(&S, "%s\r\n", m->message);      do_send(&S, "%s\r\n", m->message);
     if(m->opt_message) {  
       do_send(&S, "%s\r\n", m->opt_message);  
     }  
140      do_send(&S, ".\r\n");      do_send(&S, ".\r\n");
141      do_status(&S);      do_status(&S);
142    }    }

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26