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
4fc35b3b
...
4fc35b3b2bd28d8ecf4e0b6e08cd55974589f018
authored
2002-12-03 15:41:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_action_reject): Fixed diagnostic messages.
1 parent
74a63244
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
libsieve/actions.c
libsieve/actions.c
View file @
4fc35b3
...
...
@@ -233,7 +233,7 @@ sieve_action_reject (sieve_machine_t mach, list_t args, list_t tags)
sieve_value_t
*
val
=
sieve_value_get
(
args
,
0
);
if
(
!
val
)
{
sieve_error
(
mach
,
"re
dir
ect: can't get text!"
);
sieve_error
(
mach
,
"re
j
ect: can't get text!"
);
sieve_abort
(
mach
);
}
sieve_log_action
(
mach
,
"REJECT"
,
NULL
);
...
...
@@ -275,7 +275,7 @@ sieve_action_reject (sieve_machine_t mach, list_t args, list_t tags)
mailer_get_url
(
mailer
,
&
url
);
sieve_error
(
mach
,
"%d: re
dir
ect - can't open mailer %s: %s
\n
"
,
"%d: re
j
ect - can't open mailer %s: %s
\n
"
,
sieve_get_message_num
(
mach
),
url_to_string
(
url
),
mu_errstring
(
rc
));
...
...
Please
register
or
sign in
to post a comment