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

@@ -12,6 +12,8 @@ struct __config {
char username[MAXVAL];
char hostid[MAXVAL];
int hostid_len;
char pidfile[MAXVAL];
char pilergetd_pidfile[MAXVAL];