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
ccbb8885
...
ccbb888590400b7e8b319a6d2b02aa6a7bbe1f54
authored
2002-12-14 23:44:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(build_mime): To improve readability, output additional newline before reporting the reason.
1 parent
e26d935a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libsieve/actions.c
libsieve/actions.c
View file @
ccbb888
...
...
@@ -154,7 +154,7 @@ build_mime (mime_t *pmime, message_t msg, const char *text)
free
(
sender
);
stream_printf
(
stream
,
&
off
,
"Message was refused by recipient's mail filtering program.
\n
"
);
stream_printf
(
stream
,
&
off
,
"Reason given was as follows:
\n
"
);
stream_printf
(
stream
,
&
off
,
"Reason given was as follows:
\n
\n
"
);
stream_printf
(
stream
,
&
off
,
"%s"
,
text
);
stream_close
(
stream
);
mime_add_part
(
mime
,
newmsg
);
...
...
Please
register
or
sign in
to post a comment