Skip to content
Snippets Groups Projects
Commit 0b62271b authored by rswindell's avatar rswindell
Browse files

Pass client object to msgbase.save_msg() to store access/port info in message

header for security/tracking purposes.
parent c9e724d0
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ if(sub=='mail' || (!(msgbase.cfg.settings&SUB_NOUSERSIG) && !(hdrs.attr&MSG_ANON ...@@ -86,7 +86,7 @@ if(sub=='mail' || (!(msgbase.cfg.settings&SUB_NOUSERSIG) && !(hdrs.attr&MSG_ANON
} }
} }
if(!msgbase.save_msg(hdrs,body)) { if(!msgbase.save_msg(hdrs,client,body)) {
error(msgbase.last_error); error(msgbase.last_error);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment