X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fgreylist.c;fp=postlicyd%2Fgreylist.c;h=83ad413a142023a5e1406487ab6f7fd97beb3487;hb=b6e435be5bdafb8a20faf904da9c6886c162425a;hp=4cbe8b90e25a03a0fc4f40c22f5a55472b5579a0;hpb=1f20b76400d58d143d433236a26b43e2c25da1f5;p=apps%2Fpfixtools.git diff --git a/postlicyd/greylist.c b/postlicyd/greylist.c index 4cbe8b9..83ad413 100644 --- a/postlicyd/greylist.c +++ b/postlicyd/greylist.c @@ -157,6 +157,7 @@ static TCBDB *greylist_db_get(const greylist_config_t *config, return NULL; } } else { + unlink(tmppath); info("database cleanup finished: nothing to do, %u entries", new_count); } }