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
f77884fd
...
f77884fd6f796e0f781fa32f9c3207994a67ee55
authored
2006-02-07 13:52:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_sieve_machine_inherit_report): Replace by mu_sieve_machine_inherit.
1 parent
7a55b13c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
libsieve/extensions/moderator.c
libsieve/extensions/moderator.c
View file @
f77884f
...
...
@@ -77,7 +77,7 @@ moderator_filter_message (mu_sieve_machine_t mach, mu_list_t tags,
if
(
mu_sieve_tag_lookup
(
tags
,
"source"
,
&
arg
))
{
rc
=
mu_sieve_machine_in
it
(
&
newmach
,
NULL
);
rc
=
mu_sieve_machine_in
herit
(
mach
,
&
newmach
);
if
(
rc
)
{
mu_sieve_error
(
mach
,
_
(
"Cannot initialize sieve machine: %s"
),
...
...
@@ -89,7 +89,6 @@ moderator_filter_message (mu_sieve_machine_t mach, mu_list_t tags,
moderator :debug 2
...
*/
mu_sieve_machine_inherit_report
(
newmach
,
mach
);
rc
=
mu_sieve_compile
(
newmach
,
arg
->
v
.
string
);
if
(
rc
)
...
...
Please
register
or
sign in
to post a comment