combine journal recpient addresses, allowing bcc users to see their messages

This commit is contained in:
SJ
2012-10-05 14:27:03 +02:00
parent d6b0c3def4
commit 79fafcb3fe
8 changed files with 88 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ int drop_privileges(struct passwd *pwd);
int is_email_address_on_my_domains(char *email, struct __config *cfg);
void init_session_data(struct session_data *sdata);
int read_from_stdin(struct session_data *sdata);
void strtolower(char *s);
#ifndef _GNU_SOURCE
char *strcasestr(const char *s, const char *find);