improved message parsing

This commit is contained in:
SJ
2012-08-21 21:57:39 +02:00
parent d763892f3e
commit 7e8c7f12b6
9 changed files with 162 additions and 33 deletions

View File

@@ -288,6 +288,7 @@ void initialise_configuration(){
free_rule(data.archiving_rules);
free_rule(data.retention_rules);
data.folder = NULL;
data.archiving_rules = NULL;
data.retention_rules = NULL;
@@ -341,6 +342,7 @@ int main(int argc, char **argv){
(void) openlog(PROGNAME, LOG_PID, LOG_MAIL);
data.folder = NULL;
data.archiving_rules = NULL;
data.retention_rules = NULL;