skip storing rcpt address matching the cfg.hostid

This commit is contained in:
SJ
2013-10-29 16:05:35 +01:00
parent 20b6eb7143
commit b8d10ea9e5
4 changed files with 13 additions and 3 deletions

View File

@@ -185,6 +185,8 @@ struct __config read_config(char *configfile){
if(parse_config_file(configfile, &cfg, config_parse_rules) == -1) printf("error parsing the configfile: %s\n", configfile);
cfg.hostid_len = strlen(cfg.hostid);
return cfg;
}