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
3a3f2015
...
3a3f201543c9171f101acd257ceb69a22d6cd6c4
authored
2003-12-30 14:53:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(spamd_test): Use EUID to determine user's identity.
1 parent
366a44a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
examples/spamd.c
examples/spamd.c
View file @
3a3f201
...
...
@@ -315,7 +315,7 @@ spamd_test (sieve_machine_t mach, list_t args, list_t tags)
message_size
(
msg
,
&
m_size
);
message_lines
(
msg
,
&
m_lines
);
auth
=
mu_get_auth_by_uid
(
getuid
());
auth
=
mu_get_auth_by_uid
(
get
e
uid
());
spamd_send_command
(
stream
,
"SYMBOLS SPAMC/1.2"
);
spamd_send_command
(
stream
,
"Content-length: %lu"
,
(
u_long
)
(
m_size
+
m_lines
));
...
...
Please
register
or
sign in
to post a comment