Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
185ef5b0
...
185ef5b0fb58eae887dd7ba18378dbaa79cf9f99
authored
2006-04-26 11:56:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add extra debug info
1 parent
d0e8c315
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
mailbox/sendmail.c
mailbox/sendmail.c
View file @
185ef5b
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2004, 2005,
2006 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -381,6 +382,8 @@ sendmail_send_message (mu_mailer_t mailer, mu_message_t msg, mu_address_t from,
if
(
strncasecmp
(
buffer
,
MU_HEADER_FCC
,
sizeof
(
MU_HEADER_FCC
)
-
1
))
{
MAILER_DEBUG1
(
mailer
,
MU_DEBUG_PROT
,
"Header: %s"
,
buffer
);
if
(
write
(
sendmail
->
fd
,
buffer
,
len
)
==
-
1
)
{
status
=
errno
;
...
...
Please
register
or
sign in
to post a comment